Shades of Atlantis #81F136
Tints of Atlantis #81F136
RGB
CMYK
RGB Variations
Color information
#81F136 (or 0x81F136) is known color: Atlantis. HEX triplet: 81, F1 and 36. RGB value is (129,241,54). Sum of RGB (Red+Green+Blue) = 129+241+54=424 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.42% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 54 (21.48% from 255 or 12.74% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #81F136 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F136 is #7E0EC9. Grayscale: #BABABA. Windows color (decimal): -8261322 or 3600769. OLE color: 3600769.
HSL color Cylindrical-coordinate representation of color #81F136: hue angle of 95.94º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #81F136 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 241 | 54 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.05 |
| HSL | 95.94º | 0.87% | 0.58% | - |
| HSV(B) | 95.94º | 0.78% | 0.95% | - |
| XYZ | 41.17 | 67.84 | 14.42 | - |
| YUV | 186.19 | 53.39 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 241 | 54 | 0.46 | 0 | 0.78 | 0.05 | 95.94 | 0.87 | 0.58 |
| Hex | 81 | F1 | 36 | 2E | 0 | 4E | 5 | 60 | 57 | 3A |
| Octal | 201 | 361 | 66 | 56 | 0 | 116 | 5 | 140 | 127 | 72 |
| Binary | 10000001 | 11110001 | 110110 | 101110 | 0 | 1001110 | 101 | 1100000 | 1010111 | 111010 |
Color Harmonies of #81F136
Complementary color
Monochromatic Colors of #81F136
Black with #81F136
Text Example
Text Example
White with #81F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F136; }
p { color: rgb(129,241,54); }
H1.HeaderClassName
{
color: #81F136;
}
.AnyTagClassName
{
color: #81F136;
}
</style>
background-color css
<style>
a { background-color: #81F136; }
a { background-color: rgb(129,241,54); }
div.DivClassName
{
background-color: #81F136;
}
.BgClassName
{
background-color: #81F136;
}
</style>
border-color css
<style>
span { border-color: #81F136; }
span { border-color: rgb(129,241,54); }
td.TdClassName
{
border-color: #81F136;
}
.TagClassName
{
border-color: #81F136;
}
</style>