Shades of Atlantis #81D439
Tints of Atlantis #81D439
RGB
CMYK
RGB Variations
Color information
#81D439 (or 0x81D439) is known color: Atlantis. HEX triplet: 81, D4 and 39. RGB value is (129,212,57). Sum of RGB (Red+Green+Blue) = 129+212+57=398 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.41% from 398); Green value is 212 (83.20% from 255 or 53.27% from 398); Blue value is 57 (22.66% from 255 or 14.32% from 398); Max value from RGB is 212 - color contains mainly: green. Hex color #81D439 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D439 is #7E2BC6. Grayscale: #AAAAAA. Windows color (decimal): -8268743 or 3789953. OLE color: 3789953.
HSL color Cylindrical-coordinate representation of color #81D439: hue angle of 92.13º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #81D439 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 212 | 57 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.17 |
| HSL | 92.13º | 0.64% | 0.53% | - |
| HSV(B) | 92.13º | 0.73% | 0.83% | - |
| XYZ | 33.34 | 52.05 | 12.16 | - |
| YUV | 169.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 212 | 57 | 0.39 | 0 | 0.73 | 0.17 | 92.13 | 0.64 | 0.53 |
| Hex | 81 | D4 | 39 | 27 | 0 | 49 | 11 | 5C | 40 | 35 |
| Octal | 201 | 324 | 71 | 47 | 0 | 111 | 21 | 134 | 100 | 65 |
| Binary | 10000001 | 11010100 | 111001 | 100111 | 0 | 1001001 | 10001 | 1011100 | 1000000 | 110101 |
Color Harmonies of #81D439
Complementary color
Monochromatic Colors of #81D439
Black with #81D439
Text Example
Text Example
White with #81D439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D439; }
p { color: rgb(129,212,57); }
H1.HeaderClassName
{
color: #81D439;
}
.AnyTagClassName
{
color: #81D439;
}
</style>
background-color css
<style>
a { background-color: #81D439; }
a { background-color: rgb(129,212,57); }
div.DivClassName
{
background-color: #81D439;
}
.BgClassName
{
background-color: #81D439;
}
</style>
border-color css
<style>
span { border-color: #81D439; }
span { border-color: rgb(129,212,57); }
td.TdClassName
{
border-color: #81D439;
}
.TagClassName
{
border-color: #81D439;
}
</style>