#85D545

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

Shades of Atlantis #85D545

Tints of Atlantis #85D545

Color information

#85D545 (or 0x85D545) is unknown color: approx Atlantis. HEX triplet: 85, D5 and 45. RGB value is (133,213,69). Sum of RGB (Red+Green+Blue) = 133+213+69=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #85D545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D545 is #7A2ABA. Grayscale: #ADADAD. Windows color (decimal): -8006331 or 4576645. OLE color: 4576645.

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

Color convert

RGB13321369-
CMYK0.3800.680.16
HSL93.33º63.16%55.29%-
HSV(B)93.33º67.61%83.53%-
XYZ34.545314.04-
YUV172.6669.599.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 213 (83.59% from 255) = 51.33%
BLUE value IS 69 (27.34% from 255) = 16.63%
R=32.05%
G=51.33%
B=16.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133213690.3800.680.1693.3363.1655.29
Hex85D54526044105d3f37
Octal205325105460104201357767
Binary1000010111010101100010110011001000100100001011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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