Html Css Color HEX #88D997 De York

📋 copy color: '#88D997'

red 136 ◦ green 217 ◦ blue 151

#88D997
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #88D997

Tints of De York #88D997

RGB

 RED value IS 136 (53.52% from 255) = 26.98%

 GREEN value IS 217 (85.16% from 255) = 43.06%

 BLUE value IS 151 (59.38% from 255) = 29.96%

R = 26.98%
G = 43.06%
B = 29.96%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#88D997 (or 0x88D997) is known color: De York. HEX triplet: 88, D9 and 97. RGB value is (136,217,151). Sum of RGB (Red+Green+Blue) = 136+217+151=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 151 (59.38% from 255 or 29.96% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #88D997 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88D997 is #772668. Grayscale: #B9B9B9. Windows color (decimal): -7808617 or 9951624. OLE color: 9951624.

HSL color Cylindrical-coordinate representation of color #88D997: hue angle of 131.11º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88D997 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 136 217 151 -
CMYK 0.37 0 0.30 0.15
HSL 131.11º 0.52% 0.69% -
HSV(B) 131.11º 0.37% 0.85% -
XYZ 40.55 57.09 38.16 -
YUV 185.26 108.66 92.87 -
System Red Green Blue C M Y K H S L
Decimal 136 217 151 0.37 0 0.30 0.15 131.11 0.52 0.69
Hex 88 D9 97 25 0 1E F 83 34 45
Octal 210 331 227 45 0 36 17 203 64 105
Binary 10001000 11011001 10010111 100101 0 11110 1111 10000011 110100 1000101

Color Harmonies of #88D997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88D997

Black with #88D997

Text Example


Text Example

White with #88D997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88D997; }

 p { color: rgb(136,217,151); }

 H1.HeaderClassName
 {
   color: #88D997;
 }
 .AnyTagClassName
 {
   color: #88D997;
 }
</style>

background-color css

<style>
 a { background-color: #88D997; }

 a { background-color: rgb(136,217,151); }

 div.DivClassName
 {
   background-color: #88D997;
 }
 .BgClassName
 {
   background-color: #88D997;
 }
</style>

border-color css

<style>
 span { border-color: #88D997; }

 span { border-color: rgb(136,217,151); }

 td.TdClassName
 {
   border-color: #88D997;
 }
 .TagClassName
 {
   border-color: #88D997;
 }
</style>