Shades of Atlantis #8FE233
Tints of Atlantis #8FE233
RGB
CMYK
RGB Variations
Color information
#8FE233 (or 0x8FE233) is known color: Atlantis. HEX triplet: 8F, E2 and 33. RGB value is (143,226,51). Sum of RGB (Red+Green+Blue) = 143+226+51=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 226 (88.67% from 255 or 53.81% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 226 - color contains mainly: green. Hex color #8FE233 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE233 is #701DCC. Grayscale: #B5B5B5. Windows color (decimal): -7347661 or 3400335. OLE color: 3400335.
HSL color Cylindrical-coordinate representation of color #8FE233: hue angle of 88.46º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8FE233 is Cyan = 0.37, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 226 | 51 | - |
| CMYK | 0.37 | 0 | 0.77 | 0.11 |
| HSL | 88.46º | 0.75% | 0.54% | - |
| HSV(B) | 88.46º | 0.77% | 0.89% | - |
| XYZ | 39.12 | 60.47 | 12.74 | - |
| YUV | 181.23 | 54.5 | 100.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 226 | 51 | 0.37 | 0 | 0.77 | 0.11 | 88.46 | 0.75 | 0.54 |
| Hex | 8F | E2 | 33 | 25 | 0 | 4D | B | 58 | 4B | 36 |
| Octal | 217 | 342 | 63 | 45 | 0 | 115 | 13 | 130 | 113 | 66 |
| Binary | 10001111 | 11100010 | 110011 | 100101 | 0 | 1001101 | 1011 | 1011000 | 1001011 | 110110 |
Color Harmonies of #8FE233
Complementary color
Monochromatic Colors of #8FE233
Black with #8FE233
Text Example
Text Example
White with #8FE233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE233; }
p { color: rgb(143,226,51); }
H1.HeaderClassName
{
color: #8FE233;
}
.AnyTagClassName
{
color: #8FE233;
}
</style>
background-color css
<style>
a { background-color: #8FE233; }
a { background-color: rgb(143,226,51); }
div.DivClassName
{
background-color: #8FE233;
}
.BgClassName
{
background-color: #8FE233;
}
</style>
border-color css
<style>
span { border-color: #8FE233; }
span { border-color: rgb(143,226,51); }
td.TdClassName
{
border-color: #8FE233;
}
.TagClassName
{
border-color: #8FE233;
}
</style>