Shades of Atlantis #8FEC4B
Tints of Atlantis #8FEC4B
RGB
CMYK
RGB Variations
Color information
#8FEC4B (or 0x8FEC4B) is known color: Atlantis. HEX triplet: 8F, EC and 4B. RGB value is (143,236,75). Sum of RGB (Red+Green+Blue) = 143+236+75=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 75 (29.69% from 255 or 16.52% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #8FEC4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEC4B is #7013B4. Grayscale: #BEBEBE. Windows color (decimal): -7345077 or 4975759. OLE color: 4975759.
HSL color Cylindrical-coordinate representation of color #8FEC4B: hue angle of 94.66º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8FEC4B is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 236 | 75 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.07 |
| HSL | 94.66º | 0.81% | 0.61% | - |
| HSV(B) | 94.66º | 0.68% | 0.93% | - |
| XYZ | 42.59 | 66.34 | 17.22 | - |
| YUV | 189.84 | 63.19 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 236 | 75 | 0.39 | 0 | 0.68 | 0.07 | 94.66 | 0.81 | 0.61 |
| Hex | 8F | EC | 4B | 27 | 0 | 44 | 7 | 5F | 51 | 3D |
| Octal | 217 | 354 | 113 | 47 | 0 | 104 | 7 | 137 | 121 | 75 |
| Binary | 10001111 | 11101100 | 1001011 | 100111 | 0 | 1000100 | 111 | 1011111 | 1010001 | 111101 |
Color Harmonies of #8FEC4B
Complementary color
Monochromatic Colors of #8FEC4B
Black with #8FEC4B
Text Example
Text Example
White with #8FEC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEC4B; }
p { color: rgb(143,236,75); }
H1.HeaderClassName
{
color: #8FEC4B;
}
.AnyTagClassName
{
color: #8FEC4B;
}
</style>
background-color css
<style>
a { background-color: #8FEC4B; }
a { background-color: rgb(143,236,75); }
div.DivClassName
{
background-color: #8FEC4B;
}
.BgClassName
{
background-color: #8FEC4B;
}
</style>
border-color css
<style>
span { border-color: #8FEC4B; }
span { border-color: rgb(143,236,75); }
td.TdClassName
{
border-color: #8FEC4B;
}
.TagClassName
{
border-color: #8FEC4B;
}
</style>