Shades of Atlantis #86DF3D
Tints of Atlantis #86DF3D
RGB
CMYK
RGB Variations
Color information
#86DF3D (or 0x86DF3D) is known color: Atlantis. HEX triplet: 86, DF and 3D. RGB value is (134,223,61). Sum of RGB (Red+Green+Blue) = 134+223+61=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 223 (87.5% from 255 or 53.35% from 418); Blue value is 61 (24.22% from 255 or 14.59% from 418); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DF3D is #7920C2. Grayscale: #B2B2B2. Windows color (decimal): -7938243 or 4054918. OLE color: 4054918.
HSL color Cylindrical-coordinate representation of color #86DF3D: hue angle of 92.96º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86DF3D is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 61 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.13 |
| HSL | 92.96º | 0.72% | 0.56% | - |
| HSV(B) | 92.96º | 0.73% | 0.87% | - |
| XYZ | 37.06 | 58.18 | 13.69 | - |
| YUV | 177.92 | 62.01 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 61 | 0.40 | 0 | 0.73 | 0.13 | 92.96 | 0.72 | 0.56 |
| Hex | 86 | DF | 3D | 28 | 0 | 49 | D | 5D | 48 | 38 |
| Octal | 206 | 337 | 75 | 50 | 0 | 111 | 15 | 135 | 110 | 70 |
| Binary | 10000110 | 11011111 | 111101 | 101000 | 0 | 1001001 | 1101 | 1011101 | 1001000 | 111000 |
Color Harmonies of #86DF3D
Complementary color
Monochromatic Colors of #86DF3D
Black with #86DF3D
Text Example
Text Example
White with #86DF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF3D; }
p { color: rgb(134,223,61); }
H1.HeaderClassName
{
color: #86DF3D;
}
.AnyTagClassName
{
color: #86DF3D;
}
</style>
background-color css
<style>
a { background-color: #86DF3D; }
a { background-color: rgb(134,223,61); }
div.DivClassName
{
background-color: #86DF3D;
}
.BgClassName
{
background-color: #86DF3D;
}
</style>
border-color css
<style>
span { border-color: #86DF3D; }
span { border-color: rgb(134,223,61); }
td.TdClassName
{
border-color: #86DF3D;
}
.TagClassName
{
border-color: #86DF3D;
}
</style>