Shades of Atlantis #86E337
Tints of Atlantis #86E337
RGB
CMYK
RGB Variations
Color information
#86E337 (or 0x86E337) is known color: Atlantis. HEX triplet: 86, E3 and 37. RGB value is (134,227,55). Sum of RGB (Red+Green+Blue) = 134+227+55=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 227 (89.06% from 255 or 54.57% from 416); Blue value is 55 (21.88% from 255 or 13.22% from 416); Max value from RGB is 227 - color contains mainly: green. Hex color #86E337 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86E337 is #791CC8. Grayscale: #B4B4B4. Windows color (decimal): -7937225 or 3662726. OLE color: 3662726.
HSL color Cylindrical-coordinate representation of color #86E337: hue angle of 92.44º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86E337 is Cyan = 0.41, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 134 | 227 | 55 | - |
| CMYK | 0.41 | 0 | 0.76 | 0.11 |
| HSL | 92.44º | 0.75% | 0.55% | - |
| HSV(B) | 92.44º | 0.76% | 0.89% | - |
| XYZ | 37.99 | 60.28 | 13.25 | - |
| YUV | 179.59 | 57.69 | 95.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 227 | 55 | 0.41 | 0 | 0.76 | 0.11 | 92.44 | 0.75 | 0.55 |
| Hex | 86 | E3 | 37 | 29 | 0 | 4C | B | 5C | 4B | 37 |
| Octal | 206 | 343 | 67 | 51 | 0 | 114 | 13 | 134 | 113 | 67 |
| Binary | 10000110 | 11100011 | 110111 | 101001 | 0 | 1001100 | 1011 | 1011100 | 1001011 | 110111 |
Color Harmonies of #86E337
Complementary color
Monochromatic Colors of #86E337
Black with #86E337
Text Example
Text Example
White with #86E337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86E337; }
p { color: rgb(134,227,55); }
H1.HeaderClassName
{
color: #86E337;
}
.AnyTagClassName
{
color: #86E337;
}
</style>
background-color css
<style>
a { background-color: #86E337; }
a { background-color: rgb(134,227,55); }
div.DivClassName
{
background-color: #86E337;
}
.BgClassName
{
background-color: #86E337;
}
</style>
border-color css
<style>
span { border-color: #86E337; }
span { border-color: rgb(134,227,55); }
td.TdClassName
{
border-color: #86E337;
}
.TagClassName
{
border-color: #86E337;
}
</style>