Shades of Atlantis #8FE331
Tints of Atlantis #8FE331
RGB
CMYK
RGB Variations
Color information
#8FE331 (or 0x8FE331) is known color: Atlantis. HEX triplet: 8F, E3 and 31. RGB value is (143,227,49). Sum of RGB (Red+Green+Blue) = 143+227+49=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 227 (89.06% from 255 or 54.18% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 227 - color contains mainly: green. Hex color #8FE331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE331 is #701CCE. Grayscale: #B6B6B6. Windows color (decimal): -7347407 or 3269519. OLE color: 3269519.
HSL color Cylindrical-coordinate representation of color #8FE331: hue angle of 88.31º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FE331 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 227 | 49 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.11 |
| HSL | 88.31º | 0.76% | 0.54% | - |
| HSV(B) | 88.31º | 0.78% | 0.89% | - |
| XYZ | 39.35 | 61 | 12.61 | - |
| YUV | 181.59 | 53.17 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 227 | 49 | 0.37 | 0 | 0.78 | 0.11 | 88.31 | 0.76 | 0.54 |
| Hex | 8F | E3 | 31 | 25 | 0 | 4E | B | 58 | 4C | 36 |
| Octal | 217 | 343 | 61 | 45 | 0 | 116 | 13 | 130 | 114 | 66 |
| Binary | 10001111 | 11100011 | 110001 | 100101 | 0 | 1001110 | 1011 | 1011000 | 1001100 | 110110 |
Color Harmonies of #8FE331
Complementary color
Monochromatic Colors of #8FE331
Black with #8FE331
Text Example
Text Example
White with #8FE331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE331; }
p { color: rgb(143,227,49); }
H1.HeaderClassName
{
color: #8FE331;
}
.AnyTagClassName
{
color: #8FE331;
}
</style>
background-color css
<style>
a { background-color: #8FE331; }
a { background-color: rgb(143,227,49); }
div.DivClassName
{
background-color: #8FE331;
}
.BgClassName
{
background-color: #8FE331;
}
</style>
border-color css
<style>
span { border-color: #8FE331; }
span { border-color: rgb(143,227,49); }
td.TdClassName
{
border-color: #8FE331;
}
.TagClassName
{
border-color: #8FE331;
}
</style>