Shades of Atlantis #86DF39
Tints of Atlantis #86DF39
RGB
CMYK
RGB Variations
Color information
#86DF39 (or 0x86DF39) is known color: Atlantis. HEX triplet: 86, DF and 39. RGB value is (134,223,57). Sum of RGB (Red+Green+Blue) = 134+223+57=414 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.37% from 414); Green value is 223 (87.5% from 255 or 53.86% from 414); Blue value is 57 (22.66% from 255 or 13.77% from 414); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DF39 is #7920C6. Grayscale: #B2B2B2. Windows color (decimal): -7938247 or 3792774. OLE color: 3792774.
HSL color Cylindrical-coordinate representation of color #86DF39: hue angle of 92.17º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86DF39 is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 57 | - |
| CMYK | 0.40 | 0 | 0.74 | 0.13 |
| HSL | 92.17º | 0.72% | 0.55% | - |
| HSV(B) | 92.17º | 0.74% | 0.87% | - |
| XYZ | 36.96 | 58.14 | 13.14 | - |
| YUV | 177.47 | 60.01 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 57 | 0.40 | 0 | 0.74 | 0.13 | 92.17 | 0.72 | 0.55 |
| Hex | 86 | DF | 39 | 28 | 0 | 4A | D | 5C | 48 | 37 |
| Octal | 206 | 337 | 71 | 50 | 0 | 112 | 15 | 134 | 110 | 67 |
| Binary | 10000110 | 11011111 | 111001 | 101000 | 0 | 1001010 | 1101 | 1011100 | 1001000 | 110111 |
Color Harmonies of #86DF39
Complementary color
Monochromatic Colors of #86DF39
Black with #86DF39
Text Example
Text Example
White with #86DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF39; }
p { color: rgb(134,223,57); }
H1.HeaderClassName
{
color: #86DF39;
}
.AnyTagClassName
{
color: #86DF39;
}
</style>
background-color css
<style>
a { background-color: #86DF39; }
a { background-color: rgb(134,223,57); }
div.DivClassName
{
background-color: #86DF39;
}
.BgClassName
{
background-color: #86DF39;
}
</style>
border-color css
<style>
span { border-color: #86DF39; }
span { border-color: rgb(134,223,57); }
td.TdClassName
{
border-color: #86DF39;
}
.TagClassName
{
border-color: #86DF39;
}
</style>