Shades of Atlantis #81E838
Tints of Atlantis #81E838
RGB
CMYK
RGB Variations
Color information
#81E838 (or 0x81E838) is known color: Atlantis. HEX triplet: 81, E8 and 38. RGB value is (129,232,56). Sum of RGB (Red+Green+Blue) = 129+232+56=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 232 (91.02% from 255 or 55.64% from 417); Blue value is 56 (22.27% from 255 or 13.43% from 417); Max value from RGB is 232 - color contains mainly: green. Hex color #81E838 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81E838 is #7E17C7. Grayscale: #B5B5B5. Windows color (decimal): -8263624 or 3729537. OLE color: 3729537.
HSL color Cylindrical-coordinate representation of color #81E838: hue angle of 95.11º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #81E838 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 129 | 232 | 56 | - |
| CMYK | 0.44 | 0 | 0.76 | 0.09 |
| HSL | 95.11º | 0.79% | 0.56% | - |
| HSV(B) | 95.11º | 0.76% | 0.91% | - |
| XYZ | 38.62 | 62.67 | 13.8 | - |
| YUV | 181.14 | 57.38 | 90.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 232 | 56 | 0.44 | 0 | 0.76 | 0.09 | 95.11 | 0.79 | 0.56 |
| Hex | 81 | E8 | 38 | 2C | 0 | 4C | 9 | 5F | 4F | 38 |
| Octal | 201 | 350 | 70 | 54 | 0 | 114 | 11 | 137 | 117 | 70 |
| Binary | 10000001 | 11101000 | 111000 | 101100 | 0 | 1001100 | 1001 | 1011111 | 1001111 | 111000 |
Color Harmonies of #81E838
Complementary color
Monochromatic Colors of #81E838
Black with #81E838
Text Example
Text Example
White with #81E838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E838; }
p { color: rgb(129,232,56); }
H1.HeaderClassName
{
color: #81E838;
}
.AnyTagClassName
{
color: #81E838;
}
</style>
background-color css
<style>
a { background-color: #81E838; }
a { background-color: rgb(129,232,56); }
div.DivClassName
{
background-color: #81E838;
}
.BgClassName
{
background-color: #81E838;
}
</style>
border-color css
<style>
span { border-color: #81E838; }
span { border-color: rgb(129,232,56); }
td.TdClassName
{
border-color: #81E838;
}
.TagClassName
{
border-color: #81E838;
}
</style>