#85CB80

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

Shades of De York #85CB80

Tints of De York #85CB80

Color information

#85CB80 (or 0x85CB80) is unknown color: approx De York. HEX triplet: 85, CB and 80. RGB value is (133,203,128). Sum of RGB (Red+Green+Blue) = 133+203+128=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 203 (79.69% from 255 or 43.75% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 203 - color contains mainly: green. Hex color #85CB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CB80 is #7A347F. Grayscale: #ADADAD. Windows color (decimal): -8008832 or 8440709. OLE color: 8440709.

HSL color Cylindrical-coordinate representation of color #85CB80: hue angle of 116º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85CB80 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB133203128-
CMYK0.3400.370.20
HSL116º41.9%64.9%-
HSV(B)116º36.95%79.61%-
XYZ34.9349.2628.09-
YUV173.52102.3199.1-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 203 (79.69% from 255) = 43.75%
BLUE value IS 128 (50.39% from 255) = 27.59%
R=28.66%
G=43.75%
B=27.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1332031280.3400.370.2011641.964.9
Hex85CB802202514742a41
Octal205313200420452416452101
Binary10000101110010111000000010001001001011010011101001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85CB80; }

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

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

<style>
 a { background-color: #85CB80; }

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

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

<style>
 span { border-color: #85CB80; }

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

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