Shades of Pastel Green #8CDD78
Tints of Pastel Green #8CDD78
RGB
CMYK
RGB Variations
Color information
#8CDD78 (or 0x8CDD78) is known color: Pastel Green. HEX triplet: 8C, DD and 78. RGB value is (140,221,120). Sum of RGB (Red+Green+Blue) = 140+221+120=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 120 (47.27% from 255 or 24.95% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD78 is #732287. Grayscale: #B9B9B9. Windows color (decimal): -7545480 or 7921036. OLE color: 7921036.
HSL color Cylindrical-coordinate representation of color #8CDD78: hue angle of 108.12º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8CDD78 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 120 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.13 |
| HSL | 108.12º | 0.6% | 0.67% | - |
| HSV(B) | 108.12º | 0.46% | 0.87% | - |
| XYZ | 40.06 | 58.64 | 26.98 | - |
| YUV | 185.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 120 | 0.37 | 0 | 0.46 | 0.13 | 108.12 | 0.6 | 0.67 |
| Hex | 8C | DD | 78 | 25 | 0 | 2E | D | 6C | 3C | 43 |
| Octal | 214 | 335 | 170 | 45 | 0 | 56 | 15 | 154 | 74 | 103 |
| Binary | 10001100 | 11011101 | 1111000 | 100101 | 0 | 101110 | 1101 | 1101100 | 111100 | 1000011 |
Color Harmonies of #8CDD78
Complementary color
Monochromatic Colors of #8CDD78
Black with #8CDD78
Text Example
Text Example
White with #8CDD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD78; }
p { color: rgb(140,221,120); }
H1.HeaderClassName
{
color: #8CDD78;
}
.AnyTagClassName
{
color: #8CDD78;
}
</style>
background-color css
<style>
a { background-color: #8CDD78; }
a { background-color: rgb(140,221,120); }
div.DivClassName
{
background-color: #8CDD78;
}
.BgClassName
{
background-color: #8CDD78;
}
</style>
border-color css
<style>
span { border-color: #8CDD78; }
span { border-color: rgb(140,221,120); }
td.TdClassName
{
border-color: #8CDD78;
}
.TagClassName
{
border-color: #8CDD78;
}
</style>