Shades of Atlantis #81EA41
Tints of Atlantis #81EA41
RGB
CMYK
RGB Variations
Color information
#81EA41 (or 0x81EA41) is known color: Atlantis. HEX triplet: 81, EA and 41. RGB value is (129,234,65). Sum of RGB (Red+Green+Blue) = 129+234+65=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 234 (91.80% from 255 or 54.67% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 234 - color contains mainly: green. Hex color #81EA41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #81EA41 is #7E15BE. Grayscale: #B7B7B7. Windows color (decimal): -8263103 or 4319873. OLE color: 4319873.
HSL color Cylindrical-coordinate representation of color #81EA41: hue angle of 97.28º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #81EA41 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 234 | 65 | - |
| CMYK | 0.45 | 0 | 0.72 | 0.08 |
| HSL | 97.28º | 0.8% | 0.59% | - |
| HSV(B) | 97.28º | 0.72% | 0.92% | - |
| XYZ | 39.43 | 63.89 | 15.26 | - |
| YUV | 183.34 | 61.21 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 234 | 65 | 0.45 | 0 | 0.72 | 0.08 | 97.28 | 0.8 | 0.59 |
| Hex | 81 | EA | 41 | 2D | 0 | 48 | 8 | 61 | 50 | 3B |
| Octal | 201 | 352 | 101 | 55 | 0 | 110 | 10 | 141 | 120 | 73 |
| Binary | 10000001 | 11101010 | 1000001 | 101101 | 0 | 1001000 | 1000 | 1100001 | 1010000 | 111011 |
Color Harmonies of #81EA41
Complementary color
Monochromatic Colors of #81EA41
Black with #81EA41
Text Example
Text Example
White with #81EA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81EA41; }
p { color: rgb(129,234,65); }
H1.HeaderClassName
{
color: #81EA41;
}
.AnyTagClassName
{
color: #81EA41;
}
</style>
background-color css
<style>
a { background-color: #81EA41; }
a { background-color: rgb(129,234,65); }
div.DivClassName
{
background-color: #81EA41;
}
.BgClassName
{
background-color: #81EA41;
}
</style>
border-color css
<style>
span { border-color: #81EA41; }
span { border-color: rgb(129,234,65); }
td.TdClassName
{
border-color: #81EA41;
}
.TagClassName
{
border-color: #81EA41;
}
</style>