Shades of Atlantis #81D63B
Tints of Atlantis #81D63B
RGB
CMYK
RGB Variations
Color information
#81D63B (or 0x81D63B) is known color: Atlantis. HEX triplet: 81, D6 and 3B. RGB value is (129,214,59). Sum of RGB (Red+Green+Blue) = 129+214+59=402 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.09% from 402); Green value is 214 (83.98% from 255 or 53.23% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 214 - color contains mainly: green. Hex color #81D63B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81D63B is #7E29C4. Grayscale: #ABABAB. Windows color (decimal): -8268229 or 3921537. OLE color: 3921537.
HSL color Cylindrical-coordinate representation of color #81D63B: hue angle of 92.9º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81D63B is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 129 | 214 | 59 | - |
| CMYK | 0.40 | 0 | 0.72 | 0.16 |
| HSL | 92.9º | 0.65% | 0.54% | - |
| HSV(B) | 92.9º | 0.72% | 0.84% | - |
| XYZ | 33.89 | 53.08 | 12.6 | - |
| YUV | 170.92 | 64.84 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 214 | 59 | 0.40 | 0 | 0.72 | 0.16 | 92.9 | 0.65 | 0.54 |
| Hex | 81 | D6 | 3B | 28 | 0 | 48 | 10 | 5D | 41 | 36 |
| Octal | 201 | 326 | 73 | 50 | 0 | 110 | 20 | 135 | 101 | 66 |
| Binary | 10000001 | 11010110 | 111011 | 101000 | 0 | 1001000 | 10000 | 1011101 | 1000001 | 110110 |
Color Harmonies of #81D63B
Complementary color
Monochromatic Colors of #81D63B
Black with #81D63B
Text Example
Text Example
White with #81D63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D63B; }
p { color: rgb(129,214,59); }
H1.HeaderClassName
{
color: #81D63B;
}
.AnyTagClassName
{
color: #81D63B;
}
</style>
background-color css
<style>
a { background-color: #81D63B; }
a { background-color: rgb(129,214,59); }
div.DivClassName
{
background-color: #81D63B;
}
.BgClassName
{
background-color: #81D63B;
}
</style>
border-color css
<style>
span { border-color: #81D63B; }
span { border-color: rgb(129,214,59); }
td.TdClassName
{
border-color: #81D63B;
}
.TagClassName
{
border-color: #81D63B;
}
</style>