Shades of Atlantis #8FEC41
Tints of Atlantis #8FEC41
RGB
CMYK
RGB Variations
Color information
#8FEC41 (or 0x8FEC41) is known color: Atlantis. HEX triplet: 8F, EC and 41. RGB value is (143,236,65). Sum of RGB (Red+Green+Blue) = 143+236+65=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 236 (92.58% from 255 or 53.15% from 444); Blue value is 65 (25.78% from 255 or 14.64% from 444); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC41 is #7013BE. Grayscale: #BDBDBD. Windows color (decimal): -7345087 or 4320399. OLE color: 4320399.
HSL color Cylindrical-coordinate representation of color #8FEC41: hue angle of 92.63º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8FEC41 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 65 | - |
| CMYK | 0.39 | 0 | 0.72 | 0.07 |
| HSL | 92.63º | 0.82% | 0.59% | - |
| HSV(B) | 92.63º | 0.72% | 0.93% | - |
| XYZ | 42.28 | 66.21 | 15.55 | - |
| YUV | 188.7 | 58.19 | 95.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 65 | 0.39 | 0 | 0.72 | 0.07 | 92.63 | 0.82 | 0.59 |
| Hex | 8F | EC | 41 | 27 | 0 | 48 | 7 | 5D | 52 | 3B |
| Octal | 217 | 354 | 101 | 47 | 0 | 110 | 7 | 135 | 122 | 73 |
| Binary | 10001111 | 11101100 | 1000001 | 100111 | 0 | 1001000 | 111 | 1011101 | 1010010 | 111011 |
Color Harmonies of #8FEC41
Complementary color
Monochromatic Colors of #8FEC41
Black with #8FEC41
Text Example
Text Example
White with #8FEC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC41; }
p { color: rgb(143,236,65); }
H1.HeaderClassName
{
color: #8FEC41;
}
.AnyTagClassName
{
color: #8FEC41;
}
</style>
background-color css
<style>
a { background-color: #8FEC41; }
a { background-color: rgb(143,236,65); }
div.DivClassName
{
background-color: #8FEC41;
}
.BgClassName
{
background-color: #8FEC41;
}
</style>
border-color css
<style>
span { border-color: #8FEC41; }
span { border-color: rgb(143,236,65); }
td.TdClassName
{
border-color: #8FEC41;
}
.TagClassName
{
border-color: #8FEC41;
}
</style>