#88CB82

Color #88CB82 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #88CB82

Tints of De York #88CB82

Color information

#88CB82 (or 0x88CB82) is unknown color: approx De York. HEX triplet: 88, CB and 82. RGB value is (136,203,130). Sum of RGB (Red+Green+Blue) = 136+203+130=469 (62% of max value = 765). Red value is 136 (53.52% from 255 or 29.00% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CB82 is #77347D. Grayscale: #AEAEAE. Windows color (decimal): -7812222 or 8571784. OLE color: 8571784.

HSL color Cylindrical-coordinate representation of color #88CB82: hue angle of 115.07º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88CB82 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB136203130-
CMYK0.3300.360.20
HSL115.07º41.24%65.29%-
HSV(B)115.07º35.96%79.61%-
XYZ35.5449.5628.81-
YUV174.64102.8100.44-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 29.00%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=29.00%
G=43.28%
B=27.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362031300.3300.360.20115.0741.2465.29
Hex88CB822102414732941
Octal210313202410442416351101
Binary10001000110010111000001010000101001001010011100111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,203,130); }

 H1.HeaderClassName
 {
   color: #88CB82;
 }
 .AnyTagClassName
 {
   color: #88CB82;
 }
</style>
background-color css

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

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

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

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

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

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