Shades of Atlantis #86CF41
Tints of Atlantis #86CF41
RGB
CMYK
RGB Variations
Color information
#86CF41 (or 0x86CF41) is known color: Atlantis. HEX triplet: 86, CF and 41. RGB value is (134,207,65). Sum of RGB (Red+Green+Blue) = 134+207+65=406 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.00% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 65 (25.78% from 255 or 16.01% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CF41 is #7930BE. Grayscale: #A9A9A9. Windows color (decimal): -7942335 or 4312966. OLE color: 4312966.
HSL color Cylindrical-coordinate representation of color #86CF41: hue angle of 90.85º 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 #86CF41 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 207 | 65 | - |
| CMYK | 0.35 | 0 | 0.69 | 0.19 |
| HSL | 90.85º | 0.6% | 0.53% | - |
| HSV(B) | 90.85º | 0.69% | 0.81% | - |
| XYZ | 33.1 | 50.08 | 12.92 | - |
| YUV | 168.99 | 69.32 | 103.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 207 | 65 | 0.35 | 0 | 0.69 | 0.19 | 90.85 | 0.6 | 0.53 |
| Hex | 86 | CF | 41 | 23 | 0 | 45 | 13 | 5B | 3C | 35 |
| Octal | 206 | 317 | 101 | 43 | 0 | 105 | 23 | 133 | 74 | 65 |
| Binary | 10000110 | 11001111 | 1000001 | 100011 | 0 | 1000101 | 10011 | 1011011 | 111100 | 110101 |
Color Harmonies of #86CF41
Complementary color
Monochromatic Colors of #86CF41
Black with #86CF41
Text Example
Text Example
White with #86CF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86CF41; }
p { color: rgb(134,207,65); }
H1.HeaderClassName
{
color: #86CF41;
}
.AnyTagClassName
{
color: #86CF41;
}
</style>
background-color css
<style>
a { background-color: #86CF41; }
a { background-color: rgb(134,207,65); }
div.DivClassName
{
background-color: #86CF41;
}
.BgClassName
{
background-color: #86CF41;
}
</style>
border-color css
<style>
span { border-color: #86CF41; }
span { border-color: rgb(134,207,65); }
td.TdClassName
{
border-color: #86CF41;
}
.TagClassName
{
border-color: #86CF41;
}
</style>