Shades of Atlantis #81D440
Tints of Atlantis #81D440
RGB
CMYK
RGB Variations
Color information
#81D440 (or 0x81D440) is known color: Atlantis. HEX triplet: 81, D4 and 40. RGB value is (129,212,64). Sum of RGB (Red+Green+Blue) = 129+212+64=405 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.85% from 405); Green value is 212 (83.20% from 255 or 52.35% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 212 - color contains mainly: green. Hex color #81D440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D440 is #7E2BBF. Grayscale: #AAAAAA. Windows color (decimal): -8268736 or 4248705. OLE color: 4248705.
HSL color Cylindrical-coordinate representation of color #81D440: hue angle of 93.65º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81D440 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 212 | 64 | - |
| CMYK | 0.39 | 0 | 0.70 | 0.17 |
| HSL | 93.65º | 0.63% | 0.54% | - |
| HSV(B) | 93.65º | 0.7% | 0.83% | - |
| XYZ | 33.52 | 52.12 | 13.14 | - |
| YUV | 170.31 | 68 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 212 | 64 | 0.39 | 0 | 0.70 | 0.17 | 93.65 | 0.63 | 0.54 |
| Hex | 81 | D4 | 40 | 27 | 0 | 46 | 11 | 5E | 3F | 36 |
| Octal | 201 | 324 | 100 | 47 | 0 | 106 | 21 | 136 | 77 | 66 |
| Binary | 10000001 | 11010100 | 1000000 | 100111 | 0 | 1000110 | 10001 | 1011110 | 111111 | 110110 |
Color Harmonies of #81D440
Complementary color
Monochromatic Colors of #81D440
Black with #81D440
Text Example
Text Example
White with #81D440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D440; }
p { color: rgb(129,212,64); }
H1.HeaderClassName
{
color: #81D440;
}
.AnyTagClassName
{
color: #81D440;
}
</style>
background-color css
<style>
a { background-color: #81D440; }
a { background-color: rgb(129,212,64); }
div.DivClassName
{
background-color: #81D440;
}
.BgClassName
{
background-color: #81D440;
}
</style>
border-color css
<style>
span { border-color: #81D440; }
span { border-color: rgb(129,212,64); }
td.TdClassName
{
border-color: #81D440;
}
.TagClassName
{
border-color: #81D440;
}
</style>