#85CC7F

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

Shades of De York #85CC7F

Tints of De York #85CC7F

Color information

#85CC7F (or 0x85CC7F) is unknown color: approx De York. HEX triplet: 85, CC and 7F. RGB value is (133,204,127). Sum of RGB (Red+Green+Blue) = 133+204+127=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 204 (80.08% from 255 or 43.97% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85CC7F is #7A3380. Grayscale: #AEAEAE. Windows color (decimal): -8008577 or 8375429. OLE color: 8375429.

HSL color Cylindrical-coordinate representation of color #85CC7F: hue angle of 115.32º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85CC7F is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB133204127-
CMYK0.3500.380.2
HSL115.32º43.02%64.9%-
HSV(B)115.32º37.75%80%-
XYZ35.149.727.82-
YUV173.99101.4898.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 204 (80.08% from 255) = 43.97%
BLUE value IS 127 (50% from 255) = 27.37%
R=28.66%
G=43.97%
B=27.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041270.3500.380.2115.3243.0264.9
Hex85CC7F2302614732b41
Octal205314177430462416353101
Binary1000010111001100111111110001101001101010011100111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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