Shades of Atlantis #81CF40
Tints of Atlantis #81CF40
RGB
CMYK
RGB Variations
Color information
#81CF40 (or 0x81CF40) is known color: Atlantis. HEX triplet: 81, CF and 40. RGB value is (129,207,64). Sum of RGB (Red+Green+Blue) = 129+207+64=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #81CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81CF40 is #7E30BF. Grayscale: #A7A7A7. Windows color (decimal): -8270016 or 4247425. OLE color: 4247425.
HSL color Cylindrical-coordinate representation of color #81CF40: hue angle of 92.73º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #81CF40 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 207 | 64 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.19 |
| HSL | 92.73º | 0.6% | 0.53% | - |
| HSV(B) | 92.73º | 0.69% | 0.81% | - |
| XYZ | 32.29 | 49.66 | 12.73 | - |
| YUV | 167.38 | 69.66 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 207 | 64 | 0.38 | 0 | 0.69 | 0.19 | 92.73 | 0.6 | 0.53 |
| Hex | 81 | CF | 40 | 26 | 0 | 45 | 13 | 5D | 3C | 35 |
| Octal | 201 | 317 | 100 | 46 | 0 | 105 | 23 | 135 | 74 | 65 |
| Binary | 10000001 | 11001111 | 1000000 | 100110 | 0 | 1000101 | 10011 | 1011101 | 111100 | 110101 |
Color Harmonies of #81CF40
Complementary color
Monochromatic Colors of #81CF40
Black with #81CF40
Text Example
Text Example
White with #81CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CF40; }
p { color: rgb(129,207,64); }
H1.HeaderClassName
{
color: #81CF40;
}
.AnyTagClassName
{
color: #81CF40;
}
</style>
background-color css
<style>
a { background-color: #81CF40; }
a { background-color: rgb(129,207,64); }
div.DivClassName
{
background-color: #81CF40;
}
.BgClassName
{
background-color: #81CF40;
}
</style>
border-color css
<style>
span { border-color: #81CF40; }
span { border-color: rgb(129,207,64); }
td.TdClassName
{
border-color: #81CF40;
}
.TagClassName
{
border-color: #81CF40;
}
</style>