Shades of Atlantis #86EF41
Tints of Atlantis #86EF41
RGB
CMYK
RGB Variations
Color information
#86EF41 (or 0x86EF41) is known color: Atlantis. HEX triplet: 86, EF and 41. RGB value is (134,239,65). Sum of RGB (Red+Green+Blue) = 134+239+65=438 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.59% from 438); Green value is 239 (93.75% from 255 or 54.57% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EF41 is #7910BE. Grayscale: #BCBCBC. Windows color (decimal): -7934143 or 4321158. OLE color: 4321158.
HSL color Cylindrical-coordinate representation of color #86EF41: hue angle of 96.21º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86EF41 is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 134 | 239 | 65 | - |
| CMYK | 0.44 | 0 | 0.73 | 0.06 |
| HSL | 96.21º | 0.84% | 0.6% | - |
| HSV(B) | 96.21º | 0.73% | 0.94% | - |
| XYZ | 41.65 | 67.18 | 15.77 | - |
| YUV | 187.77 | 58.71 | 89.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 239 | 65 | 0.44 | 0 | 0.73 | 0.06 | 96.21 | 0.84 | 0.6 |
| Hex | 86 | EF | 41 | 2C | 0 | 49 | 6 | 60 | 54 | 3C |
| Octal | 206 | 357 | 101 | 54 | 0 | 111 | 6 | 140 | 124 | 74 |
| Binary | 10000110 | 11101111 | 1000001 | 101100 | 0 | 1001001 | 110 | 1100000 | 1010100 | 111100 |
Color Harmonies of #86EF41
Complementary color
Monochromatic Colors of #86EF41
Black with #86EF41
Text Example
Text Example
White with #86EF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86EF41; }
p { color: rgb(134,239,65); }
H1.HeaderClassName
{
color: #86EF41;
}
.AnyTagClassName
{
color: #86EF41;
}
</style>
background-color css
<style>
a { background-color: #86EF41; }
a { background-color: rgb(134,239,65); }
div.DivClassName
{
background-color: #86EF41;
}
.BgClassName
{
background-color: #86EF41;
}
</style>
border-color css
<style>
span { border-color: #86EF41; }
span { border-color: rgb(134,239,65); }
td.TdClassName
{
border-color: #86EF41;
}
.TagClassName
{
border-color: #86EF41;
}
</style>