Shades of Atlantis #8FEC33
Tints of Atlantis #8FEC33
RGB
CMYK
RGB Variations
Color information
#8FEC33 (or 0x8FEC33) is known color: Atlantis. HEX triplet: 8F, EC and 33. RGB value is (143,236,51). Sum of RGB (Red+Green+Blue) = 143+236+51=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 236 (92.58% from 255 or 54.88% from 430); Blue value is 51 (20.31% from 255 or 11.86% from 430); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC33 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC33 is #7013CC. Grayscale: #BBBBBB. Windows color (decimal): -7345101 or 3402895. OLE color: 3402895.
HSL color Cylindrical-coordinate representation of color #8FEC33: hue angle of 90.16º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8FEC33 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 51 | - |
| CMYK | 0.39 | 0 | 0.78 | 0.07 |
| HSL | 90.16º | 0.83% | 0.56% | - |
| HSV(B) | 90.16º | 0.78% | 0.93% | - |
| XYZ | 41.92 | 66.07 | 13.68 | - |
| YUV | 187.1 | 51.19 | 96.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 51 | 0.39 | 0 | 0.78 | 0.07 | 90.16 | 0.83 | 0.56 |
| Hex | 8F | EC | 33 | 27 | 0 | 4E | 7 | 5A | 53 | 38 |
| Octal | 217 | 354 | 63 | 47 | 0 | 116 | 7 | 132 | 123 | 70 |
| Binary | 10001111 | 11101100 | 110011 | 100111 | 0 | 1001110 | 111 | 1011010 | 1010011 | 111000 |
Color Harmonies of #8FEC33
Complementary color
Monochromatic Colors of #8FEC33
Black with #8FEC33
Text Example
Text Example
White with #8FEC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC33; }
p { color: rgb(143,236,51); }
H1.HeaderClassName
{
color: #8FEC33;
}
.AnyTagClassName
{
color: #8FEC33;
}
</style>
background-color css
<style>
a { background-color: #8FEC33; }
a { background-color: rgb(143,236,51); }
div.DivClassName
{
background-color: #8FEC33;
}
.BgClassName
{
background-color: #8FEC33;
}
</style>
border-color css
<style>
span { border-color: #8FEC33; }
span { border-color: rgb(143,236,51); }
td.TdClassName
{
border-color: #8FEC33;
}
.TagClassName
{
border-color: #8FEC33;
}
</style>