#88CB85

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

Shades of De York #88CB85

Tints of De York #88CB85

Color information

#88CB85 (or 0x88CB85) is unknown color: approx De York. HEX triplet: 88, CB and 85. RGB value is (136,203,133). Sum of RGB (Red+Green+Blue) = 136+203+133=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #88CB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88CB85 is #77347A. Grayscale: #AFAFAF. Windows color (decimal): -7812219 or 8768392. OLE color: 8768392.

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

Color convert

RGB136203133-
CMYK0.3300.340.20
HSL117.43º40.23%65.88%-
HSV(B)117.43º34.48%79.61%-
XYZ35.7449.6429.89-
YUV174.99104.3100.19-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.81%
GREEN value IS 203 (79.69% from 255) = 43.01%
BLUE value IS 133 (52.34% from 255) = 28.18%
R=28.81%
G=43.01%
B=28.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1362031330.3300.340.20117.4340.2365.88
Hex88CB852102214752842
Octal210313205410422416550102
Binary10001000110010111000010110000101000101010011101011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88CB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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