Shades of Atlantis #8FD550
Tints of Atlantis #8FD550
RGB
CMYK
RGB Variations
Color information
#8FD550 (or 0x8FD550) is known color: Atlantis. HEX triplet: 8F, D5 and 50. RGB value is (143,213,80). Sum of RGB (Red+Green+Blue) = 143+213+80=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #8FD550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FD550 is #702AAF. Grayscale: #B1B1B1. Windows color (decimal): -7350960 or 5297551. OLE color: 5297551.
HSL color Cylindrical-coordinate representation of color #8FD550: hue angle of 91.58º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8FD550 is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 143 | 213 | 80 | - |
| CMYK | 0.33 | 0 | 0.62 | 0.16 |
| HSL | 91.58º | 0.61% | 0.57% | - |
| HSV(B) | 91.58º | 0.62% | 0.84% | - |
| XYZ | 36.57 | 54.01 | 16.09 | - |
| YUV | 176.91 | 73.31 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 213 | 80 | 0.33 | 0 | 0.62 | 0.16 | 91.58 | 0.61 | 0.57 |
| Hex | 8F | D5 | 50 | 21 | 0 | 3E | 10 | 5C | 3D | 39 |
| Octal | 217 | 325 | 120 | 41 | 0 | 76 | 20 | 134 | 75 | 71 |
| Binary | 10001111 | 11010101 | 1010000 | 100001 | 0 | 111110 | 10000 | 1011100 | 111101 | 111001 |
Color Harmonies of #8FD550
Complementary color
Monochromatic Colors of #8FD550
Black with #8FD550
Text Example
Text Example
White with #8FD550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FD550; }
p { color: rgb(143,213,80); }
H1.HeaderClassName
{
color: #8FD550;
}
.AnyTagClassName
{
color: #8FD550;
}
</style>
background-color css
<style>
a { background-color: #8FD550; }
a { background-color: rgb(143,213,80); }
div.DivClassName
{
background-color: #8FD550;
}
.BgClassName
{
background-color: #8FD550;
}
</style>
border-color css
<style>
span { border-color: #8FD550; }
span { border-color: rgb(143,213,80); }
td.TdClassName
{
border-color: #8FD550;
}
.TagClassName
{
border-color: #8FD550;
}
</style>