Shades of Atlantis #8CDD45
Tints of Atlantis #8CDD45
RGB
CMYK
RGB Variations
Color information
#8CDD45 (or 0x8CDD45) is known color: Atlantis. HEX triplet: 8C, DD and 45. RGB value is (140,221,69). Sum of RGB (Red+Green+Blue) = 140+221+69=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 221 (86.72% from 255 or 51.40% from 430); Blue value is 69 (27.34% from 255 or 16.05% from 430); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD45 is #7322BA. Grayscale: #B3B3B3. Windows color (decimal): -7545531 or 4578700. OLE color: 4578700.
HSL color Cylindrical-coordinate representation of color #8CDD45: hue angle of 91.97º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8CDD45 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 69 | - |
| CMYK | 0.37 | 0 | 0.69 | 0.13 |
| HSL | 91.97º | 0.69% | 0.57% | - |
| HSV(B) | 91.97º | 0.69% | 0.87% | - |
| XYZ | 37.75 | 57.72 | 14.78 | - |
| YUV | 179.45 | 65.66 | 99.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 69 | 0.37 | 0 | 0.69 | 0.13 | 91.97 | 0.69 | 0.57 |
| Hex | 8C | DD | 45 | 25 | 0 | 45 | D | 5C | 45 | 39 |
| Octal | 214 | 335 | 105 | 45 | 0 | 105 | 15 | 134 | 105 | 71 |
| Binary | 10001100 | 11011101 | 1000101 | 100101 | 0 | 1000101 | 1101 | 1011100 | 1000101 | 111001 |
Color Harmonies of #8CDD45
Complementary color
Monochromatic Colors of #8CDD45
Black with #8CDD45
Text Example
Text Example
White with #8CDD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD45; }
p { color: rgb(140,221,69); }
H1.HeaderClassName
{
color: #8CDD45;
}
.AnyTagClassName
{
color: #8CDD45;
}
</style>
background-color css
<style>
a { background-color: #8CDD45; }
a { background-color: rgb(140,221,69); }
div.DivClassName
{
background-color: #8CDD45;
}
.BgClassName
{
background-color: #8CDD45;
}
</style>
border-color css
<style>
span { border-color: #8CDD45; }
span { border-color: rgb(140,221,69); }
td.TdClassName
{
border-color: #8CDD45;
}
.TagClassName
{
border-color: #8CDD45;
}
</style>