#85CE82

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

Shades of De York #85CE82

Tints of De York #85CE82

Color information

#85CE82 (or 0x85CE82) is unknown color: approx De York. HEX triplet: 85, CE and 82. RGB value is (133,206,130). Sum of RGB (Red+Green+Blue) = 133+206+130=469 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.36% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 130 (51.17% from 255 or 27.72% from 469); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CE82 is #7A317D. Grayscale: #AFAFAF. Windows color (decimal): -8008062 or 8572549. OLE color: 8572549.

HSL color Cylindrical-coordinate representation of color #85CE82: hue angle of 117.63º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85CE82 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB133206130-
CMYK0.3500.370.19
HSL117.63º43.68%65.88%-
HSV(B)117.63º36.89%80.78%-
XYZ35.7750.7429.03-
YUV175.51102.3297.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.36%
GREEN value IS 206 (80.86% from 255) = 43.92%
BLUE value IS 130 (51.17% from 255) = 27.72%
R=28.36%
G=43.92%
B=27.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332061300.3500.370.19117.6343.6865.88
Hex85CE822302513762c42
Octal205316202430452316654102
Binary10000101110011101000001010001101001011001111101101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,130); }

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

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

 a { background-color: rgb(133,206,130); }

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

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

 span { border-color: rgb(133,206,130); }

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