Shades of Atlantis #86DB47
Tints of Atlantis #86DB47
RGB
CMYK
RGB Variations
Color information
#86DB47 (or 0x86DB47) is known color: Atlantis. HEX triplet: 86, DB and 47. RGB value is (134,219,71). Sum of RGB (Red+Green+Blue) = 134+219+71=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DB47 is #7924B8. Grayscale: #B1B1B1. Windows color (decimal): -7939257 or 4709254. OLE color: 4709254.
HSL color Cylindrical-coordinate representation of color #86DB47: hue angle of 94.46º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86DB47 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 71 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.14 |
| HSL | 94.46º | 0.67% | 0.57% | - |
| HSV(B) | 94.46º | 0.68% | 0.86% | - |
| XYZ | 36.3 | 56.19 | 14.89 | - |
| YUV | 176.71 | 68.34 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 71 | 0.39 | 0 | 0.68 | 0.14 | 94.46 | 0.67 | 0.57 |
| Hex | 86 | DB | 47 | 27 | 0 | 44 | E | 5E | 43 | 39 |
| Octal | 206 | 333 | 107 | 47 | 0 | 104 | 16 | 136 | 103 | 71 |
| Binary | 10000110 | 11011011 | 1000111 | 100111 | 0 | 1000100 | 1110 | 1011110 | 1000011 | 111001 |
Color Harmonies of #86DB47
Complementary color
Monochromatic Colors of #86DB47
Black with #86DB47
Text Example
Text Example
White with #86DB47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB47; }
p { color: rgb(134,219,71); }
H1.HeaderClassName
{
color: #86DB47;
}
.AnyTagClassName
{
color: #86DB47;
}
</style>
background-color css
<style>
a { background-color: #86DB47; }
a { background-color: rgb(134,219,71); }
div.DivClassName
{
background-color: #86DB47;
}
.BgClassName
{
background-color: #86DB47;
}
</style>
border-color css
<style>
span { border-color: #86DB47; }
span { border-color: rgb(134,219,71); }
td.TdClassName
{
border-color: #86DB47;
}
.TagClassName
{
border-color: #86DB47;
}
</style>