Shades of Atlantis #86DD40
Tints of Atlantis #86DD40
RGB
CMYK
RGB Variations
Color information
#86DD40 (or 0x86DD40) is known color: Atlantis. HEX triplet: 86, DD and 40. RGB value is (134,221,64). Sum of RGB (Red+Green+Blue) = 134+221+64=419 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.98% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DD40 is #7922BF. Grayscale: #B1B1B1. Windows color (decimal): -7938752 or 4251014. OLE color: 4251014.
HSL color Cylindrical-coordinate representation of color #86DD40: hue angle of 93.25º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86DD40 is Cyan = 0.39, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 221 | 64 | - |
| CMYK | 0.39 | 0 | 0.71 | 0.13 |
| HSL | 93.25º | 0.7% | 0.56% | - |
| HSV(B) | 93.25º | 0.71% | 0.87% | - |
| XYZ | 36.61 | 57.15 | 13.95 | - |
| YUV | 177.09 | 64.18 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 221 | 64 | 0.39 | 0 | 0.71 | 0.13 | 93.25 | 0.7 | 0.56 |
| Hex | 86 | DD | 40 | 27 | 0 | 47 | D | 5D | 46 | 38 |
| Octal | 206 | 335 | 100 | 47 | 0 | 107 | 15 | 135 | 106 | 70 |
| Binary | 10000110 | 11011101 | 1000000 | 100111 | 0 | 1000111 | 1101 | 1011101 | 1000110 | 111000 |
Color Harmonies of #86DD40
Complementary color
Monochromatic Colors of #86DD40
Black with #86DD40
Text Example
Text Example
White with #86DD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DD40; }
p { color: rgb(134,221,64); }
H1.HeaderClassName
{
color: #86DD40;
}
.AnyTagClassName
{
color: #86DD40;
}
</style>
background-color css
<style>
a { background-color: #86DD40; }
a { background-color: rgb(134,221,64); }
div.DivClassName
{
background-color: #86DD40;
}
.BgClassName
{
background-color: #86DD40;
}
</style>
border-color css
<style>
span { border-color: #86DD40; }
span { border-color: rgb(134,221,64); }
td.TdClassName
{
border-color: #86DD40;
}
.TagClassName
{
border-color: #86DD40;
}
</style>