Shades of Atlantis #8FE432
Tints of Atlantis #8FE432
RGB
CMYK
RGB Variations
Color information
#8FE432 (or 0x8FE432) is known color: Atlantis. HEX triplet: 8F, E4 and 32. RGB value is (143,228,50). Sum of RGB (Red+Green+Blue) = 143+228+50=421 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.97% from 421); Green value is 228 (89.45% from 255 or 54.16% from 421); Blue value is 50 (19.92% from 255 or 11.88% from 421); Max value from RGB is 228 - color contains mainly: green. Hex color #8FE432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FE432 is #701BCD. Grayscale: #B6B6B6. Windows color (decimal): -7347150 or 3335311. OLE color: 3335311.
HSL color Cylindrical-coordinate representation of color #8FE432: hue angle of 88.65º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FE432 is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 143 | 228 | 50 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.11 |
| HSL | 88.65º | 0.77% | 0.55% | - |
| HSV(B) | 88.65º | 0.78% | 0.89% | - |
| XYZ | 39.65 | 61.56 | 12.81 | - |
| YUV | 182.29 | 53.34 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 228 | 50 | 0.37 | 0 | 0.78 | 0.11 | 88.65 | 0.77 | 0.55 |
| Hex | 8F | E4 | 32 | 25 | 0 | 4E | B | 59 | 4D | 37 |
| Octal | 217 | 344 | 62 | 45 | 0 | 116 | 13 | 131 | 115 | 67 |
| Binary | 10001111 | 11100100 | 110010 | 100101 | 0 | 1001110 | 1011 | 1011001 | 1001101 | 110111 |
Color Harmonies of #8FE432
Complementary color
Monochromatic Colors of #8FE432
Black with #8FE432
Text Example
Text Example
White with #8FE432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FE432; }
p { color: rgb(143,228,50); }
H1.HeaderClassName
{
color: #8FE432;
}
.AnyTagClassName
{
color: #8FE432;
}
</style>
background-color css
<style>
a { background-color: #8FE432; }
a { background-color: rgb(143,228,50); }
div.DivClassName
{
background-color: #8FE432;
}
.BgClassName
{
background-color: #8FE432;
}
</style>
border-color css
<style>
span { border-color: #8FE432; }
span { border-color: rgb(143,228,50); }
td.TdClassName
{
border-color: #8FE432;
}
.TagClassName
{
border-color: #8FE432;
}
</style>