Shades of Atlantis #81C93F
Tints of Atlantis #81C93F
RGB
CMYK
RGB Variations
Color information
#81C93F (or 0x81C93F) is known color: Atlantis. HEX triplet: 81, C9 and 3F. RGB value is (129,201,63). Sum of RGB (Red+Green+Blue) = 129+201+63=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 201 (78.91% from 255 or 51.15% from 393); Blue value is 63 (25% from 255 or 16.03% from 393); Max value from RGB is 201 - color contains mainly: green. Hex color #81C93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81C93F is #7E36C0. Grayscale: #A4A4A4. Windows color (decimal): -8271553 or 4180353. OLE color: 4180353.
HSL color Cylindrical-coordinate representation of color #81C93F: hue angle of 91.3º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81C93F is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 129 | 201 | 63 | - |
| CMYK | 0.36 | 0 | 0.69 | 0.21 |
| HSL | 91.3º | 0.56% | 0.52% | - |
| HSV(B) | 91.3º | 0.69% | 0.79% | - |
| XYZ | 30.84 | 46.8 | 12.11 | - |
| YUV | 163.74 | 71.15 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 201 | 63 | 0.36 | 0 | 0.69 | 0.21 | 91.3 | 0.56 | 0.52 |
| Hex | 81 | C9 | 3F | 24 | 0 | 45 | 15 | 5B | 38 | 34 |
| Octal | 201 | 311 | 77 | 44 | 0 | 105 | 25 | 133 | 70 | 64 |
| Binary | 10000001 | 11001001 | 111111 | 100100 | 0 | 1000101 | 10101 | 1011011 | 111000 | 110100 |
Color Harmonies of #81C93F
Complementary color
Monochromatic Colors of #81C93F
Black with #81C93F
Text Example
Text Example
White with #81C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C93F; }
p { color: rgb(129,201,63); }
H1.HeaderClassName
{
color: #81C93F;
}
.AnyTagClassName
{
color: #81C93F;
}
</style>
background-color css
<style>
a { background-color: #81C93F; }
a { background-color: rgb(129,201,63); }
div.DivClassName
{
background-color: #81C93F;
}
.BgClassName
{
background-color: #81C93F;
}
</style>
border-color css
<style>
span { border-color: #81C93F; }
span { border-color: rgb(129,201,63); }
td.TdClassName
{
border-color: #81C93F;
}
.TagClassName
{
border-color: #81C93F;
}
</style>