Shades of Atlantis #81F031
Tints of Atlantis #81F031
RGB
CMYK
RGB Variations
Color information
#81F031 (or 0x81F031) is known color: Atlantis. HEX triplet: 81, F0 and 31. RGB value is (129,240,49). Sum of RGB (Red+Green+Blue) = 129+240+49=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 240 (94.14% from 255 or 57.42% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 240 - color contains mainly: green. Hex color #81F031 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F031 is #7E0FCE. Grayscale: #B9B9B9. Windows color (decimal): -8261583 or 3272833. OLE color: 3272833.
HSL color Cylindrical-coordinate representation of color #81F031: hue angle of 94.87º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81F031 is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 240 | 49 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.06 |
| HSL | 94.87º | 0.86% | 0.57% | - |
| HSV(B) | 94.87º | 0.8% | 0.94% | - |
| XYZ | 40.77 | 67.21 | 13.73 | - |
| YUV | 185.04 | 51.23 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 240 | 49 | 0.46 | 0 | 0.80 | 0.06 | 94.87 | 0.86 | 0.57 |
| Hex | 81 | F0 | 31 | 2E | 0 | 50 | 6 | 5F | 56 | 39 |
| Octal | 201 | 360 | 61 | 56 | 0 | 120 | 6 | 137 | 126 | 71 |
| Binary | 10000001 | 11110000 | 110001 | 101110 | 0 | 1010000 | 110 | 1011111 | 1010110 | 111001 |
Color Harmonies of #81F031
Complementary color
Monochromatic Colors of #81F031
Black with #81F031
Text Example
Text Example
White with #81F031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F031; }
p { color: rgb(129,240,49); }
H1.HeaderClassName
{
color: #81F031;
}
.AnyTagClassName
{
color: #81F031;
}
</style>
background-color css
<style>
a { background-color: #81F031; }
a { background-color: rgb(129,240,49); }
div.DivClassName
{
background-color: #81F031;
}
.BgClassName
{
background-color: #81F031;
}
</style>
border-color css
<style>
span { border-color: #81F031; }
span { border-color: rgb(129,240,49); }
td.TdClassName
{
border-color: #81F031;
}
.TagClassName
{
border-color: #81F031;
}
</style>