Shades of Atlantis #81E544
Tints of Atlantis #81E544
RGB
CMYK
RGB Variations
Color information
#81E544 (or 0x81E544) is known color: Atlantis. HEX triplet: 81, E5 and 44. RGB value is (129,229,68). Sum of RGB (Red+Green+Blue) = 129+229+68=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 229 (89.84% from 255 or 53.76% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 229 - color contains mainly: green. Hex color #81E544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81E544 is #7E1ABB. Grayscale: #B5B5B5. Windows color (decimal): -8264380 or 4515201. OLE color: 4515201.
HSL color Cylindrical-coordinate representation of color #81E544: hue angle of 97.27º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81E544 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 229 | 68 | - |
| CMYK | 0.44 | 0 | 0.70 | 0.10 |
| HSL | 97.27º | 0.76% | 0.58% | - |
| HSV(B) | 97.27º | 0.7% | 0.9% | - |
| XYZ | 38.12 | 61.12 | 15.26 | - |
| YUV | 180.75 | 64.37 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 229 | 68 | 0.44 | 0 | 0.70 | 0.10 | 97.27 | 0.76 | 0.58 |
| Hex | 81 | E5 | 44 | 2C | 0 | 46 | A | 61 | 4C | 3A |
| Octal | 201 | 345 | 104 | 54 | 0 | 106 | 12 | 141 | 114 | 72 |
| Binary | 10000001 | 11100101 | 1000100 | 101100 | 0 | 1000110 | 1010 | 1100001 | 1001100 | 111010 |
Color Harmonies of #81E544
Complementary color
Monochromatic Colors of #81E544
Black with #81E544
Text Example
Text Example
White with #81E544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E544; }
p { color: rgb(129,229,68); }
H1.HeaderClassName
{
color: #81E544;
}
.AnyTagClassName
{
color: #81E544;
}
</style>
background-color css
<style>
a { background-color: #81E544; }
a { background-color: rgb(129,229,68); }
div.DivClassName
{
background-color: #81E544;
}
.BgClassName
{
background-color: #81E544;
}
</style>
border-color css
<style>
span { border-color: #81E544; }
span { border-color: rgb(129,229,68); }
td.TdClassName
{
border-color: #81E544;
}
.TagClassName
{
border-color: #81E544;
}
</style>