Shades of Atlantis #86DB3C
Tints of Atlantis #86DB3C
RGB
CMYK
RGB Variations
Color information
#86DB3C (or 0x86DB3C) is known color: Atlantis. HEX triplet: 86, DB and 3C. RGB value is (134,219,60). Sum of RGB (Red+Green+Blue) = 134+219+60=413 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.45% from 413); Green value is 219 (85.94% from 255 or 53.03% from 413); Blue value is 60 (23.83% from 255 or 14.53% from 413); Max value from RGB is 219 - color contains mainly: green. Hex color #86DB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DB3C is #7924C3. Grayscale: #B0B0B0. Windows color (decimal): -7939268 or 3988358. OLE color: 3988358.
HSL color Cylindrical-coordinate representation of color #86DB3C: hue angle of 92.08º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86DB3C is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 219 | 60 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.14 |
| HSL | 92.08º | 0.69% | 0.55% | - |
| HSV(B) | 92.08º | 0.73% | 0.86% | - |
| XYZ | 35.98 | 56.06 | 13.2 | - |
| YUV | 175.46 | 62.84 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 219 | 60 | 0.39 | 0 | 0.73 | 0.14 | 92.08 | 0.69 | 0.55 |
| Hex | 86 | DB | 3C | 27 | 0 | 49 | E | 5C | 45 | 37 |
| Octal | 206 | 333 | 74 | 47 | 0 | 111 | 16 | 134 | 105 | 67 |
| Binary | 10000110 | 11011011 | 111100 | 100111 | 0 | 1001001 | 1110 | 1011100 | 1000101 | 110111 |
Color Harmonies of #86DB3C
Complementary color
Monochromatic Colors of #86DB3C
Black with #86DB3C
Text Example
Text Example
White with #86DB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DB3C; }
p { color: rgb(134,219,60); }
H1.HeaderClassName
{
color: #86DB3C;
}
.AnyTagClassName
{
color: #86DB3C;
}
</style>
background-color css
<style>
a { background-color: #86DB3C; }
a { background-color: rgb(134,219,60); }
div.DivClassName
{
background-color: #86DB3C;
}
.BgClassName
{
background-color: #86DB3C;
}
</style>
border-color css
<style>
span { border-color: #86DB3C; }
span { border-color: rgb(134,219,60); }
td.TdClassName
{
border-color: #86DB3C;
}
.TagClassName
{
border-color: #86DB3C;
}
</style>