Shades of Atlantis #8FED47
Tints of Atlantis #8FED47
RGB
CMYK
RGB Variations
Color information
#8FED47 (or 0x8FED47) is known color: Atlantis. HEX triplet: 8F, ED and 47. RGB value is (143,237,71). Sum of RGB (Red+Green+Blue) = 143+237+71=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 237 (92.97% from 255 or 52.55% from 451); Blue value is 71 (28.12% from 255 or 15.74% from 451); Max value from RGB is 237 - color contains mainly: green. Hex color #8FED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FED47 is #7012B8. Grayscale: #BEBEBE. Windows color (decimal): -7344825 or 4713871. OLE color: 4713871.
HSL color Cylindrical-coordinate representation of color #8FED47: hue angle of 93.98º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FED47 is Cyan = 0.40, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 237 | 71 | - |
| CMYK | 0.40 | 0 | 0.70 | 0.07 |
| HSL | 93.98º | 0.82% | 0.6% | - |
| HSV(B) | 93.98º | 0.7% | 0.93% | - |
| XYZ | 42.75 | 66.86 | 16.61 | - |
| YUV | 189.97 | 60.86 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 237 | 71 | 0.40 | 0 | 0.70 | 0.07 | 93.98 | 0.82 | 0.6 |
| Hex | 8F | ED | 47 | 28 | 0 | 46 | 7 | 5E | 52 | 3C |
| Octal | 217 | 355 | 107 | 50 | 0 | 106 | 7 | 136 | 122 | 74 |
| Binary | 10001111 | 11101101 | 1000111 | 101000 | 0 | 1000110 | 111 | 1011110 | 1010010 | 111100 |
Color Harmonies of #8FED47
Complementary color
Monochromatic Colors of #8FED47
Black with #8FED47
Text Example
Text Example
White with #8FED47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FED47; }
p { color: rgb(143,237,71); }
H1.HeaderClassName
{
color: #8FED47;
}
.AnyTagClassName
{
color: #8FED47;
}
</style>
background-color css
<style>
a { background-color: #8FED47; }
a { background-color: rgb(143,237,71); }
div.DivClassName
{
background-color: #8FED47;
}
.BgClassName
{
background-color: #8FED47;
}
</style>
border-color css
<style>
span { border-color: #8FED47; }
span { border-color: rgb(143,237,71); }
td.TdClassName
{
border-color: #8FED47;
}
.TagClassName
{
border-color: #8FED47;
}
</style>