Shades of Atlantis #81EC46
Tints of Atlantis #81EC46
RGB
CMYK
RGB Variations
Color information
#81EC46 (or 0x81EC46) is known color: Atlantis. HEX triplet: 81, EC and 46. RGB value is (129,236,70). Sum of RGB (Red+Green+Blue) = 129+236+70=435 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.66% from 435); Green value is 236 (92.58% from 255 or 54.25% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 236 - color contains mainly: green. Hex color #81EC46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81EC46 is #7E13B9. Grayscale: #B9B9B9. Windows color (decimal): -8262586 or 4648065. OLE color: 4648065.
HSL color Cylindrical-coordinate representation of color #81EC46: hue angle of 98.67º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81EC46 is Cyan = 0.45, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 236 | 70 | - |
| CMYK | 0.45 | 0 | 0.70 | 0.07 |
| HSL | 98.67º | 0.81% | 0.6% | - |
| HSV(B) | 98.67º | 0.7% | 0.93% | - |
| XYZ | 40.15 | 65.1 | 16.24 | - |
| YUV | 185.08 | 63.05 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 236 | 70 | 0.45 | 0 | 0.70 | 0.07 | 98.67 | 0.81 | 0.6 |
| Hex | 81 | EC | 46 | 2D | 0 | 46 | 7 | 63 | 51 | 3C |
| Octal | 201 | 354 | 106 | 55 | 0 | 106 | 7 | 143 | 121 | 74 |
| Binary | 10000001 | 11101100 | 1000110 | 101101 | 0 | 1000110 | 111 | 1100011 | 1010001 | 111100 |
Color Harmonies of #81EC46
Complementary color
Monochromatic Colors of #81EC46
Black with #81EC46
Text Example
Text Example
White with #81EC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EC46; }
p { color: rgb(129,236,70); }
H1.HeaderClassName
{
color: #81EC46;
}
.AnyTagClassName
{
color: #81EC46;
}
</style>
background-color css
<style>
a { background-color: #81EC46; }
a { background-color: rgb(129,236,70); }
div.DivClassName
{
background-color: #81EC46;
}
.BgClassName
{
background-color: #81EC46;
}
</style>
border-color css
<style>
span { border-color: #81EC46; }
span { border-color: rgb(129,236,70); }
td.TdClassName
{
border-color: #81EC46;
}
.TagClassName
{
border-color: #81EC46;
}
</style>