#85E53E

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

Shades of Atlantis #85E53E

Tints of Atlantis #85E53E

Color information

#85E53E (or 0x85E53E) is unknown color: approx Atlantis. HEX triplet: 85, E5 and 3E. RGB value is (133,229,62). Sum of RGB (Red+Green+Blue) = 133+229+62=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 229 (89.84% from 255 or 54.01% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 229 - color contains mainly: green. Hex color #85E53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E53E is #7A1AC1. Grayscale: #B5B5B5. Windows color (decimal): -8002242 or 4121989. OLE color: 4121989.

HSL color Cylindrical-coordinate representation of color #85E53E: hue angle of 94.49º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85E53E is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB13322962-
CMYK0.4200.730.10
HSL94.49º76.26%57.06%-
HSV(B)94.49º72.93%89.8%-
XYZ38.5661.3714.37-
YUV181.2660.793.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 229 (89.84% from 255) = 54.01%
BLUE value IS 62 (24.61% from 255) = 14.62%
R=31.37%
G=54.01%
B=14.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133229620.4200.730.1094.4976.2657.06
Hex85E53E2A049A5e4c39
Octal205345765201111213611471
Binary100001011110010111111010101001001001101010111101001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,229,62); }

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

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

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

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

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

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

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