Shades of Atlantis #81DA41
Tints of Atlantis #81DA41
RGB
CMYK
RGB Variations
Color information
#81DA41 (or 0x81DA41) is known color: Atlantis. HEX triplet: 81, DA and 41. RGB value is (129,218,65). Sum of RGB (Red+Green+Blue) = 129+218+65=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 218 (85.55% from 255 or 52.91% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 218 - color contains mainly: green. Hex color #81DA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DA41 is #7E25BE. Grayscale: #AEAEAE. Windows color (decimal): -8267199 or 4315777. OLE color: 4315777.
HSL color Cylindrical-coordinate representation of color #81DA41: hue angle of 94.9º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81DA41 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 129 | 218 | 65 | - |
| CMYK | 0.41 | 0 | 0.70 | 0.15 |
| HSL | 94.9º | 0.67% | 0.55% | - |
| HSV(B) | 94.9º | 0.7% | 0.85% | - |
| XYZ | 35.08 | 55.19 | 13.81 | - |
| YUV | 173.95 | 66.51 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 218 | 65 | 0.41 | 0 | 0.70 | 0.15 | 94.9 | 0.67 | 0.55 |
| Hex | 81 | DA | 41 | 29 | 0 | 46 | F | 5F | 43 | 37 |
| Octal | 201 | 332 | 101 | 51 | 0 | 106 | 17 | 137 | 103 | 67 |
| Binary | 10000001 | 11011010 | 1000001 | 101001 | 0 | 1000110 | 1111 | 1011111 | 1000011 | 110111 |
Color Harmonies of #81DA41
Complementary color
Monochromatic Colors of #81DA41
Black with #81DA41
Text Example
Text Example
White with #81DA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DA41; }
p { color: rgb(129,218,65); }
H1.HeaderClassName
{
color: #81DA41;
}
.AnyTagClassName
{
color: #81DA41;
}
</style>
background-color css
<style>
a { background-color: #81DA41; }
a { background-color: rgb(129,218,65); }
div.DivClassName
{
background-color: #81DA41;
}
.BgClassName
{
background-color: #81DA41;
}
</style>
border-color css
<style>
span { border-color: #81DA41; }
span { border-color: rgb(129,218,65); }
td.TdClassName
{
border-color: #81DA41;
}
.TagClassName
{
border-color: #81DA41;
}
</style>