Shades of Atlantis #8FD540
Tints of Atlantis #8FD540
RGB
CMYK
RGB Variations
Color information
#8FD540 (or 0x8FD540) is known color: Atlantis. HEX triplet: 8F, D5 and 40. RGB value is (143,213,64). Sum of RGB (Red+Green+Blue) = 143+213+64=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD540 is #702ABF. Grayscale: #AFAFAF. Windows color (decimal): -7350976 or 4248975. OLE color: 4248975.
HSL color Cylindrical-coordinate representation of color #8FD540: hue angle of 88.19º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8FD540 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 64 | - |
| CMYK | 0.33 | 0 | 0.70 | 0.16 |
| HSL | 88.19º | 0.64% | 0.54% | - |
| HSV(B) | 88.19º | 0.7% | 0.84% | - |
| XYZ | 36.05 | 53.8 | 13.33 | - |
| YUV | 175.08 | 65.31 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 64 | 0.33 | 0 | 0.70 | 0.16 | 88.19 | 0.64 | 0.54 |
| Hex | 8F | D5 | 40 | 21 | 0 | 46 | 10 | 58 | 40 | 36 |
| Octal | 217 | 325 | 100 | 41 | 0 | 106 | 20 | 130 | 100 | 66 |
| Binary | 10001111 | 11010101 | 1000000 | 100001 | 0 | 1000110 | 10000 | 1011000 | 1000000 | 110110 |
Color Harmonies of #8FD540
Complementary color
Monochromatic Colors of #8FD540
Black with #8FD540
Text Example
Text Example
White with #8FD540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD540; }
p { color: rgb(143,213,64); }
H1.HeaderClassName
{
color: #8FD540;
}
.AnyTagClassName
{
color: #8FD540;
}
</style>
background-color css
<style>
a { background-color: #8FD540; }
a { background-color: rgb(143,213,64); }
div.DivClassName
{
background-color: #8FD540;
}
.BgClassName
{
background-color: #8FD540;
}
</style>
border-color css
<style>
span { border-color: #8FD540; }
span { border-color: rgb(143,213,64); }
td.TdClassName
{
border-color: #8FD540;
}
.TagClassName
{
border-color: #8FD540;
}
</style>