#85D580

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

Shades of De York #85D580

Tints of De York #85D580

Color information

#85D580 (or 0x85D580) is unknown color: approx De York. HEX triplet: 85, D5 and 80. RGB value is (133,213,128). Sum of RGB (Red+Green+Blue) = 133+213+128=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 128 (50.39% from 255 or 27.00% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #85D580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85D580 is #7A2A7F. Grayscale: #B3B3B3. Windows color (decimal): -8006272 or 8443269. OLE color: 8443269.

HSL color Cylindrical-coordinate representation of color #85D580: hue angle of 116.47º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85D580 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB133213128-
CMYK0.3800.400.16
HSL116.47º50.3%66.86%-
HSV(B)116.47º39.91%83.53%-
XYZ37.3654.1328.9-
YUV179.399994.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.06%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 128 (50.39% from 255) = 27.00%
R=28.06%
G=44.94%
B=27.00%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332131280.3800.400.16116.4750.366.86
Hex85D5802602810743243
Octal205325200460502016462103
Binary10000101110101011000000010011001010001000011101001100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,213,128); }

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

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

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

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

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

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

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