Shades of Atlantis #81D241
Tints of Atlantis #81D241
RGB
CMYK
RGB Variations
Color information
#81D241 (or 0x81D241) is known color: Atlantis. HEX triplet: 81, D2 and 41. RGB value is (129,210,65). Sum of RGB (Red+Green+Blue) = 129+210+65=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 210 (82.42% from 255 or 51.98% from 404); Blue value is 65 (25.78% from 255 or 16.09% from 404); Max value from RGB is 210 - color contains mainly: green. Hex color #81D241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D241 is #7E2DBE. Grayscale: #A9A9A9. Windows color (decimal): -8269247 or 4313729. OLE color: 4313729.
HSL color Cylindrical-coordinate representation of color #81D241: hue angle of 93.52º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81D241 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 210 | 65 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.18 |
| HSL | 93.52º | 0.62% | 0.54% | - |
| HSV(B) | 93.52º | 0.69% | 0.82% | - |
| XYZ | 33.05 | 51.14 | 13.13 | - |
| YUV | 169.25 | 69.16 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 210 | 65 | 0.39 | 0 | 0.69 | 0.18 | 93.52 | 0.62 | 0.54 |
| Hex | 81 | D2 | 41 | 27 | 0 | 45 | 12 | 5E | 3E | 36 |
| Octal | 201 | 322 | 101 | 47 | 0 | 105 | 22 | 136 | 76 | 66 |
| Binary | 10000001 | 11010010 | 1000001 | 100111 | 0 | 1000101 | 10010 | 1011110 | 111110 | 110110 |
Color Harmonies of #81D241
Complementary color
Monochromatic Colors of #81D241
Black with #81D241
Text Example
Text Example
White with #81D241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D241; }
p { color: rgb(129,210,65); }
H1.HeaderClassName
{
color: #81D241;
}
.AnyTagClassName
{
color: #81D241;
}
</style>
background-color css
<style>
a { background-color: #81D241; }
a { background-color: rgb(129,210,65); }
div.DivClassName
{
background-color: #81D241;
}
.BgClassName
{
background-color: #81D241;
}
</style>
border-color css
<style>
span { border-color: #81D241; }
span { border-color: rgb(129,210,65); }
td.TdClassName
{
border-color: #81D241;
}
.TagClassName
{
border-color: #81D241;
}
</style>