#81ED40

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

Shades of Atlantis #81ED40

Tints of Atlantis #81ED40

Color information

#81ED40 (or 0x81ED40) is unknown color: approx Atlantis. HEX triplet: 81, ED and 40. RGB value is (129,237,64). Sum of RGB (Red+Green+Blue) = 129+237+64=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 237 (92.97% from 255 or 55.12% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 237 - color contains mainly: green. Hex color #81ED40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81ED40 is #7E12BF. Grayscale: #B9B9B9. Windows color (decimal): -8262336 or 4255105. OLE color: 4255105.

HSL color Cylindrical-coordinate representation of color #81ED40: hue angle of 97.46º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81ED40 is Cyan = 0.46, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB12923764-
CMYK0.4600.730.07
HSL97.46º82.78%59.02%-
HSV(B)97.46º73%92.94%-
XYZ40.2665.6115.39-
YUV184.9959.7288.07-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 237 (92.97% from 255) = 55.12%
BLUE value IS 64 (25.39% from 255) = 14.88%
R=30%
G=55.12%
B=14.88%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal129237640.4600.730.0797.4682.7859.02
Hex81ED402E049761533b
Octal201355100560111714112373
Binary100000011110110110000001011100100100111111000011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81ED40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,237,64); }

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

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

 a { background-color: rgb(129,237,64); }

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

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

 span { border-color: rgb(129,237,64); }

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