Shades of Atlantis #8FED51
Tints of Atlantis #8FED51
RGB
CMYK
RGB Variations
Color information
#8FED51 (or 0x8FED51) is known color: Atlantis. HEX triplet: 8F, ED and 51. RGB value is (143,237,81). Sum of RGB (Red+Green+Blue) = 143+237+81=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FED51 is #7012AE. Grayscale: #BFBFBF. Windows color (decimal): -7344815 or 5369231. OLE color: 5369231.
HSL color Cylindrical-coordinate representation of color #8FED51: hue angle of 96.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8FED51 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 81 | - |
| CMYK | 0.40 | 0 | 0.66 | 0.07 |
| HSL | 96.15º | 0.81% | 0.62% | - |
| HSV(B) | 96.15º | 0.66% | 0.93% | - |
| XYZ | 43.1 | 67 | 18.45 | - |
| YUV | 191.11 | 65.86 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 81 | 0.40 | 0 | 0.66 | 0.07 | 96.15 | 0.81 | 0.62 |
| Hex | 8F | ED | 51 | 28 | 0 | 42 | 7 | 60 | 51 | 3E |
| Octal | 217 | 355 | 121 | 50 | 0 | 102 | 7 | 140 | 121 | 76 |
| Binary | 10001111 | 11101101 | 1010001 | 101000 | 0 | 1000010 | 111 | 1100000 | 1010001 | 111110 |
Color Harmonies of #8FED51
Complementary color
Monochromatic Colors of #8FED51
Black with #8FED51
Text Example
Text Example
White with #8FED51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FED51; }
p { color: rgb(143,237,81); }
H1.HeaderClassName
{
color: #8FED51;
}
.AnyTagClassName
{
color: #8FED51;
}
</style>
background-color css
<style>
a { background-color: #8FED51; }
a { background-color: rgb(143,237,81); }
div.DivClassName
{
background-color: #8FED51;
}
.BgClassName
{
background-color: #8FED51;
}
</style>
border-color css
<style>
span { border-color: #8FED51; }
span { border-color: rgb(143,237,81); }
td.TdClassName
{
border-color: #8FED51;
}
.TagClassName
{
border-color: #8FED51;
}
</style>