Shades of Atlantis #86E447
Tints of Atlantis #86E447
RGB
CMYK
RGB Variations
Color information
#86E447 (or 0x86E447) is known color: Atlantis. HEX triplet: 86, E4 and 47. RGB value is (134,228,71). Sum of RGB (Red+Green+Blue) = 134+228+71=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 228 (89.45% from 255 or 52.66% from 433); Blue value is 71 (28.12% from 255 or 16.40% from 433); Max value from RGB is 228 - color contains mainly: green. Hex color #86E447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E447 is #791BB8. Grayscale: #B6B6B6. Windows color (decimal): -7936953 or 4711558. OLE color: 4711558.
HSL color Cylindrical-coordinate representation of color #86E447: hue angle of 95.92º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86E447 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 228 | 71 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.11 |
| HSL | 95.92º | 0.74% | 0.59% | - |
| HSV(B) | 95.92º | 0.69% | 0.89% | - |
| XYZ | 38.71 | 61.01 | 15.7 | - |
| YUV | 182 | 65.36 | 93.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 228 | 71 | 0.41 | 0 | 0.69 | 0.11 | 95.92 | 0.74 | 0.59 |
| Hex | 86 | E4 | 47 | 29 | 0 | 45 | B | 60 | 4A | 3B |
| Octal | 206 | 344 | 107 | 51 | 0 | 105 | 13 | 140 | 112 | 73 |
| Binary | 10000110 | 11100100 | 1000111 | 101001 | 0 | 1000101 | 1011 | 1100000 | 1001010 | 111011 |
Color Harmonies of #86E447
Complementary color
Monochromatic Colors of #86E447
Black with #86E447
Text Example
Text Example
White with #86E447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E447; }
p { color: rgb(134,228,71); }
H1.HeaderClassName
{
color: #86E447;
}
.AnyTagClassName
{
color: #86E447;
}
</style>
background-color css
<style>
a { background-color: #86E447; }
a { background-color: rgb(134,228,71); }
div.DivClassName
{
background-color: #86E447;
}
.BgClassName
{
background-color: #86E447;
}
</style>
border-color css
<style>
span { border-color: #86E447; }
span { border-color: rgb(134,228,71); }
td.TdClassName
{
border-color: #86E447;
}
.TagClassName
{
border-color: #86E447;
}
</style>