Shades of Atlantis #86DD34
Tints of Atlantis #86DD34
RGB
CMYK
RGB Variations
Color information
#86DD34 (or 0x86DD34) is known color: Atlantis. HEX triplet: 86, DD and 34. RGB value is (134,221,52). Sum of RGB (Red+Green+Blue) = 134+221+52=407 (53% of max value = 765). Red value is 134 (52.73% from 255 or 32.92% from 407); Green value is 221 (86.72% from 255 or 54.30% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DD34 is #7922CB. Grayscale: #B0B0B0. Windows color (decimal): -7938764 or 3464582. OLE color: 3464582.
HSL color Cylindrical-coordinate representation of color #86DD34: hue angle of 90.89º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86DD34 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 52 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.13 |
| HSL | 90.89º | 0.71% | 0.54% | - |
| HSV(B) | 90.89º | 0.76% | 0.87% | - |
| XYZ | 36.31 | 57.03 | 12.34 | - |
| YUV | 175.72 | 58.18 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 52 | 0.39 | 0 | 0.76 | 0.13 | 90.89 | 0.71 | 0.54 |
| Hex | 86 | DD | 34 | 27 | 0 | 4C | D | 5B | 47 | 36 |
| Octal | 206 | 335 | 64 | 47 | 0 | 114 | 15 | 133 | 107 | 66 |
| Binary | 10000110 | 11011101 | 110100 | 100111 | 0 | 1001100 | 1101 | 1011011 | 1000111 | 110110 |
Color Harmonies of #86DD34
Complementary color
Monochromatic Colors of #86DD34
Black with #86DD34
Text Example
Text Example
White with #86DD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DD34; }
p { color: rgb(134,221,52); }
H1.HeaderClassName
{
color: #86DD34;
}
.AnyTagClassName
{
color: #86DD34;
}
</style>
background-color css
<style>
a { background-color: #86DD34; }
a { background-color: rgb(134,221,52); }
div.DivClassName
{
background-color: #86DD34;
}
.BgClassName
{
background-color: #86DD34;
}
</style>
border-color css
<style>
span { border-color: #86DD34; }
span { border-color: rgb(134,221,52); }
td.TdClassName
{
border-color: #86DD34;
}
.TagClassName
{
border-color: #86DD34;
}
</style>