Shades of Atlantis #8FEB3F
Tints of Atlantis #8FEB3F
RGB
CMYK
RGB Variations
Color information
#8FEB3F (or 0x8FEB3F) is known color: Atlantis. HEX triplet: 8F, EB and 3F. RGB value is (143,235,63). Sum of RGB (Red+Green+Blue) = 143+235+63=441 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.43% from 441); Green value is 235 (92.19% from 255 or 53.29% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEB3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEB3F is #7014C0. Grayscale: #BCBCBC. Windows color (decimal): -7345345 or 4189071. OLE color: 4189071.
HSL color Cylindrical-coordinate representation of color #8FEB3F: hue angle of 92.09º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FEB3F is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 63 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.08 |
| HSL | 92.09º | 0.81% | 0.58% | - |
| HSV(B) | 92.09º | 0.73% | 0.92% | - |
| XYZ | 41.93 | 65.62 | 15.16 | - |
| YUV | 187.88 | 57.52 | 95.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 63 | 0.39 | 0 | 0.73 | 0.08 | 92.09 | 0.81 | 0.58 |
| Hex | 8F | EB | 3F | 27 | 0 | 49 | 8 | 5C | 51 | 3A |
| Octal | 217 | 353 | 77 | 47 | 0 | 111 | 10 | 134 | 121 | 72 |
| Binary | 10001111 | 11101011 | 111111 | 100111 | 0 | 1001001 | 1000 | 1011100 | 1010001 | 111010 |
Color Harmonies of #8FEB3F
Complementary color
Monochromatic Colors of #8FEB3F
Black with #8FEB3F
Text Example
Text Example
White with #8FEB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEB3F; }
p { color: rgb(143,235,63); }
H1.HeaderClassName
{
color: #8FEB3F;
}
.AnyTagClassName
{
color: #8FEB3F;
}
</style>
background-color css
<style>
a { background-color: #8FEB3F; }
a { background-color: rgb(143,235,63); }
div.DivClassName
{
background-color: #8FEB3F;
}
.BgClassName
{
background-color: #8FEB3F;
}
</style>
border-color css
<style>
span { border-color: #8FEB3F; }
span { border-color: rgb(143,235,63); }
td.TdClassName
{
border-color: #8FEB3F;
}
.TagClassName
{
border-color: #8FEB3F;
}
</style>