Shades of Atlantis #8FD84E
Tints of Atlantis #8FD84E
RGB
CMYK
RGB Variations
Color information
#8FD84E (or 0x8FD84E) is known color: Atlantis. HEX triplet: 8F, D8 and 4E. RGB value is (143,216,78). Sum of RGB (Red+Green+Blue) = 143+216+78=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 78 (30.86% from 255 or 17.85% from 437); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD84E is #7027B1. Grayscale: #B2B2B2. Windows color (decimal): -7350194 or 5167247. OLE color: 5167247.
HSL color Cylindrical-coordinate representation of color #8FD84E: hue angle of 91.74º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FD84E is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 216 | 78 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.15 |
| HSL | 91.74º | 0.64% | 0.58% | - |
| HSV(B) | 91.74º | 0.64% | 0.85% | - |
| XYZ | 37.26 | 55.5 | 15.96 | - |
| YUV | 178.44 | 71.32 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 216 | 78 | 0.34 | 0 | 0.64 | 0.15 | 91.74 | 0.64 | 0.58 |
| Hex | 8F | D8 | 4E | 22 | 0 | 40 | F | 5C | 40 | 3A |
| Octal | 217 | 330 | 116 | 42 | 0 | 100 | 17 | 134 | 100 | 72 |
| Binary | 10001111 | 11011000 | 1001110 | 100010 | 0 | 1000000 | 1111 | 1011100 | 1000000 | 111010 |
Color Harmonies of #8FD84E
Complementary color
Monochromatic Colors of #8FD84E
Black with #8FD84E
Text Example
Text Example
White with #8FD84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD84E; }
p { color: rgb(143,216,78); }
H1.HeaderClassName
{
color: #8FD84E;
}
.AnyTagClassName
{
color: #8FD84E;
}
</style>
background-color css
<style>
a { background-color: #8FD84E; }
a { background-color: rgb(143,216,78); }
div.DivClassName
{
background-color: #8FD84E;
}
.BgClassName
{
background-color: #8FD84E;
}
</style>
border-color css
<style>
span { border-color: #8FD84E; }
span { border-color: rgb(143,216,78); }
td.TdClassName
{
border-color: #8FD84E;
}
.TagClassName
{
border-color: #8FD84E;
}
</style>