Shades of Atlantis #8FDC50
Tints of Atlantis #8FDC50
RGB
CMYK
RGB Variations
Color information
#8FDC50 (or 0x8FDC50) is known color: Atlantis. HEX triplet: 8F, DC and 50. RGB value is (143,220,80). Sum of RGB (Red+Green+Blue) = 143+220+80=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC50 is #7023AF. Grayscale: #B5B5B5. Windows color (decimal): -7349168 or 5299343. OLE color: 5299343.
HSL color Cylindrical-coordinate representation of color #8FDC50: hue angle of 93º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8FDC50 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 80 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.14 |
| HSL | 93º | 0.67% | 0.59% | - |
| HSV(B) | 93º | 0.64% | 0.86% | - |
| XYZ | 38.37 | 57.61 | 16.69 | - |
| YUV | 181.02 | 70.99 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 80 | 0.35 | 0 | 0.64 | 0.14 | 93 | 0.67 | 0.59 |
| Hex | 8F | DC | 50 | 23 | 0 | 40 | E | 5D | 43 | 3B |
| Octal | 217 | 334 | 120 | 43 | 0 | 100 | 16 | 135 | 103 | 73 |
| Binary | 10001111 | 11011100 | 1010000 | 100011 | 0 | 1000000 | 1110 | 1011101 | 1000011 | 111011 |
Color Harmonies of #8FDC50
Complementary color
Monochromatic Colors of #8FDC50
Black with #8FDC50
Text Example
Text Example
White with #8FDC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC50; }
p { color: rgb(143,220,80); }
H1.HeaderClassName
{
color: #8FDC50;
}
.AnyTagClassName
{
color: #8FDC50;
}
</style>
background-color css
<style>
a { background-color: #8FDC50; }
a { background-color: rgb(143,220,80); }
div.DivClassName
{
background-color: #8FDC50;
}
.BgClassName
{
background-color: #8FDC50;
}
</style>
border-color css
<style>
span { border-color: #8FDC50; }
span { border-color: rgb(143,220,80); }
td.TdClassName
{
border-color: #8FDC50;
}
.TagClassName
{
border-color: #8FDC50;
}
</style>