Shades of Atlantis #86DB45
Tints of Atlantis #86DB45
RGB
CMYK
RGB Variations
Color information
#86DB45 (or 0x86DB45) is known color: Atlantis. HEX triplet: 86, DB and 45. RGB value is (134,219,69). Sum of RGB (Red+Green+Blue) = 134+219+69=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DB45 is #7924BA. Grayscale: #B0B0B0. Windows color (decimal): -7939259 or 4578182. OLE color: 4578182.
HSL color Cylindrical-coordinate representation of color #86DB45: hue angle of 94º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86DB45 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 69 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.14 |
| HSL | 94º | 0.68% | 0.56% | - |
| HSV(B) | 94º | 0.68% | 0.86% | - |
| XYZ | 36.24 | 56.16 | 14.56 | - |
| YUV | 176.49 | 67.34 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 69 | 0.39 | 0 | 0.68 | 0.14 | 94 | 0.68 | 0.56 |
| Hex | 86 | DB | 45 | 27 | 0 | 44 | E | 5E | 44 | 38 |
| Octal | 206 | 333 | 105 | 47 | 0 | 104 | 16 | 136 | 104 | 70 |
| Binary | 10000110 | 11011011 | 1000101 | 100111 | 0 | 1000100 | 1110 | 1011110 | 1000100 | 111000 |
Color Harmonies of #86DB45
Complementary color
Monochromatic Colors of #86DB45
Black with #86DB45
Text Example
Text Example
White with #86DB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB45; }
p { color: rgb(134,219,69); }
H1.HeaderClassName
{
color: #86DB45;
}
.AnyTagClassName
{
color: #86DB45;
}
</style>
background-color css
<style>
a { background-color: #86DB45; }
a { background-color: rgb(134,219,69); }
div.DivClassName
{
background-color: #86DB45;
}
.BgClassName
{
background-color: #86DB45;
}
</style>
border-color css
<style>
span { border-color: #86DB45; }
span { border-color: rgb(134,219,69); }
td.TdClassName
{
border-color: #86DB45;
}
.TagClassName
{
border-color: #86DB45;
}
</style>