Shades of Atlantis #8FEF40
Tints of Atlantis #8FEF40
RGB
CMYK
RGB Variations
Color information
#8FEF40 (or 0x8FEF40) is known color: Atlantis. HEX triplet: 8F, EF and 40. RGB value is (143,239,64). Sum of RGB (Red+Green+Blue) = 143+239+64=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #8FEF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8FEF40 is #7010BF. Grayscale: #BEBEBE. Windows color (decimal): -7344320 or 4255631. OLE color: 4255631.
HSL color Cylindrical-coordinate representation of color #8FEF40: hue angle of 92.91º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8FEF40 is Cyan = 0.40, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 239 | 64 | - |
| CMYK | 0.40 | 0 | 0.73 | 0.06 |
| HSL | 92.91º | 0.85% | 0.59% | - |
| HSV(B) | 92.91º | 0.73% | 0.94% | - |
| XYZ | 43.12 | 67.94 | 15.69 | - |
| YUV | 190.35 | 56.7 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 239 | 64 | 0.40 | 0 | 0.73 | 0.06 | 92.91 | 0.85 | 0.59 |
| Hex | 8F | EF | 40 | 28 | 0 | 49 | 6 | 5D | 55 | 3B |
| Octal | 217 | 357 | 100 | 50 | 0 | 111 | 6 | 135 | 125 | 73 |
| Binary | 10001111 | 11101111 | 1000000 | 101000 | 0 | 1001001 | 110 | 1011101 | 1010101 | 111011 |
Color Harmonies of #8FEF40
Complementary color
Monochromatic Colors of #8FEF40
Black with #8FEF40
Text Example
Text Example
White with #8FEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FEF40; }
p { color: rgb(143,239,64); }
H1.HeaderClassName
{
color: #8FEF40;
}
.AnyTagClassName
{
color: #8FEF40;
}
</style>
background-color css
<style>
a { background-color: #8FEF40; }
a { background-color: rgb(143,239,64); }
div.DivClassName
{
background-color: #8FEF40;
}
.BgClassName
{
background-color: #8FEF40;
}
</style>
border-color css
<style>
span { border-color: #8FEF40; }
span { border-color: rgb(143,239,64); }
td.TdClassName
{
border-color: #8FEF40;
}
.TagClassName
{
border-color: #8FEF40;
}
</style>