#85DB85

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

Shades of De York #85DB85

Tints of De York #85DB85

Color information

#85DB85 (or 0x85DB85) is unknown color: approx De York. HEX triplet: 85, DB and 85. RGB value is (133,219,133). Sum of RGB (Red+Green+Blue) = 133+219+133=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 133 (52.34% from 255 or 27.42% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #85DB85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85DB85 is #7A247A. Grayscale: #B7B7B7. Windows color (decimal): -8004731 or 8772485. OLE color: 8772485.

HSL color Cylindrical-coordinate representation of color #85DB85: hue angle of 120º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85DB85 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB133219133-
CMYK0.3900.390.14
HSL120º54.43%69.02%-
HSV(B)120º39.27%85.88%-
XYZ39.2457.3431.19-
YUV183.4899.5191.99-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 219 (85.94% from 255) = 45.15%
BLUE value IS 133 (52.34% from 255) = 27.42%
R=27.42%
G=45.15%
B=27.42%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1332191330.3900.390.1412054.4369.02
Hex85DB8527027E783645
Octal205333205470471617066105
Binary1000010111011011100001011001110100111111011110001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85DB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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