Shades of Atlantis #8CDD4C
Tints of Atlantis #8CDD4C
RGB
CMYK
RGB Variations
Color information
#8CDD4C (or 0x8CDD4C) is known color: Atlantis. HEX triplet: 8C, DD and 4C. RGB value is (140,221,76). Sum of RGB (Red+Green+Blue) = 140+221+76=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD4C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD4C is #7322B3. Grayscale: #B4B4B4. Windows color (decimal): -7545524 or 5037452. OLE color: 5037452.
HSL color Cylindrical-coordinate representation of color #8CDD4C: hue angle of 93.52º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8CDD4C is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 76 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.13 |
| HSL | 93.52º | 0.68% | 0.58% | - |
| HSV(B) | 93.52º | 0.66% | 0.87% | - |
| XYZ | 37.98 | 57.81 | 15.99 | - |
| YUV | 180.25 | 69.16 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 76 | 0.37 | 0 | 0.66 | 0.13 | 93.52 | 0.68 | 0.58 |
| Hex | 8C | DD | 4C | 25 | 0 | 42 | D | 5E | 44 | 3A |
| Octal | 214 | 335 | 114 | 45 | 0 | 102 | 15 | 136 | 104 | 72 |
| Binary | 10001100 | 11011101 | 1001100 | 100101 | 0 | 1000010 | 1101 | 1011110 | 1000100 | 111010 |
Color Harmonies of #8CDD4C
Complementary color
Monochromatic Colors of #8CDD4C
Black with #8CDD4C
Text Example
Text Example
White with #8CDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD4C; }
p { color: rgb(140,221,76); }
H1.HeaderClassName
{
color: #8CDD4C;
}
.AnyTagClassName
{
color: #8CDD4C;
}
</style>
background-color css
<style>
a { background-color: #8CDD4C; }
a { background-color: rgb(140,221,76); }
div.DivClassName
{
background-color: #8CDD4C;
}
.BgClassName
{
background-color: #8CDD4C;
}
</style>
border-color css
<style>
span { border-color: #8CDD4C; }
span { border-color: rgb(140,221,76); }
td.TdClassName
{
border-color: #8CDD4C;
}
.TagClassName
{
border-color: #8CDD4C;
}
</style>