#81E53E

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

Shades of Atlantis #81E53E

Tints of Atlantis #81E53E

Color information

#81E53E (or 0x81E53E) is unknown color: approx Atlantis. HEX triplet: 81, E5 and 3E. RGB value is (129,229,62). Sum of RGB (Red+Green+Blue) = 129+229+62=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 229 (89.84% from 255 or 54.52% from 420); Blue value is 62 (24.61% from 255 or 14.76% from 420); Max value from RGB is 229 - color contains mainly: green. Hex color #81E53E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81E53E is #7E1AC1. Grayscale: #B4B4B4. Windows color (decimal): -8264386 or 4121985. OLE color: 4121985.

HSL color Cylindrical-coordinate representation of color #81E53E: hue angle of 95.93º 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 #81E53E is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB12922962-
CMYK0.4400.730.10
HSL95.93º76.26%57.06%-
HSV(B)95.93º72.93%89.8%-
XYZ37.9461.0514.34-
YUV180.0661.3791.58-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.71%
GREEN value IS 229 (89.84% from 255) = 54.52%
BLUE value IS 62 (24.61% from 255) = 14.76%
R=30.71%
G=54.52%
B=14.76%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal129229620.4400.730.1095.9376.2657.06
Hex81E53E2C049A604c39
Octal201345765401111214011471
Binary100000011110010111111010110001001001101011000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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