Shades of Atlantis #86ED40
Tints of Atlantis #86ED40
RGB
CMYK
RGB Variations
Color information
#86ED40 (or 0x86ED40) is known color: Atlantis. HEX triplet: 86, ED and 40. RGB value is (134,237,64). Sum of RGB (Red+Green+Blue) = 134+237+64=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #86ED40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86ED40 is #7912BF. Grayscale: #BBBBBB. Windows color (decimal): -7934656 or 4255110. OLE color: 4255110.
HSL color Cylindrical-coordinate representation of color #86ED40: hue angle of 95.72º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #86ED40 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 134 | 237 | 64 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.07 |
| HSL | 95.72º | 0.83% | 0.59% | - |
| HSV(B) | 95.72º | 0.73% | 0.93% | - |
| XYZ | 41.04 | 66.01 | 15.43 | - |
| YUV | 186.48 | 58.88 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 237 | 64 | 0.43 | 0 | 0.73 | 0.07 | 95.72 | 0.83 | 0.59 |
| Hex | 86 | ED | 40 | 2B | 0 | 49 | 7 | 60 | 53 | 3B |
| Octal | 206 | 355 | 100 | 53 | 0 | 111 | 7 | 140 | 123 | 73 |
| Binary | 10000110 | 11101101 | 1000000 | 101011 | 0 | 1001001 | 111 | 1100000 | 1010011 | 111011 |
Color Harmonies of #86ED40
Complementary color
Monochromatic Colors of #86ED40
Black with #86ED40
Text Example
Text Example
White with #86ED40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ED40; }
p { color: rgb(134,237,64); }
H1.HeaderClassName
{
color: #86ED40;
}
.AnyTagClassName
{
color: #86ED40;
}
</style>
background-color css
<style>
a { background-color: #86ED40; }
a { background-color: rgb(134,237,64); }
div.DivClassName
{
background-color: #86ED40;
}
.BgClassName
{
background-color: #86ED40;
}
</style>
border-color css
<style>
span { border-color: #86ED40; }
span { border-color: rgb(134,237,64); }
td.TdClassName
{
border-color: #86ED40;
}
.TagClassName
{
border-color: #86ED40;
}
</style>