Shades of Atlantis #8FE247
Tints of Atlantis #8FE247
RGB
CMYK
RGB Variations
Color information
#8FE247 (or 0x8FE247) is known color: Atlantis. HEX triplet: 8F, E2 and 47. RGB value is (143,226,71). Sum of RGB (Red+Green+Blue) = 143+226+71=440 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.5% from 440); Green value is 226 (88.67% from 255 or 51.36% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE247 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE247 is #701DB8. Grayscale: #B8B8B8. Windows color (decimal): -7347641 or 4711055. OLE color: 4711055.
HSL color Cylindrical-coordinate representation of color #8FE247: hue angle of 92.13º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FE247 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 71 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.11 |
| HSL | 92.13º | 0.73% | 0.58% | - |
| HSV(B) | 92.13º | 0.69% | 0.89% | - |
| XYZ | 39.66 | 60.69 | 15.58 | - |
| YUV | 183.51 | 64.5 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 71 | 0.37 | 0 | 0.69 | 0.11 | 92.13 | 0.73 | 0.58 |
| Hex | 8F | E2 | 47 | 25 | 0 | 45 | B | 5C | 49 | 3A |
| Octal | 217 | 342 | 107 | 45 | 0 | 105 | 13 | 134 | 111 | 72 |
| Binary | 10001111 | 11100010 | 1000111 | 100101 | 0 | 1000101 | 1011 | 1011100 | 1001001 | 111010 |
Color Harmonies of #8FE247
Complementary color
Monochromatic Colors of #8FE247
Black with #8FE247
Text Example
Text Example
White with #8FE247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE247; }
p { color: rgb(143,226,71); }
H1.HeaderClassName
{
color: #8FE247;
}
.AnyTagClassName
{
color: #8FE247;
}
</style>
background-color css
<style>
a { background-color: #8FE247; }
a { background-color: rgb(143,226,71); }
div.DivClassName
{
background-color: #8FE247;
}
.BgClassName
{
background-color: #8FE247;
}
</style>
border-color css
<style>
span { border-color: #8FE247; }
span { border-color: rgb(143,226,71); }
td.TdClassName
{
border-color: #8FE247;
}
.TagClassName
{
border-color: #8FE247;
}
</style>