Shades of Atlantis #81CF3F
Tints of Atlantis #81CF3F
RGB
CMYK
RGB Variations
Color information
#81CF3F (or 0x81CF3F) is known color: Atlantis. HEX triplet: 81, CF and 3F. RGB value is (129,207,63). Sum of RGB (Red+Green+Blue) = 129+207+63=399 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.33% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 63 (25% from 255 or 15.79% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CF3F is #7E30C0. Grayscale: #A7A7A7. Windows color (decimal): -8270017 or 4181889. OLE color: 4181889.
HSL color Cylindrical-coordinate representation of color #81CF3F: hue angle of 92.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81CF3F is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 63 | - |
| CMYK | 0.38 | 0 | 0.70 | 0.19 |
| HSL | 92.5º | 0.6% | 0.53% | - |
| HSV(B) | 92.5º | 0.7% | 0.81% | - |
| XYZ | 32.26 | 49.65 | 12.59 | - |
| YUV | 167.26 | 69.16 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 63 | 0.38 | 0 | 0.70 | 0.19 | 92.5 | 0.6 | 0.53 |
| Hex | 81 | CF | 3F | 26 | 0 | 46 | 13 | 5C | 3C | 35 |
| Octal | 201 | 317 | 77 | 46 | 0 | 106 | 23 | 134 | 74 | 65 |
| Binary | 10000001 | 11001111 | 111111 | 100110 | 0 | 1000110 | 10011 | 1011100 | 111100 | 110101 |
Color Harmonies of #81CF3F
Complementary color
Monochromatic Colors of #81CF3F
Black with #81CF3F
Text Example
Text Example
White with #81CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF3F; }
p { color: rgb(129,207,63); }
H1.HeaderClassName
{
color: #81CF3F;
}
.AnyTagClassName
{
color: #81CF3F;
}
</style>
background-color css
<style>
a { background-color: #81CF3F; }
a { background-color: rgb(129,207,63); }
div.DivClassName
{
background-color: #81CF3F;
}
.BgClassName
{
background-color: #81CF3F;
}
</style>
border-color css
<style>
span { border-color: #81CF3F; }
span { border-color: rgb(129,207,63); }
td.TdClassName
{
border-color: #81CF3F;
}
.TagClassName
{
border-color: #81CF3F;
}
</style>