Shades of Atlantis #8FE232
Tints of Atlantis #8FE232
RGB
CMYK
RGB Variations
Color information
#8FE232 (or 0x8FE232) is known color: Atlantis. HEX triplet: 8F, E2 and 32. RGB value is (143,226,50). Sum of RGB (Red+Green+Blue) = 143+226+50=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 226 (88.67% from 255 or 53.94% from 419); Blue value is 50 (19.92% from 255 or 11.93% from 419); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE232 is #701DCD. Grayscale: #B5B5B5. Windows color (decimal): -7347662 or 3334799. OLE color: 3334799.
HSL color Cylindrical-coordinate representation of color #8FE232: hue angle of 88.3º degrees, saturation: 0.75, 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 #8FE232 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 50 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.11 |
| HSL | 88.3º | 0.75% | 0.54% | - |
| HSV(B) | 88.3º | 0.78% | 0.89% | - |
| XYZ | 39.1 | 60.46 | 12.63 | - |
| YUV | 181.12 | 54 | 100.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 50 | 0.37 | 0 | 0.78 | 0.11 | 88.3 | 0.75 | 0.54 |
| Hex | 8F | E2 | 32 | 25 | 0 | 4E | B | 58 | 4B | 36 |
| Octal | 217 | 342 | 62 | 45 | 0 | 116 | 13 | 130 | 113 | 66 |
| Binary | 10001111 | 11100010 | 110010 | 100101 | 0 | 1001110 | 1011 | 1011000 | 1001011 | 110110 |
Color Harmonies of #8FE232
Complementary color
Monochromatic Colors of #8FE232
Black with #8FE232
Text Example
Text Example
White with #8FE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE232; }
p { color: rgb(143,226,50); }
H1.HeaderClassName
{
color: #8FE232;
}
.AnyTagClassName
{
color: #8FE232;
}
</style>
background-color css
<style>
a { background-color: #8FE232; }
a { background-color: rgb(143,226,50); }
div.DivClassName
{
background-color: #8FE232;
}
.BgClassName
{
background-color: #8FE232;
}
</style>
border-color css
<style>
span { border-color: #8FE232; }
span { border-color: rgb(143,226,50); }
td.TdClassName
{
border-color: #8FE232;
}
.TagClassName
{
border-color: #8FE232;
}
</style>