Shades of Atlantis #8FF04F
Tints of Atlantis #8FF04F
RGB
CMYK
RGB Variations
Color information
#8FF04F (or 0x8FF04F) is known color: Atlantis. HEX triplet: 8F, F0 and 4F. RGB value is (143,240,79). Sum of RGB (Red+Green+Blue) = 143+240+79=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #8FF04F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FF04F is #700FB0. Grayscale: #C1C1C1. Windows color (decimal): -7344049 or 5238927. OLE color: 5238927.
HSL color Cylindrical-coordinate representation of color #8FF04F: hue angle of 96.15º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8FF04F is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 143 | 240 | 79 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.06 |
| HSL | 96.15º | 0.84% | 0.63% | - |
| HSV(B) | 96.15º | 0.67% | 0.94% | - |
| XYZ | 43.9 | 68.72 | 18.35 | - |
| YUV | 192.64 | 63.86 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 240 | 79 | 0.40 | 0 | 0.67 | 0.06 | 96.15 | 0.84 | 0.63 |
| Hex | 8F | F0 | 4F | 28 | 0 | 43 | 6 | 60 | 54 | 3F |
| Octal | 217 | 360 | 117 | 50 | 0 | 103 | 6 | 140 | 124 | 77 |
| Binary | 10001111 | 11110000 | 1001111 | 101000 | 0 | 1000011 | 110 | 1100000 | 1010100 | 111111 |
Color Harmonies of #8FF04F
Complementary color
Monochromatic Colors of #8FF04F
Black with #8FF04F
Text Example
Text Example
White with #8FF04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF04F; }
p { color: rgb(143,240,79); }
H1.HeaderClassName
{
color: #8FF04F;
}
.AnyTagClassName
{
color: #8FF04F;
}
</style>
background-color css
<style>
a { background-color: #8FF04F; }
a { background-color: rgb(143,240,79); }
div.DivClassName
{
background-color: #8FF04F;
}
.BgClassName
{
background-color: #8FF04F;
}
</style>
border-color css
<style>
span { border-color: #8FF04F; }
span { border-color: rgb(143,240,79); }
td.TdClassName
{
border-color: #8FF04F;
}
.TagClassName
{
border-color: #8FF04F;
}
</style>