Shades of Atlantis #8FD34E
Tints of Atlantis #8FD34E
RGB
CMYK
RGB Variations
Color information
#8FD34E (or 0x8FD34E) is known color: Atlantis. HEX triplet: 8F, D3 and 4E. RGB value is (143,211,78). Sum of RGB (Red+Green+Blue) = 143+211+78=432 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.10% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD34E is #702CB1. Grayscale: #AFAFAF. Windows color (decimal): -7351474 or 5165967. OLE color: 5165967.
HSL color Cylindrical-coordinate representation of color #8FD34E: hue angle of 90.68º degrees, saturation: 0.6, 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 #8FD34E is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 78 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.17 |
| HSL | 90.68º | 0.6% | 0.57% | - |
| HSV(B) | 90.68º | 0.63% | 0.83% | - |
| XYZ | 36 | 52.98 | 15.54 | - |
| YUV | 175.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 78 | 0.32 | 0 | 0.63 | 0.17 | 90.68 | 0.6 | 0.57 |
| Hex | 8F | D3 | 4E | 20 | 0 | 3F | 11 | 5B | 3C | 39 |
| Octal | 217 | 323 | 116 | 40 | 0 | 77 | 21 | 133 | 74 | 71 |
| Binary | 10001111 | 11010011 | 1001110 | 100000 | 0 | 111111 | 10001 | 1011011 | 111100 | 111001 |
Color Harmonies of #8FD34E
Complementary color
Monochromatic Colors of #8FD34E
Black with #8FD34E
Text Example
Text Example
White with #8FD34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD34E; }
p { color: rgb(143,211,78); }
H1.HeaderClassName
{
color: #8FD34E;
}
.AnyTagClassName
{
color: #8FD34E;
}
</style>
background-color css
<style>
a { background-color: #8FD34E; }
a { background-color: rgb(143,211,78); }
div.DivClassName
{
background-color: #8FD34E;
}
.BgClassName
{
background-color: #8FD34E;
}
</style>
border-color css
<style>
span { border-color: #8FD34E; }
span { border-color: rgb(143,211,78); }
td.TdClassName
{
border-color: #8FD34E;
}
.TagClassName
{
border-color: #8FD34E;
}
</style>