Shades of Atlantis #81EC39
Tints of Atlantis #81EC39
RGB
CMYK
RGB Variations
Color information
#81EC39 (or 0x81EC39) is known color: Atlantis. HEX triplet: 81, EC and 39. RGB value is (129,236,57). Sum of RGB (Red+Green+Blue) = 129+236+57=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 236 (92.58% from 255 or 55.92% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81EC39 is #7E13C6. Grayscale: #B8B8B8. Windows color (decimal): -8262599 or 3796097. OLE color: 3796097.
HSL color Cylindrical-coordinate representation of color #81EC39: hue angle of 95.87º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81EC39 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 57 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.07 |
| HSL | 95.87º | 0.82% | 0.57% | - |
| HSV(B) | 95.87º | 0.76% | 0.93% | - |
| XYZ | 39.79 | 64.95 | 14.31 | - |
| YUV | 183.6 | 56.55 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 57 | 0.45 | 0 | 0.76 | 0.07 | 95.87 | 0.82 | 0.57 |
| Hex | 81 | EC | 39 | 2D | 0 | 4C | 7 | 60 | 52 | 39 |
| Octal | 201 | 354 | 71 | 55 | 0 | 114 | 7 | 140 | 122 | 71 |
| Binary | 10000001 | 11101100 | 111001 | 101101 | 0 | 1001100 | 111 | 1100000 | 1010010 | 111001 |
Color Harmonies of #81EC39
Complementary color
Monochromatic Colors of #81EC39
Black with #81EC39
Text Example
Text Example
White with #81EC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC39; }
p { color: rgb(129,236,57); }
H1.HeaderClassName
{
color: #81EC39;
}
.AnyTagClassName
{
color: #81EC39;
}
</style>
background-color css
<style>
a { background-color: #81EC39; }
a { background-color: rgb(129,236,57); }
div.DivClassName
{
background-color: #81EC39;
}
.BgClassName
{
background-color: #81EC39;
}
</style>
border-color css
<style>
span { border-color: #81EC39; }
span { border-color: rgb(129,236,57); }
td.TdClassName
{
border-color: #81EC39;
}
.TagClassName
{
border-color: #81EC39;
}
</style>