Shades of Atlantis #86DF43
Tints of Atlantis #86DF43
RGB
CMYK
RGB Variations
Color information
#86DF43 (or 0x86DF43) is known color: Atlantis. HEX triplet: 86, DF and 43. RGB value is (134,223,67). Sum of RGB (Red+Green+Blue) = 134+223+67=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 67 (26.56% from 255 or 15.80% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DF43 is #7920BC. Grayscale: #B3B3B3. Windows color (decimal): -7938237 or 4448134. OLE color: 4448134.
HSL color Cylindrical-coordinate representation of color #86DF43: hue angle of 94.23º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #86DF43 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 223 | 67 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.13 |
| HSL | 94.23º | 0.71% | 0.57% | - |
| HSV(B) | 94.23º | 0.7% | 0.87% | - |
| XYZ | 37.23 | 58.25 | 14.59 | - |
| YUV | 178.61 | 65.01 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 223 | 67 | 0.40 | 0 | 0.70 | 0.13 | 94.23 | 0.71 | 0.57 |
| Hex | 86 | DF | 43 | 28 | 0 | 46 | D | 5E | 47 | 39 |
| Octal | 206 | 337 | 103 | 50 | 0 | 106 | 15 | 136 | 107 | 71 |
| Binary | 10000110 | 11011111 | 1000011 | 101000 | 0 | 1000110 | 1101 | 1011110 | 1000111 | 111001 |
Color Harmonies of #86DF43
Complementary color
Monochromatic Colors of #86DF43
Black with #86DF43
Text Example
Text Example
White with #86DF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86DF43; }
p { color: rgb(134,223,67); }
H1.HeaderClassName
{
color: #86DF43;
}
.AnyTagClassName
{
color: #86DF43;
}
</style>
background-color css
<style>
a { background-color: #86DF43; }
a { background-color: rgb(134,223,67); }
div.DivClassName
{
background-color: #86DF43;
}
.BgClassName
{
background-color: #86DF43;
}
</style>
border-color css
<style>
span { border-color: #86DF43; }
span { border-color: rgb(134,223,67); }
td.TdClassName
{
border-color: #86DF43;
}
.TagClassName
{
border-color: #86DF43;
}
</style>