COLOR #88D874

HEX: #88D874
RGB: (136,216,116)

Renk bilgisi

#88D874 contains mainly green color. #88D874 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#88D874 color RGB value is (136,216,116).

  • kırmız ton 136;
  • yeşil ton 216;
  • mavi ton 116.
RGB:
(136,216,116)
(53%,85%,45%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 216 of 255 = 85%
B 116 of 255 = 45%

136
216
116

R + G + B ~ 61%. #88D874 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 216 + 116 = 468 (100%)
R 136 of 468 ~ 29.06%
G 216 of 468 ~ 46.15%
B 116 of 468 ~ 24.79%

%29.06
%46.15
%24.79

CMYK RENK MODELİ

#88D874 rengi CMYK tonu (37,0,46,15).

  • camgöbeği tonu 37.04%
  • eflatun tonu 0.00%
  • sarı tonu 46.30%
  • ana renk tonu 15.29%
CMYK:
(37,0,46,15)
C37M0Y46K15 
(37%,0%,46%,15%)
(0.37/0.00/0.46/0.15)	

CMYK yüzdeleri

%37.04
%0
%46.3
%15.29

Codes

Color #88D874 in popluar color models

88D874
RGB136216116
HSL108°56.18%65.10%
HSB/HSV108°46.30%84.71%
CMYK37.04%0.00%46.30%
15.29%

Color #88D874 in popluar number systems.

HEX88D874
Decimal136216116
Binary10001000110110001110100
Octal210330164

Shades and tints

Shades of #88D874

#88D874
(136,216,116)
#7CC56A
(124,197,106)
#70B260
(112,178,96)
#649F56
(100,159,86)
#588C4C
(88,140,76)
#4C7942
(76,121,66)
#406638
(64,102,56)
#34532E
(52,83,46)
#284024
(40,64,36)
#1C2D1A
(28,45,26)
#101A10
(16,26,16)
#000000
(0,0,0)

Tints of #88D874

#88D874
(136,216,116)
#92DB80
(146,219,128)
#9CDE8C
(156,222,140)
#A6E198
(166,225,152)
#B0E4A4
(176,228,164)
#BAE7B0
(186,231,176)
#C4EABC
(196,234,188)
#CEEDC8
(206,237,200)
#D8F0D4
(216,240,212)
#E2F3E0
(226,243,224)
#ECF6EC
(236,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #88D874 color. Also use rgb(136,216,116) instead hex code.

Text Font Color

.myTextColor { color: #88D874; }

<p style="color:#88D874">This sample text font color is #88D874.</p>

This text font color is #88D874.


Background Color

.myBgColor { background-color: #88D874; }

<div style="background-color:#88D874">Inner text</div>

This div background color is #88D874.


Border color

.myBorderColor { border: 1px solid #88D874; }

<div style="border:3px solid #88D874">Div</div>

This div border color is #88D874.


Opacity

.myOpacity80 { color: #88D874; opacity: 0.8; }

<p style="color:#88D874;opacity:0.8;">80%</p>

Text with #88D874 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #88D874;}

<p style="text-shadow: 3px 3px 1px #88D874">Text here.</p>

This text has shadow with #88D874 color.

.textShadow {text-shadow: 3px 3px 1px #88D874, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #88D874, 5px 5px 20px red">Text here.</p>

This text has shadow with #88D874 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#88D874, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#88D874, Direction=45, Strength=4)">Text</p>

This text has shadow with #88D874 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #88D874;
  -webkit-box-shadow:	1px 1px 3px 2px #88D874;
  box-shadow:		1px 1px 3px 2px #88D874;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #88D874;
-webkit-box-shadow: 1px 1px 3px 2px #88D874;
box-shadow:1px 1px 3px 2px #88D874;">
Div content here</div>
This div box has shadow with color #88D874.

Preview

Color preview on black background

This text has color #88D874 on black background.


Color preview on white background

This text has color #88D874 on white background.



Black color preview on #88D874 background

This text has black color on #88D874 background.


White color preview on #88D874 background

This text has white color on #88D874 background.