Shades of Atlantis #81E043
Tints of Atlantis #81E043
RGB
CMYK
RGB Variations
Color information
#81E043 (or 0x81E043) is known color: Atlantis. HEX triplet: 81, E0 and 43. RGB value is (129,224,67). Sum of RGB (Red+Green+Blue) = 129+224+67=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 224 (87.89% from 255 or 53.33% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 224 - color contains mainly: green. Hex color #81E043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81E043 is #7E1FBC. Grayscale: #B2B2B2. Windows color (decimal): -8265661 or 4448385. OLE color: 4448385.
HSL color Cylindrical-coordinate representation of color #81E043: hue angle of 96.31º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81E043 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 224 | 67 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.12 |
| HSL | 96.31º | 0.72% | 0.57% | - |
| HSV(B) | 96.31º | 0.7% | 0.88% | - |
| XYZ | 36.72 | 58.38 | 14.64 | - |
| YUV | 177.7 | 65.53 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 224 | 67 | 0.42 | 0 | 0.70 | 0.12 | 96.31 | 0.72 | 0.57 |
| Hex | 81 | E0 | 43 | 2A | 0 | 46 | C | 60 | 48 | 39 |
| Octal | 201 | 340 | 103 | 52 | 0 | 106 | 14 | 140 | 110 | 71 |
| Binary | 10000001 | 11100000 | 1000011 | 101010 | 0 | 1000110 | 1100 | 1100000 | 1001000 | 111001 |
Color Harmonies of #81E043
Complementary color
Monochromatic Colors of #81E043
Black with #81E043
Text Example
Text Example
White with #81E043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E043; }
p { color: rgb(129,224,67); }
H1.HeaderClassName
{
color: #81E043;
}
.AnyTagClassName
{
color: #81E043;
}
</style>
background-color css
<style>
a { background-color: #81E043; }
a { background-color: rgb(129,224,67); }
div.DivClassName
{
background-color: #81E043;
}
.BgClassName
{
background-color: #81E043;
}
</style>
border-color css
<style>
span { border-color: #81E043; }
span { border-color: rgb(129,224,67); }
td.TdClassName
{
border-color: #81E043;
}
.TagClassName
{
border-color: #81E043;
}
</style>