Shades of Atlantis #8FEB40
Tints of Atlantis #8FEB40
RGB
CMYK
RGB Variations
Color information
#8FEB40 (or 0x8FEB40) is known color: Atlantis. HEX triplet: 8F, EB and 40. RGB value is (143,235,64). Sum of RGB (Red+Green+Blue) = 143+235+64=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #8FEB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEB40 is #7014BF. Grayscale: #BCBCBC. Windows color (decimal): -7345344 or 4254607. OLE color: 4254607.
HSL color Cylindrical-coordinate representation of color #8FEB40: hue angle of 92.28º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FEB40 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 235 | 64 | - |
| CMYK | 0.39 | 0 | 0.73 | 0.08 |
| HSL | 92.28º | 0.81% | 0.59% | - |
| HSV(B) | 92.28º | 0.73% | 0.92% | - |
| XYZ | 41.96 | 65.63 | 15.31 | - |
| YUV | 188 | 58.02 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 235 | 64 | 0.39 | 0 | 0.73 | 0.08 | 92.28 | 0.81 | 0.59 |
| Hex | 8F | EB | 40 | 27 | 0 | 49 | 8 | 5C | 51 | 3B |
| Octal | 217 | 353 | 100 | 47 | 0 | 111 | 10 | 134 | 121 | 73 |
| Binary | 10001111 | 11101011 | 1000000 | 100111 | 0 | 1001001 | 1000 | 1011100 | 1010001 | 111011 |
Color Harmonies of #8FEB40
Complementary color
Monochromatic Colors of #8FEB40
Black with #8FEB40
Text Example
Text Example
White with #8FEB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEB40; }
p { color: rgb(143,235,64); }
H1.HeaderClassName
{
color: #8FEB40;
}
.AnyTagClassName
{
color: #8FEB40;
}
</style>
background-color css
<style>
a { background-color: #8FEB40; }
a { background-color: rgb(143,235,64); }
div.DivClassName
{
background-color: #8FEB40;
}
.BgClassName
{
background-color: #8FEB40;
}
</style>
border-color css
<style>
span { border-color: #8FEB40; }
span { border-color: rgb(143,235,64); }
td.TdClassName
{
border-color: #8FEB40;
}
.TagClassName
{
border-color: #8FEB40;
}
</style>