Shades of Atlantis #86E747
Tints of Atlantis #86E747
RGB
CMYK
RGB Variations
Color information
#86E747 (or 0x86E747) is known color: Atlantis. HEX triplet: 86, E7 and 47. RGB value is (134,231,71). Sum of RGB (Red+Green+Blue) = 134+231+71=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 71 (28.12% from 255 or 16.28% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #86E747 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86E747 is #7918B8. Grayscale: #B8B8B8. Windows color (decimal): -7936185 or 4712326. OLE color: 4712326.
HSL color Cylindrical-coordinate representation of color #86E747: hue angle of 96.38º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86E747 is Cyan = 0.42, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 134 | 231 | 71 | - |
| CMYK | 0.42 | 0 | 0.69 | 0.09 |
| HSL | 96.38º | 0.77% | 0.59% | - |
| HSV(B) | 96.38º | 0.69% | 0.91% | - |
| XYZ | 39.54 | 62.68 | 15.97 | - |
| YUV | 183.76 | 64.36 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 231 | 71 | 0.42 | 0 | 0.69 | 0.09 | 96.38 | 0.77 | 0.59 |
| Hex | 86 | E7 | 47 | 2A | 0 | 45 | 9 | 60 | 4D | 3B |
| Octal | 206 | 347 | 107 | 52 | 0 | 105 | 11 | 140 | 115 | 73 |
| Binary | 10000110 | 11100111 | 1000111 | 101010 | 0 | 1000101 | 1001 | 1100000 | 1001101 | 111011 |
Color Harmonies of #86E747
Complementary color
Monochromatic Colors of #86E747
Black with #86E747
Text Example
Text Example
White with #86E747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E747; }
p { color: rgb(134,231,71); }
H1.HeaderClassName
{
color: #86E747;
}
.AnyTagClassName
{
color: #86E747;
}
</style>
background-color css
<style>
a { background-color: #86E747; }
a { background-color: rgb(134,231,71); }
div.DivClassName
{
background-color: #86E747;
}
.BgClassName
{
background-color: #86E747;
}
</style>
border-color css
<style>
span { border-color: #86E747; }
span { border-color: rgb(134,231,71); }
td.TdClassName
{
border-color: #86E747;
}
.TagClassName
{
border-color: #86E747;
}
</style>