Shades of Atlantis #81DD42
Tints of Atlantis #81DD42
RGB
CMYK
RGB Variations
Color information
#81DD42 (or 0x81DD42) is known color: Atlantis. HEX triplet: 81, DD and 42. RGB value is (129,221,66). Sum of RGB (Red+Green+Blue) = 129+221+66=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 221 (86.72% from 255 or 53.12% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81DD42 is #7E22BD. Grayscale: #B0B0B0. Windows color (decimal): -8266430 or 4382081. OLE color: 4382081.
HSL color Cylindrical-coordinate representation of color #81DD42: hue angle of 95.61º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81DD42 is Cyan = 0.42, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 221 | 66 | - |
| CMYK | 0.42 | 0 | 0.70 | 0.13 |
| HSL | 95.61º | 0.7% | 0.56% | - |
| HSV(B) | 95.61º | 0.7% | 0.87% | - |
| XYZ | 35.89 | 56.77 | 14.22 | - |
| YUV | 175.82 | 66.02 | 94.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 221 | 66 | 0.42 | 0 | 0.70 | 0.13 | 95.61 | 0.7 | 0.56 |
| Hex | 81 | DD | 42 | 2A | 0 | 46 | D | 60 | 46 | 38 |
| Octal | 201 | 335 | 102 | 52 | 0 | 106 | 15 | 140 | 106 | 70 |
| Binary | 10000001 | 11011101 | 1000010 | 101010 | 0 | 1000110 | 1101 | 1100000 | 1000110 | 111000 |
Color Harmonies of #81DD42
Complementary color
Monochromatic Colors of #81DD42
Black with #81DD42
Text Example
Text Example
White with #81DD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81DD42; }
p { color: rgb(129,221,66); }
H1.HeaderClassName
{
color: #81DD42;
}
.AnyTagClassName
{
color: #81DD42;
}
</style>
background-color css
<style>
a { background-color: #81DD42; }
a { background-color: rgb(129,221,66); }
div.DivClassName
{
background-color: #81DD42;
}
.BgClassName
{
background-color: #81DD42;
}
</style>
border-color css
<style>
span { border-color: #81DD42; }
span { border-color: rgb(129,221,66); }
td.TdClassName
{
border-color: #81DD42;
}
.TagClassName
{
border-color: #81DD42;
}
</style>