Shades of Atlantis #8FDC38
Tints of Atlantis #8FDC38
RGB
CMYK
RGB Variations
Color information
#8FDC38 (or 0x8FDC38) is known color: Atlantis. HEX triplet: 8F, DC and 38. RGB value is (143,220,56). Sum of RGB (Red+Green+Blue) = 143+220+56=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 220 (86.33% from 255 or 52.51% from 419); Blue value is 56 (22.27% from 255 or 13.37% from 419); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDC38 is #7023C7. Grayscale: #B2B2B2. Windows color (decimal): -7349192 or 3726479. OLE color: 3726479.
HSL color Cylindrical-coordinate representation of color #8FDC38: hue angle of 88.17º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8FDC38 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 56 | - |
| CMYK | 0.35 | 0 | 0.75 | 0.14 |
| HSL | 88.17º | 0.7% | 0.54% | - |
| HSV(B) | 88.17º | 0.75% | 0.86% | - |
| XYZ | 37.63 | 57.31 | 12.82 | - |
| YUV | 178.28 | 58.99 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 56 | 0.35 | 0 | 0.75 | 0.14 | 88.17 | 0.7 | 0.54 |
| Hex | 8F | DC | 38 | 23 | 0 | 4B | E | 58 | 46 | 36 |
| Octal | 217 | 334 | 70 | 43 | 0 | 113 | 16 | 130 | 106 | 66 |
| Binary | 10001111 | 11011100 | 111000 | 100011 | 0 | 1001011 | 1110 | 1011000 | 1000110 | 110110 |
Color Harmonies of #8FDC38
Complementary color
Monochromatic Colors of #8FDC38
Black with #8FDC38
Text Example
Text Example
White with #8FDC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC38; }
p { color: rgb(143,220,56); }
H1.HeaderClassName
{
color: #8FDC38;
}
.AnyTagClassName
{
color: #8FDC38;
}
</style>
background-color css
<style>
a { background-color: #8FDC38; }
a { background-color: rgb(143,220,56); }
div.DivClassName
{
background-color: #8FDC38;
}
.BgClassName
{
background-color: #8FDC38;
}
</style>
border-color css
<style>
span { border-color: #8FDC38; }
span { border-color: rgb(143,220,56); }
td.TdClassName
{
border-color: #8FDC38;
}
.TagClassName
{
border-color: #8FDC38;
}
</style>