Shades of Atlantis #8FDC3F
Tints of Atlantis #8FDC3F
RGB
CMYK
RGB Variations
Color information
#8FDC3F (or 0x8FDC3F) is known color: Atlantis. HEX triplet: 8F, DC and 3F. RGB value is (143,220,63). Sum of RGB (Red+Green+Blue) = 143+220+63=426 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.57% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 63 (25% from 255 or 14.79% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8FDC3F is #7023C0. Grayscale: #B3B3B3. Windows color (decimal): -7349185 or 4185231. OLE color: 4185231.
HSL color Cylindrical-coordinate representation of color #8FDC3F: hue angle of 89.43º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8FDC3F is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 220 | 63 | - |
| CMYK | 0.35 | 0 | 0.71 | 0.14 |
| HSL | 89.43º | 0.69% | 0.55% | - |
| HSV(B) | 89.43º | 0.71% | 0.86% | - |
| XYZ | 37.82 | 57.38 | 13.79 | - |
| YUV | 179.08 | 62.49 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 220 | 63 | 0.35 | 0 | 0.71 | 0.14 | 89.43 | 0.69 | 0.55 |
| Hex | 8F | DC | 3F | 23 | 0 | 47 | E | 59 | 45 | 37 |
| Octal | 217 | 334 | 77 | 43 | 0 | 107 | 16 | 131 | 105 | 67 |
| Binary | 10001111 | 11011100 | 111111 | 100011 | 0 | 1000111 | 1110 | 1011001 | 1000101 | 110111 |
Color Harmonies of #8FDC3F
Complementary color
Monochromatic Colors of #8FDC3F
Black with #8FDC3F
Text Example
Text Example
White with #8FDC3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDC3F; }
p { color: rgb(143,220,63); }
H1.HeaderClassName
{
color: #8FDC3F;
}
.AnyTagClassName
{
color: #8FDC3F;
}
</style>
background-color css
<style>
a { background-color: #8FDC3F; }
a { background-color: rgb(143,220,63); }
div.DivClassName
{
background-color: #8FDC3F;
}
.BgClassName
{
background-color: #8FDC3F;
}
</style>
border-color css
<style>
span { border-color: #8FDC3F; }
span { border-color: rgb(143,220,63); }
td.TdClassName
{
border-color: #8FDC3F;
}
.TagClassName
{
border-color: #8FDC3F;
}
</style>