Shades of Atlantis #8FDC39
Tints of Atlantis #8FDC39
RGB
CMYK
RGB Variations
Color information
#8FDC39 (or 0x8FDC39) is known color: Atlantis. HEX triplet: 8F, DC and 39. RGB value is (143,220,57). Sum of RGB (Red+Green+Blue) = 143+220+57=420 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.05% from 420); Green value is 220 (86.33% from 255 or 52.38% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDC39 is #7023C6. Grayscale: #B2B2B2. Windows color (decimal): -7349191 or 3792015. OLE color: 3792015.
HSL color Cylindrical-coordinate representation of color #8FDC39: hue angle of 88.34º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8FDC39 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 57 | - |
| CMYK | 0.35 | 0 | 0.74 | 0.14 |
| HSL | 88.34º | 0.7% | 0.54% | - |
| HSV(B) | 88.34º | 0.74% | 0.86% | - |
| XYZ | 37.66 | 57.32 | 12.95 | - |
| YUV | 178.4 | 59.49 | 102.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 57 | 0.35 | 0 | 0.74 | 0.14 | 88.34 | 0.7 | 0.54 |
| Hex | 8F | DC | 39 | 23 | 0 | 4A | E | 58 | 46 | 36 |
| Octal | 217 | 334 | 71 | 43 | 0 | 112 | 16 | 130 | 106 | 66 |
| Binary | 10001111 | 11011100 | 111001 | 100011 | 0 | 1001010 | 1110 | 1011000 | 1000110 | 110110 |
Color Harmonies of #8FDC39
Complementary color
Monochromatic Colors of #8FDC39
Black with #8FDC39
Text Example
Text Example
White with #8FDC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC39; }
p { color: rgb(143,220,57); }
H1.HeaderClassName
{
color: #8FDC39;
}
.AnyTagClassName
{
color: #8FDC39;
}
</style>
background-color css
<style>
a { background-color: #8FDC39; }
a { background-color: rgb(143,220,57); }
div.DivClassName
{
background-color: #8FDC39;
}
.BgClassName
{
background-color: #8FDC39;
}
</style>
border-color css
<style>
span { border-color: #8FDC39; }
span { border-color: rgb(143,220,57); }
td.TdClassName
{
border-color: #8FDC39;
}
.TagClassName
{
border-color: #8FDC39;
}
</style>