Html Css Color HEX #88CA88 De York

📋 copy color: '#88CA88'

red 136 ◦ green 202 ◦ blue 136

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

Shades of De York #88CA88

Tints of De York #88CA88

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 136 (53.52% from 255) = 28.69%

R = 28.69%
G = 42.62%
B = 28.69%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#88CA88 (or 0x88CA88) is known color: De York. HEX triplet: 88, CA and 88. RGB value is (136,202,136). Sum of RGB (Red+Green+Blue) = 136+202+136=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 202 - color contains mainly: green. Hex color #88CA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CA88 is #773577. Grayscale: #AEAEAE. Windows color (decimal): -7812472 or 8964744. OLE color: 8964744.

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

Color convert

RGB 136 202 136 -
CMYK 0.33 0 0.33 0.21
HSL 120º 0.38% 0.66% -
HSV(B) 120º 0.33% 0.79% -
XYZ 35.72 49.25 30.92 -
YUV 174.74 106.13 100.37 -
System Red Green Blue C M Y K H S L
Decimal 136 202 136 0.33 0 0.33 0.21 120 0.38 0.66
Hex 88 CA 88 21 0 21 15 78 26 42
Octal 210 312 210 41 0 41 25 170 46 102
Binary 10001000 11001010 10001000 100001 0 100001 10101 1111000 100110 1000010

Color Harmonies of #88CA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CA88

Black with #88CA88

Text Example


Text Example

White with #88CA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,202,136); }

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

background-color css

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

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

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

border-color css

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

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

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