Shades of Atlantis #86D340
Tints of Atlantis #86D340
RGB
CMYK
RGB Variations
Color information
#86D340 (or 0x86D340) is known color: Atlantis. HEX triplet: 86, D3 and 40. RGB value is (134,211,64). Sum of RGB (Red+Green+Blue) = 134+211+64=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 211 (82.81% from 255 or 51.59% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 211 - color contains mainly: green. Hex color #86D340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86D340 is #792CBF. Grayscale: #ABABAB. Windows color (decimal): -7941312 or 4248454. OLE color: 4248454.
HSL color Cylindrical-coordinate representation of color #86D340: hue angle of 91.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86D340 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 211 | 64 | - |
| CMYK | 0.36 | 0 | 0.70 | 0.17 |
| HSL | 91.43º | 0.63% | 0.54% | - |
| HSV(B) | 91.43º | 0.7% | 0.83% | - |
| XYZ | 34.05 | 52.03 | 13.1 | - |
| YUV | 171.22 | 67.49 | 101.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 211 | 64 | 0.36 | 0 | 0.70 | 0.17 | 91.43 | 0.63 | 0.54 |
| Hex | 86 | D3 | 40 | 24 | 0 | 46 | 11 | 5B | 3F | 36 |
| Octal | 206 | 323 | 100 | 44 | 0 | 106 | 21 | 133 | 77 | 66 |
| Binary | 10000110 | 11010011 | 1000000 | 100100 | 0 | 1000110 | 10001 | 1011011 | 111111 | 110110 |
Color Harmonies of #86D340
Complementary color
Monochromatic Colors of #86D340
Black with #86D340
Text Example
Text Example
White with #86D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86D340; }
p { color: rgb(134,211,64); }
H1.HeaderClassName
{
color: #86D340;
}
.AnyTagClassName
{
color: #86D340;
}
</style>
background-color css
<style>
a { background-color: #86D340; }
a { background-color: rgb(134,211,64); }
div.DivClassName
{
background-color: #86D340;
}
.BgClassName
{
background-color: #86D340;
}
</style>
border-color css
<style>
span { border-color: #86D340; }
span { border-color: rgb(134,211,64); }
td.TdClassName
{
border-color: #86D340;
}
.TagClassName
{
border-color: #86D340;
}
</style>