Shades of Atlantis #8FEB49
Tints of Atlantis #8FEB49
RGB
CMYK
RGB Variations
Color information
#8FEB49 (or 0x8FEB49) is known color: Atlantis. HEX triplet: 8F, EB and 49. RGB value is (143,235,73). Sum of RGB (Red+Green+Blue) = 143+235+73=451 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.71% from 451); Green value is 235 (92.19% from 255 or 52.11% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEB49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEB49 is #7014B6. Grayscale: #BDBDBD. Windows color (decimal): -7345335 or 4844431. OLE color: 4844431.
HSL color Cylindrical-coordinate representation of color #8FEB49: hue angle of 94.07º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8FEB49 is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 73 | - |
| CMYK | 0.39 | 0 | 0.69 | 0.08 |
| HSL | 94.07º | 0.8% | 0.6% | - |
| HSV(B) | 94.07º | 0.69% | 0.92% | - |
| XYZ | 42.24 | 65.74 | 16.77 | - |
| YUV | 189.02 | 62.52 | 95.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 73 | 0.39 | 0 | 0.69 | 0.08 | 94.07 | 0.8 | 0.6 |
| Hex | 8F | EB | 49 | 27 | 0 | 45 | 8 | 5E | 50 | 3C |
| Octal | 217 | 353 | 111 | 47 | 0 | 105 | 10 | 136 | 120 | 74 |
| Binary | 10001111 | 11101011 | 1001001 | 100111 | 0 | 1000101 | 1000 | 1011110 | 1010000 | 111100 |
Color Harmonies of #8FEB49
Complementary color
Monochromatic Colors of #8FEB49
Black with #8FEB49
Text Example
Text Example
White with #8FEB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEB49; }
p { color: rgb(143,235,73); }
H1.HeaderClassName
{
color: #8FEB49;
}
.AnyTagClassName
{
color: #8FEB49;
}
</style>
background-color css
<style>
a { background-color: #8FEB49; }
a { background-color: rgb(143,235,73); }
div.DivClassName
{
background-color: #8FEB49;
}
.BgClassName
{
background-color: #8FEB49;
}
</style>
border-color css
<style>
span { border-color: #8FEB49; }
span { border-color: rgb(143,235,73); }
td.TdClassName
{
border-color: #8FEB49;
}
.TagClassName
{
border-color: #8FEB49;
}
</style>