#81E53D

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

Shades of Atlantis #81E53D

Tints of Atlantis #81E53D

Color information

#81E53D (or 0x81E53D) is unknown color: approx Atlantis. HEX triplet: 81, E5 and 3D. RGB value is (129,229,61). Sum of RGB (Red+Green+Blue) = 129+229+61=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 229 (89.84% from 255 or 54.65% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 229 - color contains mainly: green. Hex color #81E53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81E53D is #7E1AC2. Grayscale: #B4B4B4. Windows color (decimal): -8264387 or 4056449. OLE color: 4056449.

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

Color convert

RGB12922961-
CMYK0.4400.730.10
HSL95.71º76.36%56.86%-
HSV(B)95.71º73.36%89.8%-
XYZ37.9161.0414.2-
YUV179.9560.8791.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.79%
GREEN value IS 229 (89.84% from 255) = 54.65%
BLUE value IS 61 (24.22% from 255) = 14.56%
R=30.79%
G=54.65%
B=14.56%

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
Decimal129229610.4400.730.1095.7176.3656.86
Hex81E53D2C049A604c39
Octal201345755401111214011471
Binary100000011110010111110110110001001001101011000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81E53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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