Shades of Atlantis #8FD64D
Tints of Atlantis #8FD64D
RGB
CMYK
RGB Variations
Color information
#8FD64D (or 0x8FD64D) is known color: Atlantis. HEX triplet: 8F, D6 and 4D. RGB value is (143,214,77). Sum of RGB (Red+Green+Blue) = 143+214+77=434 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.95% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #8FD64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD64D is #7029B2. Grayscale: #B1B1B1. Windows color (decimal): -7350707 or 5101199. OLE color: 5101199.
HSL color Cylindrical-coordinate representation of color #8FD64D: hue angle of 91.09º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FD64D is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 214 | 77 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.16 |
| HSL | 91.09º | 0.63% | 0.57% | - |
| HSV(B) | 91.09º | 0.64% | 0.84% | - |
| XYZ | 36.71 | 54.47 | 15.6 | - |
| YUV | 177.15 | 71.48 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 214 | 77 | 0.33 | 0 | 0.64 | 0.16 | 91.09 | 0.63 | 0.57 |
| Hex | 8F | D6 | 4D | 21 | 0 | 40 | 10 | 5B | 3F | 39 |
| Octal | 217 | 326 | 115 | 41 | 0 | 100 | 20 | 133 | 77 | 71 |
| Binary | 10001111 | 11010110 | 1001101 | 100001 | 0 | 1000000 | 10000 | 1011011 | 111111 | 111001 |
Color Harmonies of #8FD64D
Complementary color
Monochromatic Colors of #8FD64D
Black with #8FD64D
Text Example
Text Example
White with #8FD64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD64D; }
p { color: rgb(143,214,77); }
H1.HeaderClassName
{
color: #8FD64D;
}
.AnyTagClassName
{
color: #8FD64D;
}
</style>
background-color css
<style>
a { background-color: #8FD64D; }
a { background-color: rgb(143,214,77); }
div.DivClassName
{
background-color: #8FD64D;
}
.BgClassName
{
background-color: #8FD64D;
}
</style>
border-color css
<style>
span { border-color: #8FD64D; }
span { border-color: rgb(143,214,77); }
td.TdClassName
{
border-color: #8FD64D;
}
.TagClassName
{
border-color: #8FD64D;
}
</style>