Shades of Atlantis #81F237
Tints of Atlantis #81F237
RGB
CMYK
RGB Variations
Color information
#81F237 (or 0x81F237) is known color: Atlantis. HEX triplet: 81, F2 and 37. RGB value is (129,242,55). Sum of RGB (Red+Green+Blue) = 129+242+55=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 242 (94.92% from 255 or 56.81% from 426); Blue value is 55 (21.88% from 255 or 12.91% from 426); Max value from RGB is 242 - color contains mainly: green. Hex color #81F237 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F237 is #7E0DC8. Grayscale: #BBBBBB. Windows color (decimal): -8261065 or 3666561. OLE color: 3666561.
HSL color Cylindrical-coordinate representation of color #81F237: hue angle of 96.26º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #81F237 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 242 | 55 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.05 |
| HSL | 96.26º | 0.88% | 0.58% | - |
| HSV(B) | 96.26º | 0.77% | 0.95% | - |
| XYZ | 41.49 | 68.45 | 14.64 | - |
| YUV | 186.9 | 53.56 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 242 | 55 | 0.47 | 0 | 0.77 | 0.05 | 96.26 | 0.88 | 0.58 |
| Hex | 81 | F2 | 37 | 2F | 0 | 4D | 5 | 60 | 58 | 3A |
| Octal | 201 | 362 | 67 | 57 | 0 | 115 | 5 | 140 | 130 | 72 |
| Binary | 10000001 | 11110010 | 110111 | 101111 | 0 | 1001101 | 101 | 1100000 | 1011000 | 111010 |
Color Harmonies of #81F237
Complementary color
Monochromatic Colors of #81F237
Black with #81F237
Text Example
Text Example
White with #81F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F237; }
p { color: rgb(129,242,55); }
H1.HeaderClassName
{
color: #81F237;
}
.AnyTagClassName
{
color: #81F237;
}
</style>
background-color css
<style>
a { background-color: #81F237; }
a { background-color: rgb(129,242,55); }
div.DivClassName
{
background-color: #81F237;
}
.BgClassName
{
background-color: #81F237;
}
</style>
border-color css
<style>
span { border-color: #81F237; }
span { border-color: rgb(129,242,55); }
td.TdClassName
{
border-color: #81F237;
}
.TagClassName
{
border-color: #81F237;
}
</style>