Shades of Atlantis #86EC32
Tints of Atlantis #86EC32
RGB
CMYK
RGB Variations
Color information
#86EC32 (or 0x86EC32) is known color: Atlantis. HEX triplet: 86, EC and 32. RGB value is (134,236,50). Sum of RGB (Red+Green+Blue) = 134+236+50=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 236 (92.58% from 255 or 56.19% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 236 - color contains mainly: green. Hex color #86EC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EC32 is #7913CD. Grayscale: #B8B8B8. Windows color (decimal): -7934926 or 3337350. OLE color: 3337350.
HSL color Cylindrical-coordinate representation of color #86EC32: hue angle of 92.9º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86EC32 is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 236 | 50 | - |
| CMYK | 0.43 | 0 | 0.79 | 0.07 |
| HSL | 92.9º | 0.83% | 0.56% | - |
| HSV(B) | 92.9º | 0.79% | 0.93% | - |
| XYZ | 40.4 | 65.29 | 13.49 | - |
| YUV | 184.3 | 52.21 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 236 | 50 | 0.43 | 0 | 0.79 | 0.07 | 92.9 | 0.83 | 0.56 |
| Hex | 86 | EC | 32 | 2B | 0 | 4F | 7 | 5D | 53 | 38 |
| Octal | 206 | 354 | 62 | 53 | 0 | 117 | 7 | 135 | 123 | 70 |
| Binary | 10000110 | 11101100 | 110010 | 101011 | 0 | 1001111 | 111 | 1011101 | 1010011 | 111000 |
Color Harmonies of #86EC32
Complementary color
Monochromatic Colors of #86EC32
Black with #86EC32
Text Example
Text Example
White with #86EC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EC32; }
p { color: rgb(134,236,50); }
H1.HeaderClassName
{
color: #86EC32;
}
.AnyTagClassName
{
color: #86EC32;
}
</style>
background-color css
<style>
a { background-color: #86EC32; }
a { background-color: rgb(134,236,50); }
div.DivClassName
{
background-color: #86EC32;
}
.BgClassName
{
background-color: #86EC32;
}
</style>
border-color css
<style>
span { border-color: #86EC32; }
span { border-color: rgb(134,236,50); }
td.TdClassName
{
border-color: #86EC32;
}
.TagClassName
{
border-color: #86EC32;
}
</style>