Shades of Atlantis #8FEC32
Tints of Atlantis #8FEC32
RGB
CMYK
RGB Variations
Color information
#8FEC32 (or 0x8FEC32) is known color: Atlantis. HEX triplet: 8F, EC and 32. RGB value is (143,236,50). Sum of RGB (Red+Green+Blue) = 143+236+50=429 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.33% from 429); Green value is 236 (92.58% from 255 or 55.01% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC32 is #7013CD. Grayscale: #BBBBBB. Windows color (decimal): -7345102 or 3337359. OLE color: 3337359.
HSL color Cylindrical-coordinate representation of color #8FEC32: hue angle of 90º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8FEC32 is Cyan = 0.39, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 50 | - |
| CMYK | 0.39 | 0 | 0.79 | 0.07 |
| HSL | 90º | 0.83% | 0.56% | - |
| HSV(B) | 90º | 0.79% | 0.93% | - |
| XYZ | 41.9 | 66.06 | 13.56 | - |
| YUV | 186.99 | 50.69 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 50 | 0.39 | 0 | 0.79 | 0.07 | 90 | 0.83 | 0.56 |
| Hex | 8F | EC | 32 | 27 | 0 | 4F | 7 | 5A | 53 | 38 |
| Octal | 217 | 354 | 62 | 47 | 0 | 117 | 7 | 132 | 123 | 70 |
| Binary | 10001111 | 11101100 | 110010 | 100111 | 0 | 1001111 | 111 | 1011010 | 1010011 | 111000 |
Color Harmonies of #8FEC32
Complementary color
Monochromatic Colors of #8FEC32
Black with #8FEC32
Text Example
Text Example
White with #8FEC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC32; }
p { color: rgb(143,236,50); }
H1.HeaderClassName
{
color: #8FEC32;
}
.AnyTagClassName
{
color: #8FEC32;
}
</style>
background-color css
<style>
a { background-color: #8FEC32; }
a { background-color: rgb(143,236,50); }
div.DivClassName
{
background-color: #8FEC32;
}
.BgClassName
{
background-color: #8FEC32;
}
</style>
border-color css
<style>
span { border-color: #8FEC32; }
span { border-color: rgb(143,236,50); }
td.TdClassName
{
border-color: #8FEC32;
}
.TagClassName
{
border-color: #8FEC32;
}
</style>