Shades of Atlantis #81E343
Tints of Atlantis #81E343
RGB
CMYK
RGB Variations
Color information
#81E343 (or 0x81E343) is known color: Atlantis. HEX triplet: 81, E3 and 43. RGB value is (129,227,67). Sum of RGB (Red+Green+Blue) = 129+227+67=423 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.50% from 423); Green value is 227 (89.06% from 255 or 53.66% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 227 - color contains mainly: green. Hex color #81E343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #81E343 is #7E1CBC. Grayscale: #B4B4B4. Windows color (decimal): -8264893 or 4449153. OLE color: 4449153.
HSL color Cylindrical-coordinate representation of color #81E343: hue angle of 96.75º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #81E343 is Cyan = 0.43, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 227 | 67 | - |
| CMYK | 0.43 | 0 | 0.70 | 0.11 |
| HSL | 96.75º | 0.74% | 0.58% | - |
| HSV(B) | 96.75º | 0.7% | 0.89% | - |
| XYZ | 37.54 | 60.01 | 14.92 | - |
| YUV | 179.46 | 64.53 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 227 | 67 | 0.43 | 0 | 0.70 | 0.11 | 96.75 | 0.74 | 0.58 |
| Hex | 81 | E3 | 43 | 2B | 0 | 46 | B | 61 | 4A | 3A |
| Octal | 201 | 343 | 103 | 53 | 0 | 106 | 13 | 141 | 112 | 72 |
| Binary | 10000001 | 11100011 | 1000011 | 101011 | 0 | 1000110 | 1011 | 1100001 | 1001010 | 111010 |
Color Harmonies of #81E343
Complementary color
Monochromatic Colors of #81E343
Black with #81E343
Text Example
Text Example
White with #81E343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81E343; }
p { color: rgb(129,227,67); }
H1.HeaderClassName
{
color: #81E343;
}
.AnyTagClassName
{
color: #81E343;
}
</style>
background-color css
<style>
a { background-color: #81E343; }
a { background-color: rgb(129,227,67); }
div.DivClassName
{
background-color: #81E343;
}
.BgClassName
{
background-color: #81E343;
}
</style>
border-color css
<style>
span { border-color: #81E343; }
span { border-color: rgb(129,227,67); }
td.TdClassName
{
border-color: #81E343;
}
.TagClassName
{
border-color: #81E343;
}
</style>