Shades of Atlantis #8CDF47
Tints of Atlantis #8CDF47
RGB
CMYK
RGB Variations
Color information
#8CDF47 (or 0x8CDF47) is known color: Atlantis. HEX triplet: 8C, DF and 47. RGB value is (140,223,71). Sum of RGB (Red+Green+Blue) = 140+223+71=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 71 (28.12% from 255 or 16.36% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #8CDF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDF47 is #7320B8. Grayscale: #B5B5B5. Windows color (decimal): -7545017 or 4710284. OLE color: 4710284.
HSL color Cylindrical-coordinate representation of color #8CDF47: hue angle of 92.76º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CDF47 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 223 | 71 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.13 |
| HSL | 92.76º | 0.7% | 0.58% | - |
| HSV(B) | 92.76º | 0.68% | 0.87% | - |
| XYZ | 38.34 | 58.81 | 15.29 | - |
| YUV | 180.86 | 66 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 223 | 71 | 0.37 | 0 | 0.68 | 0.13 | 92.76 | 0.7 | 0.58 |
| Hex | 8C | DF | 47 | 25 | 0 | 44 | D | 5D | 46 | 3A |
| Octal | 214 | 337 | 107 | 45 | 0 | 104 | 15 | 135 | 106 | 72 |
| Binary | 10001100 | 11011111 | 1000111 | 100101 | 0 | 1000100 | 1101 | 1011101 | 1000110 | 111010 |
Color Harmonies of #8CDF47
Complementary color
Monochromatic Colors of #8CDF47
Black with #8CDF47
Text Example
Text Example
White with #8CDF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDF47; }
p { color: rgb(140,223,71); }
H1.HeaderClassName
{
color: #8CDF47;
}
.AnyTagClassName
{
color: #8CDF47;
}
</style>
background-color css
<style>
a { background-color: #8CDF47; }
a { background-color: rgb(140,223,71); }
div.DivClassName
{
background-color: #8CDF47;
}
.BgClassName
{
background-color: #8CDF47;
}
</style>
border-color css
<style>
span { border-color: #8CDF47; }
span { border-color: rgb(140,223,71); }
td.TdClassName
{
border-color: #8CDF47;
}
.TagClassName
{
border-color: #8CDF47;
}
</style>