#85da36

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

Shades of Atlantis #85DA36

Tints of Atlantis #85DA36

Color information

#85DA36 (or 0x85DA36) is unknown color: approx Atlantis. HEX triplet: 85, DA and 36. RGB value is (133,218,54). Sum of RGB (Red+Green+Blue) = 133+218+54=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 218 (85.55% from 255 or 53.83% from 405); Blue value is 54 (21.48% from 255 or 13.33% from 405); Max value from RGB is 218 - color contains mainly: green. Hex color #85DA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85DA36 is #7A25C9. Grayscale: #AEAEAE. Windows color (decimal): -8005066 or 3594885. OLE color: 3594885.

HSL color Cylindrical-coordinate representation of color #85DA36: hue angle of 91.1º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85DA36 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB13321854-
CMYK0.3900.750.15
HSL91.1º68.91%53.33%-
HSV(B)91.1º75.23%85.49%-
XYZ35.4155.412.32-
YUV173.8960.3498.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 218 (85.55% from 255) = 53.83%
BLUE value IS 54 (21.48% from 255) = 13.33%
R=32.84%
G=53.83%
B=13.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal133218540.3900.750.1591.168.9153.33
Hex85DA362704BF5b4535
Octal205332664701131713310565
Binary100001011101101011011010011101001011111110110111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85da36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,218,54); }

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

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

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

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

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

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

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