#85CC81

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

Shades of De York #85CC81

Tints of De York #85CC81

Color information

#85CC81 (or 0x85CC81) is unknown color: approx De York. HEX triplet: 85, CC and 81. RGB value is (133,204,129). Sum of RGB (Red+Green+Blue) = 133+204+129=466 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.54% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CC81 is #7A337E. Grayscale: #AEAEAE. Windows color (decimal): -8008575 or 8506501. OLE color: 8506501.

HSL color Cylindrical-coordinate representation of color #85CC81: hue angle of 116.8º 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 #85CC81 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.2.

Color convert

RGB133204129-
CMYK0.3500.370.2
HSL116.8º42.37%65.29%-
HSV(B)116.8º36.76%80%-
XYZ35.2349.7628.52-
YUV174.22102.4898.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.54%
GREEN value IS 204 (80.08% from 255) = 43.78%
BLUE value IS 129 (50.78% from 255) = 27.68%
R=28.54%
G=43.78%
B=27.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041290.3500.370.2116.842.3765.29
Hex85CC812302514752a41
Octal205314201430452416552101
Binary10000101110011001000000110001101001011010011101011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,204,129); }

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

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

 a { background-color: rgb(133,204,129); }

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

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

 span { border-color: rgb(133,204,129); }

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