Shades of Atlantis #86CF40
Tints of Atlantis #86CF40
RGB
CMYK
RGB Variations
Color information
#86CF40 (or 0x86CF40) is known color: Atlantis. HEX triplet: 86, CF and 40. RGB value is (134,207,64). Sum of RGB (Red+Green+Blue) = 134+207+64=405 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.09% from 405); Green value is 207 (81.25% from 255 or 51.11% from 405); Blue value is 64 (25.39% from 255 or 15.80% from 405); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CF40 is #7930BF. Grayscale: #A9A9A9. Windows color (decimal): -7942336 or 4247430. OLE color: 4247430.
HSL color Cylindrical-coordinate representation of color #86CF40: hue angle of 90.63º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #86CF40 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 64 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.19 |
| HSL | 90.63º | 0.6% | 0.53% | - |
| HSV(B) | 90.63º | 0.69% | 0.81% | - |
| XYZ | 33.07 | 50.06 | 12.77 | - |
| YUV | 168.87 | 68.82 | 103.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 64 | 0.35 | 0 | 0.69 | 0.19 | 90.63 | 0.6 | 0.53 |
| Hex | 86 | CF | 40 | 23 | 0 | 45 | 13 | 5B | 3C | 35 |
| Octal | 206 | 317 | 100 | 43 | 0 | 105 | 23 | 133 | 74 | 65 |
| Binary | 10000110 | 11001111 | 1000000 | 100011 | 0 | 1000101 | 10011 | 1011011 | 111100 | 110101 |
Color Harmonies of #86CF40
Complementary color
Monochromatic Colors of #86CF40
Black with #86CF40
Text Example
Text Example
White with #86CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CF40; }
p { color: rgb(134,207,64); }
H1.HeaderClassName
{
color: #86CF40;
}
.AnyTagClassName
{
color: #86CF40;
}
</style>
background-color css
<style>
a { background-color: #86CF40; }
a { background-color: rgb(134,207,64); }
div.DivClassName
{
background-color: #86CF40;
}
.BgClassName
{
background-color: #86CF40;
}
</style>
border-color css
<style>
span { border-color: #86CF40; }
span { border-color: rgb(134,207,64); }
td.TdClassName
{
border-color: #86CF40;
}
.TagClassName
{
border-color: #86CF40;
}
</style>