Shades of Atlantis #8FE749
Tints of Atlantis #8FE749
RGB
CMYK
RGB Variations
Color information
#8FE749 (or 0x8FE749) is known color: Atlantis. HEX triplet: 8F, E7 and 49. RGB value is (143,231,73). Sum of RGB (Red+Green+Blue) = 143+231+73=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 231 (90.62% from 255 or 51.68% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 231 - color contains mainly: green. Hex color #8FE749 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FE749 is #7018B6. Grayscale: #BBBBBB. Windows color (decimal): -7346359 or 4843407. OLE color: 4843407.
HSL color Cylindrical-coordinate representation of color #8FE749: hue angle of 93.42º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FE749 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 231 | 73 | - |
| CMYK | 0.38 | 0 | 0.68 | 0.09 |
| HSL | 93.42º | 0.77% | 0.6% | - |
| HSV(B) | 93.42º | 0.68% | 0.91% | - |
| XYZ | 41.11 | 63.47 | 16.39 | - |
| YUV | 186.68 | 63.85 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 231 | 73 | 0.38 | 0 | 0.68 | 0.09 | 93.42 | 0.77 | 0.6 |
| Hex | 8F | E7 | 49 | 26 | 0 | 44 | 9 | 5D | 4D | 3C |
| Octal | 217 | 347 | 111 | 46 | 0 | 104 | 11 | 135 | 115 | 74 |
| Binary | 10001111 | 11100111 | 1001001 | 100110 | 0 | 1000100 | 1001 | 1011101 | 1001101 | 111100 |
Color Harmonies of #8FE749
Complementary color
Monochromatic Colors of #8FE749
Black with #8FE749
Text Example
Text Example
White with #8FE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE749; }
p { color: rgb(143,231,73); }
H1.HeaderClassName
{
color: #8FE749;
}
.AnyTagClassName
{
color: #8FE749;
}
</style>
background-color css
<style>
a { background-color: #8FE749; }
a { background-color: rgb(143,231,73); }
div.DivClassName
{
background-color: #8FE749;
}
.BgClassName
{
background-color: #8FE749;
}
</style>
border-color css
<style>
span { border-color: #8FE749; }
span { border-color: rgb(143,231,73); }
td.TdClassName
{
border-color: #8FE749;
}
.TagClassName
{
border-color: #8FE749;
}
</style>