Html Css Color HEX #88C991 De York

📋 copy color: '#88C991'

red 136 ◦ green 201 ◦ blue 145

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

Shades of De York #88C991

Tints of De York #88C991

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.7%

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 28.22%
G = 41.7%
B = 30.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.28

 K value IS 0.21

RGB Variations

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

Color information

#88C991 (or 0x88C991) is known color: De York. HEX triplet: 88, C9 and 91. RGB value is (136,201,145). Sum of RGB (Red+Green+Blue) = 136+201+145=482 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.22% from 482); Green value is 201 (78.91% from 255 or 41.70% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 201 - color contains mainly: green. Hex color #88C991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C991 is #77366E. Grayscale: #AFAFAF. Windows color (decimal): -7812719 or 9554312. OLE color: 9554312.

HSL color Cylindrical-coordinate representation of color #88C991: hue angle of 128.31º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88C991 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 201 145 -
CMYK 0.32 0 0.28 0.21
HSL 128.31º 0.38% 0.66% -
HSV(B) 128.31º 0.32% 0.79% -
XYZ 36.15 49.05 34.35 -
YUV 175.18 110.97 100.05 -
System Red Green Blue C M Y K H S L
Decimal 136 201 145 0.32 0 0.28 0.21 128.31 0.38 0.66
Hex 88 C9 91 20 0 1C 15 80 26 42
Octal 210 311 221 40 0 34 25 200 46 102
Binary 10001000 11001001 10010001 100000 0 11100 10101 10000000 100110 1000010

Color Harmonies of #88C991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C991

Black with #88C991

Text Example


Text Example

White with #88C991

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,201,145); }

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

background-color css

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

 a { background-color: rgb(136,201,145); }

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

border-color css

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

 span { border-color: rgb(136,201,145); }

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