Shades of Atlantis #8FD44E
Tints of Atlantis #8FD44E
RGB
CMYK
RGB Variations
Color information
#8FD44E (or 0x8FD44E) is known color: Atlantis. HEX triplet: 8F, D4 and 4E. RGB value is (143,212,78). Sum of RGB (Red+Green+Blue) = 143+212+78=433 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.03% from 433); Green value is 212 (83.20% from 255 or 48.96% from 433); Blue value is 78 (30.86% from 255 or 18.01% from 433); Max value from RGB is 212 - color contains mainly: green. Hex color #8FD44E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD44E is #702BB1. Grayscale: #B0B0B0. Windows color (decimal): -7351218 or 5166223. OLE color: 5166223.
HSL color Cylindrical-coordinate representation of color #8FD44E: hue angle of 90.9º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8FD44E is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 212 | 78 | - |
| CMYK | 0.33 | 0 | 0.63 | 0.17 |
| HSL | 90.9º | 0.61% | 0.57% | - |
| HSV(B) | 90.9º | 0.63% | 0.83% | - |
| XYZ | 36.25 | 53.48 | 15.62 | - |
| YUV | 176.09 | 72.64 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 212 | 78 | 0.33 | 0 | 0.63 | 0.17 | 90.9 | 0.61 | 0.57 |
| Hex | 8F | D4 | 4E | 21 | 0 | 3F | 11 | 5B | 3D | 39 |
| Octal | 217 | 324 | 116 | 41 | 0 | 77 | 21 | 133 | 75 | 71 |
| Binary | 10001111 | 11010100 | 1001110 | 100001 | 0 | 111111 | 10001 | 1011011 | 111101 | 111001 |
Color Harmonies of #8FD44E
Complementary color
Monochromatic Colors of #8FD44E
Black with #8FD44E
Text Example
Text Example
White with #8FD44E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD44E; }
p { color: rgb(143,212,78); }
H1.HeaderClassName
{
color: #8FD44E;
}
.AnyTagClassName
{
color: #8FD44E;
}
</style>
background-color css
<style>
a { background-color: #8FD44E; }
a { background-color: rgb(143,212,78); }
div.DivClassName
{
background-color: #8FD44E;
}
.BgClassName
{
background-color: #8FD44E;
}
</style>
border-color css
<style>
span { border-color: #8FD44E; }
span { border-color: rgb(143,212,78); }
td.TdClassName
{
border-color: #8FD44E;
}
.TagClassName
{
border-color: #8FD44E;
}
</style>