#85D441

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

Shades of Atlantis #85D441

Tints of Atlantis #85D441

Color information

#85D441 (or 0x85D441) is unknown color: approx Atlantis. HEX triplet: 85, D4 and 41. RGB value is (133,212,65). Sum of RGB (Red+Green+Blue) = 133+212+65=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 65 (25.78% from 255 or 15.85% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #85D441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D441 is #7A2BBE. Grayscale: #ACACAC. Windows color (decimal): -8006591 or 4314245. OLE color: 4314245.

HSL color Cylindrical-coordinate representation of color #85D441: hue angle of 92.24º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85D441 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB13321265-
CMYK0.3700.690.17
HSL92.24º63.09%54.31%-
HSV(B)92.24º69.34%83.14%-
XYZ34.1752.4613.32-
YUV171.6267.83100.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 212 (83.20% from 255) = 51.71%
BLUE value IS 65 (25.78% from 255) = 15.85%
R=32.44%
G=51.71%
B=15.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal133212650.3700.690.1792.2463.0954.31
Hex85D44125045115c3f36
Octal205324101450105211347766
Binary1000010111010100100000110010101000101100011011100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,212,65); }

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

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

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

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

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

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

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