#85CE7D

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

Shades of De York #85CE7D

Tints of De York #85CE7D

Color information

#85CE7D (or 0x85CE7D) is unknown color: approx De York. HEX triplet: 85, CE and 7D. RGB value is (133,206,125). Sum of RGB (Red+Green+Blue) = 133+206+125=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 125 (49.22% from 255 or 26.94% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CE7D is #7A3182. Grayscale: #AFAFAF. Windows color (decimal): -8008067 or 8244869. OLE color: 8244869.

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

Color convert

RGB133206125-
CMYK0.3500.390.19
HSL114.07º45.25%64.9%-
HSV(B)114.07º39.32%80.78%-
XYZ35.4550.6127.3-
YUV174.9499.8298.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 206 (80.86% from 255) = 44.40%
BLUE value IS 125 (49.22% from 255) = 26.94%
R=28.66%
G=44.40%
B=26.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1332061250.3500.390.19114.0745.2564.9
Hex85CE7D2302713722d41
Octal205316175430472316255101
Binary1000010111001110111110110001101001111001111100101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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