#85D539

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

Shades of Atlantis #85D539

Tints of Atlantis #85D539

Color information

#85D539 (or 0x85D539) is unknown color: approx Atlantis. HEX triplet: 85, D5 and 39. RGB value is (133,213,57). Sum of RGB (Red+Green+Blue) = 133+213+57=403 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.00% from 403); Green value is 213 (83.59% from 255 or 52.85% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 213 - color contains mainly: green. Hex color #85D539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D539 is #7A2AC6. Grayscale: #ABABAB. Windows color (decimal): -8006343 or 3790213. OLE color: 3790213.

HSL color Cylindrical-coordinate representation of color #85D539: hue angle of 90.77º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85D539 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB13321357-
CMYK0.3800.730.16
HSL90.77º65%52.94%-
HSV(B)90.77º73.24%83.53%-
XYZ34.2152.8712.27-
YUV171.363.5100.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.00%
GREEN value IS 213 (83.59% from 255) = 52.85%
BLUE value IS 57 (22.66% from 255) = 14.14%
R=33.00%
G=52.85%
B=14.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133213570.3800.730.1690.776552.94
Hex85D53926049105b4135
Octal205325714601112013310165
Binary1000010111010101111001100110010010011000010110111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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