Shades of Atlantis #8FE747
Tints of Atlantis #8FE747
RGB
CMYK
RGB Variations
Color information
#8FE747 (or 0x8FE747) is known color: Atlantis. HEX triplet: 8F, E7 and 47. RGB value is (143,231,71). Sum of RGB (Red+Green+Blue) = 143+231+71=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 231 (90.62% from 255 or 51.91% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE747 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FE747 is #7018B8. Grayscale: #BBBBBB. Windows color (decimal): -7346361 or 4712335. OLE color: 4712335.
HSL color Cylindrical-coordinate representation of color #8FE747: hue angle of 93º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FE747 is Cyan = 0.38, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 231 | 71 | - |
| CMYK | 0.38 | 0 | 0.69 | 0.09 |
| HSL | 93º | 0.77% | 0.59% | - |
| HSV(B) | 93º | 0.69% | 0.91% | - |
| XYZ | 41.04 | 63.45 | 16.04 | - |
| YUV | 186.45 | 62.85 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 71 | 0.38 | 0 | 0.69 | 0.09 | 93 | 0.77 | 0.59 |
| Hex | 8F | E7 | 47 | 26 | 0 | 45 | 9 | 5D | 4D | 3B |
| Octal | 217 | 347 | 107 | 46 | 0 | 105 | 11 | 135 | 115 | 73 |
| Binary | 10001111 | 11100111 | 1000111 | 100110 | 0 | 1000101 | 1001 | 1011101 | 1001101 | 111011 |
Color Harmonies of #8FE747
Complementary color
Monochromatic Colors of #8FE747
Black with #8FE747
Text Example
Text Example
White with #8FE747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE747; }
p { color: rgb(143,231,71); }
H1.HeaderClassName
{
color: #8FE747;
}
.AnyTagClassName
{
color: #8FE747;
}
</style>
background-color css
<style>
a { background-color: #8FE747; }
a { background-color: rgb(143,231,71); }
div.DivClassName
{
background-color: #8FE747;
}
.BgClassName
{
background-color: #8FE747;
}
</style>
border-color css
<style>
span { border-color: #8FE747; }
span { border-color: rgb(143,231,71); }
td.TdClassName
{
border-color: #8FE747;
}
.TagClassName
{
border-color: #8FE747;
}
</style>