#85CC85

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

Shades of De York #85CC85

Tints of De York #85CC85

Color information

#85CC85 (or 0x85CC85) is unknown color: approx De York. HEX triplet: 85, CC and 85. RGB value is (133,204,133). Sum of RGB (Red+Green+Blue) = 133+204+133=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 133 (52.34% from 255 or 28.30% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #85CC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85CC85 is #7A337A. Grayscale: #AEAEAE. Windows color (decimal): -8008571 or 8768645. OLE color: 8768645.

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

Color convert

RGB133204133-
CMYK0.3500.350.2
HSL120º41.04%66.08%-
HSV(B)120º34.8%80%-
XYZ35.549.8729.94-
YUV174.68104.4898.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.30%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 133 (52.34% from 255) = 28.30%
R=28.30%
G=43.40%
B=28.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1332041330.3500.350.212041.0466.08
Hex85CC852302314782942
Octal205314205430432417051102
Binary10000101110011001000010110001101000111010011110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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