#81EF37

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

Shades of Atlantis #81EF37

Tints of Atlantis #81EF37

Color information

#81EF37 (or 0x81EF37) is unknown color: approx Atlantis. HEX triplet: 81, EF and 37. RGB value is (129,239,55). Sum of RGB (Red+Green+Blue) = 129+239+55=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 55 (21.88% from 255 or 13.00% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #81EF37 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81EF37 is #7E10C8. Grayscale: #B9B9B9. Windows color (decimal): -8261833 or 3665793. OLE color: 3665793.

HSL color Cylindrical-coordinate representation of color #81EF37: hue angle of 95.87º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81EF37 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.

Color convert

RGB12923955-
CMYK0.4600.770.06
HSL95.87º85.19%57.65%-
HSV(B)95.87º76.99%93.73%-
XYZ40.6166.6814.34-
YUV185.1354.5687.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.50%
GREEN value IS 239 (93.75% from 255) = 56.50%
BLUE value IS 55 (21.88% from 255) = 13.00%
R=30.50%
G=56.50%
B=13.00%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal129239550.4600.770.0695.8785.1957.65
Hex81EF372E04D660553a
Octal20135767560115614012572
Binary10000001111011111101111011100100110111011000001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81EF37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,239,55); }

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

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

 a { background-color: rgb(129,239,55); }

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

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

 span { border-color: rgb(129,239,55); }

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