Shades of Atlantis #8CDD46
Tints of Atlantis #8CDD46
RGB
CMYK
RGB Variations
Color information
#8CDD46 (or 0x8CDD46) is known color: Atlantis. HEX triplet: 8C, DD and 46. RGB value is (140,221,70). Sum of RGB (Red+Green+Blue) = 140+221+70=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 70 (27.73% from 255 or 16.24% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD46 is #7322B9. Grayscale: #B4B4B4. Windows color (decimal): -7545530 or 4644236. OLE color: 4644236.
HSL color Cylindrical-coordinate representation of color #8CDD46: hue angle of 92.19º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CDD46 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 70 | - |
| CMYK | 0.37 | 0 | 0.68 | 0.13 |
| HSL | 92.19º | 0.69% | 0.57% | - |
| HSV(B) | 92.19º | 0.68% | 0.87% | - |
| XYZ | 37.78 | 57.73 | 14.95 | - |
| YUV | 179.57 | 66.16 | 99.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 70 | 0.37 | 0 | 0.68 | 0.13 | 92.19 | 0.69 | 0.57 |
| Hex | 8C | DD | 46 | 25 | 0 | 44 | D | 5C | 45 | 39 |
| Octal | 214 | 335 | 106 | 45 | 0 | 104 | 15 | 134 | 105 | 71 |
| Binary | 10001100 | 11011101 | 1000110 | 100101 | 0 | 1000100 | 1101 | 1011100 | 1000101 | 111001 |
Color Harmonies of #8CDD46
Complementary color
Monochromatic Colors of #8CDD46
Black with #8CDD46
Text Example
Text Example
White with #8CDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD46; }
p { color: rgb(140,221,70); }
H1.HeaderClassName
{
color: #8CDD46;
}
.AnyTagClassName
{
color: #8CDD46;
}
</style>
background-color css
<style>
a { background-color: #8CDD46; }
a { background-color: rgb(140,221,70); }
div.DivClassName
{
background-color: #8CDD46;
}
.BgClassName
{
background-color: #8CDD46;
}
</style>
border-color css
<style>
span { border-color: #8CDD46; }
span { border-color: rgb(140,221,70); }
td.TdClassName
{
border-color: #8CDD46;
}
.TagClassName
{
border-color: #8CDD46;
}
</style>