Shades of Atlantis #81DB40
Tints of Atlantis #81DB40
RGB
CMYK
RGB Variations
Color information
#81DB40 (or 0x81DB40) is known color: Atlantis. HEX triplet: 81, DB and 40. RGB value is (129,219,64). Sum of RGB (Red+Green+Blue) = 129+219+64=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 64 (25.39% from 255 or 15.53% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #81DB40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DB40 is #7E24BF. Grayscale: #AEAEAE. Windows color (decimal): -8266944 or 4250497. OLE color: 4250497.
HSL color Cylindrical-coordinate representation of color #81DB40: hue angle of 94.84º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81DB40 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 129 | 219 | 64 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.14 |
| HSL | 94.84º | 0.68% | 0.55% | - |
| HSV(B) | 94.84º | 0.71% | 0.86% | - |
| XYZ | 35.31 | 55.7 | 13.74 | - |
| YUV | 174.42 | 65.68 | 95.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 219 | 64 | 0.41 | 0 | 0.71 | 0.14 | 94.84 | 0.68 | 0.55 |
| Hex | 81 | DB | 40 | 29 | 0 | 47 | E | 5F | 44 | 37 |
| Octal | 201 | 333 | 100 | 51 | 0 | 107 | 16 | 137 | 104 | 67 |
| Binary | 10000001 | 11011011 | 1000000 | 101001 | 0 | 1000111 | 1110 | 1011111 | 1000100 | 110111 |
Color Harmonies of #81DB40
Complementary color
Monochromatic Colors of #81DB40
Black with #81DB40
Text Example
Text Example
White with #81DB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DB40; }
p { color: rgb(129,219,64); }
H1.HeaderClassName
{
color: #81DB40;
}
.AnyTagClassName
{
color: #81DB40;
}
</style>
background-color css
<style>
a { background-color: #81DB40; }
a { background-color: rgb(129,219,64); }
div.DivClassName
{
background-color: #81DB40;
}
.BgClassName
{
background-color: #81DB40;
}
</style>
border-color css
<style>
span { border-color: #81DB40; }
span { border-color: rgb(129,219,64); }
td.TdClassName
{
border-color: #81DB40;
}
.TagClassName
{
border-color: #81DB40;
}
</style>