Shades of Atlantis #81F138
Tints of Atlantis #81F138
RGB
CMYK
RGB Variations
Color information
#81F138 (or 0x81F138) is known color: Atlantis. HEX triplet: 81, F1 and 38. RGB value is (129,241,56). Sum of RGB (Red+Green+Blue) = 129+241+56=426 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.28% from 426); Green value is 241 (94.53% from 255 or 56.57% from 426); Blue value is 56 (22.27% from 255 or 13.15% from 426); Max value from RGB is 241 - color contains mainly: green. Hex color #81F138 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81F138 is #7E0EC7. Grayscale: #BBBBBB. Windows color (decimal): -8261320 or 3731841. OLE color: 3731841.
HSL color Cylindrical-coordinate representation of color #81F138: hue angle of 96.32º degrees, saturation: 0.87, 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 #81F138 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 129 | 241 | 56 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.05 |
| HSL | 96.32º | 0.87% | 0.58% | - |
| HSV(B) | 96.32º | 0.77% | 0.95% | - |
| XYZ | 41.22 | 67.86 | 14.67 | - |
| YUV | 186.42 | 54.39 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 241 | 56 | 0.46 | 0 | 0.77 | 0.05 | 96.32 | 0.87 | 0.58 |
| Hex | 81 | F1 | 38 | 2E | 0 | 4D | 5 | 60 | 57 | 3A |
| Octal | 201 | 361 | 70 | 56 | 0 | 115 | 5 | 140 | 127 | 72 |
| Binary | 10000001 | 11110001 | 111000 | 101110 | 0 | 1001101 | 101 | 1100000 | 1010111 | 111010 |
Color Harmonies of #81F138
Complementary color
Monochromatic Colors of #81F138
Black with #81F138
Text Example
Text Example
White with #81F138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81F138; }
p { color: rgb(129,241,56); }
H1.HeaderClassName
{
color: #81F138;
}
.AnyTagClassName
{
color: #81F138;
}
</style>
background-color css
<style>
a { background-color: #81F138; }
a { background-color: rgb(129,241,56); }
div.DivClassName
{
background-color: #81F138;
}
.BgClassName
{
background-color: #81F138;
}
</style>
border-color css
<style>
span { border-color: #81F138; }
span { border-color: rgb(129,241,56); }
td.TdClassName
{
border-color: #81F138;
}
.TagClassName
{
border-color: #81F138;
}
</style>