Shades of Atlantis #8FD340
Tints of Atlantis #8FD340
RGB
CMYK
RGB Variations
Color information
#8FD340 (or 0x8FD340) is known color: Atlantis. HEX triplet: 8F, D3 and 40. RGB value is (143,211,64). Sum of RGB (Red+Green+Blue) = 143+211+64=418 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.21% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #8FD340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD340 is #702CBF. Grayscale: #AEAEAE. Windows color (decimal): -7351488 or 4248463. OLE color: 4248463.
HSL color Cylindrical-coordinate representation of color #8FD340: hue angle of 87.76º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FD340 is Cyan = 0.32, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 143 | 211 | 64 | - |
| CMYK | 0.32 | 0 | 0.70 | 0.17 |
| HSL | 87.76º | 0.63% | 0.54% | - |
| HSV(B) | 87.76º | 0.7% | 0.83% | - |
| XYZ | 35.55 | 52.8 | 13.17 | - |
| YUV | 173.91 | 65.97 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 211 | 64 | 0.32 | 0 | 0.70 | 0.17 | 87.76 | 0.63 | 0.54 |
| Hex | 8F | D3 | 40 | 20 | 0 | 46 | 11 | 58 | 3F | 36 |
| Octal | 217 | 323 | 100 | 40 | 0 | 106 | 21 | 130 | 77 | 66 |
| Binary | 10001111 | 11010011 | 1000000 | 100000 | 0 | 1000110 | 10001 | 1011000 | 111111 | 110110 |
Color Harmonies of #8FD340
Complementary color
Monochromatic Colors of #8FD340
Black with #8FD340
Text Example
Text Example
White with #8FD340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD340; }
p { color: rgb(143,211,64); }
H1.HeaderClassName
{
color: #8FD340;
}
.AnyTagClassName
{
color: #8FD340;
}
</style>
background-color css
<style>
a { background-color: #8FD340; }
a { background-color: rgb(143,211,64); }
div.DivClassName
{
background-color: #8FD340;
}
.BgClassName
{
background-color: #8FD340;
}
</style>
border-color css
<style>
span { border-color: #8FD340; }
span { border-color: rgb(143,211,64); }
td.TdClassName
{
border-color: #8FD340;
}
.TagClassName
{
border-color: #8FD340;
}
</style>