Shades of Atlantis #86D03B
Tints of Atlantis #86D03B
RGB
CMYK
RGB Variations
Color information
#86D03B (or 0x86D03B) is known color: Atlantis. HEX triplet: 86, D0 and 3B. RGB value is (134,208,59). Sum of RGB (Red+Green+Blue) = 134+208+59=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 59 (23.44% from 255 or 14.71% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #86D03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D03B is #792FC4. Grayscale: #A9A9A9. Windows color (decimal): -7942085 or 3920006. OLE color: 3920006.
HSL color Cylindrical-coordinate representation of color #86D03B: hue angle of 89.8º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #86D03B is Cyan = 0.36, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 208 | 59 | - |
| CMYK | 0.36 | 0 | 0.72 | 0.18 |
| HSL | 89.8º | 0.61% | 0.52% | - |
| HSV(B) | 89.8º | 0.72% | 0.82% | - |
| XYZ | 33.18 | 50.5 | 12.14 | - |
| YUV | 168.89 | 65.98 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 208 | 59 | 0.36 | 0 | 0.72 | 0.18 | 89.8 | 0.61 | 0.52 |
| Hex | 86 | D0 | 3B | 24 | 0 | 48 | 12 | 5A | 3D | 34 |
| Octal | 206 | 320 | 73 | 44 | 0 | 110 | 22 | 132 | 75 | 64 |
| Binary | 10000110 | 11010000 | 111011 | 100100 | 0 | 1001000 | 10010 | 1011010 | 111101 | 110100 |
Color Harmonies of #86D03B
Complementary color
Monochromatic Colors of #86D03B
Black with #86D03B
Text Example
Text Example
White with #86D03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D03B; }
p { color: rgb(134,208,59); }
H1.HeaderClassName
{
color: #86D03B;
}
.AnyTagClassName
{
color: #86D03B;
}
</style>
background-color css
<style>
a { background-color: #86D03B; }
a { background-color: rgb(134,208,59); }
div.DivClassName
{
background-color: #86D03B;
}
.BgClassName
{
background-color: #86D03B;
}
</style>
border-color css
<style>
span { border-color: #86D03B; }
span { border-color: rgb(134,208,59); }
td.TdClassName
{
border-color: #86D03B;
}
.TagClassName
{
border-color: #86D03B;
}
</style>