Shades of Atlantis #8FD737
Tints of Atlantis #8FD737
RGB
CMYK
RGB Variations
Color information
#8FD737 (or 0x8FD737) is known color: Atlantis. HEX triplet: 8F, D7 and 37. RGB value is (143,215,55). Sum of RGB (Red+Green+Blue) = 143+215+55=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 55 (21.88% from 255 or 13.32% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD737 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FD737 is #7028C8. Grayscale: #AFAFAF. Windows color (decimal): -7350473 or 3659663. OLE color: 3659663.
HSL color Cylindrical-coordinate representation of color #8FD737: hue angle of 87º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FD737 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 215 | 55 | - |
| CMYK | 0.33 | 0 | 0.74 | 0.16 |
| HSL | 87º | 0.67% | 0.53% | - |
| HSV(B) | 87º | 0.74% | 0.84% | - |
| XYZ | 36.32 | 54.72 | 12.26 | - |
| YUV | 175.23 | 60.15 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 215 | 55 | 0.33 | 0 | 0.74 | 0.16 | 87 | 0.67 | 0.53 |
| Hex | 8F | D7 | 37 | 21 | 0 | 4A | 10 | 57 | 43 | 35 |
| Octal | 217 | 327 | 67 | 41 | 0 | 112 | 20 | 127 | 103 | 65 |
| Binary | 10001111 | 11010111 | 110111 | 100001 | 0 | 1001010 | 10000 | 1010111 | 1000011 | 110101 |
Color Harmonies of #8FD737
Complementary color
Monochromatic Colors of #8FD737
Black with #8FD737
Text Example
Text Example
White with #8FD737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD737; }
p { color: rgb(143,215,55); }
H1.HeaderClassName
{
color: #8FD737;
}
.AnyTagClassName
{
color: #8FD737;
}
</style>
background-color css
<style>
a { background-color: #8FD737; }
a { background-color: rgb(143,215,55); }
div.DivClassName
{
background-color: #8FD737;
}
.BgClassName
{
background-color: #8FD737;
}
</style>
border-color css
<style>
span { border-color: #8FD737; }
span { border-color: rgb(143,215,55); }
td.TdClassName
{
border-color: #8FD737;
}
.TagClassName
{
border-color: #8FD737;
}
</style>