Shades of Atlantis #8DC347
Tints of Atlantis #8DC347
RGB
CMYK
RGB Variations
Color information
#8DC347 (or 0x8DC347) is known color: Atlantis. HEX triplet: 8D, C3 and 47. RGB value is (141,195,71). Sum of RGB (Red+Green+Blue) = 141+195+71=407 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.64% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 71 (28.12% from 255 or 17.44% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #8DC347 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DC347 is #723CB8. Grayscale: #A5A5A5. Windows color (decimal): -7486649 or 4703117. OLE color: 4703117.
HSL color Cylindrical-coordinate representation of color #8DC347: hue angle of 86.13º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DC347 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 195 | 71 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.24 |
| HSL | 86.13º | 0.51% | 0.52% | - |
| HSV(B) | 86.13º | 0.64% | 0.76% | - |
| XYZ | 31.64 | 45.15 | 13.01 | - |
| YUV | 164.72 | 75.11 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 195 | 71 | 0.28 | 0 | 0.64 | 0.24 | 86.13 | 0.51 | 0.52 |
| Hex | 8D | C3 | 47 | 1C | 0 | 40 | 18 | 56 | 33 | 34 |
| Octal | 215 | 303 | 107 | 34 | 0 | 100 | 30 | 126 | 63 | 64 |
| Binary | 10001101 | 11000011 | 1000111 | 11100 | 0 | 1000000 | 11000 | 1010110 | 110011 | 110100 |
Color Harmonies of #8DC347
Complementary color
Monochromatic Colors of #8DC347
Black with #8DC347
Text Example
Text Example
White with #8DC347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DC347; }
p { color: rgb(141,195,71); }
H1.HeaderClassName
{
color: #8DC347;
}
.AnyTagClassName
{
color: #8DC347;
}
</style>
background-color css
<style>
a { background-color: #8DC347; }
a { background-color: rgb(141,195,71); }
div.DivClassName
{
background-color: #8DC347;
}
.BgClassName
{
background-color: #8DC347;
}
</style>
border-color css
<style>
span { border-color: #8DC347; }
span { border-color: rgb(141,195,71); }
td.TdClassName
{
border-color: #8DC347;
}
.TagClassName
{
border-color: #8DC347;
}
</style>