Shades of Pastel Green #8CDD77
Tints of Pastel Green #8CDD77
RGB
CMYK
RGB Variations
Color information
#8CDD77 (or 0x8CDD77) is known color: Pastel Green. HEX triplet: 8C, DD and 77. RGB value is (140,221,119). Sum of RGB (Red+Green+Blue) = 140+221+119=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 119 (46.88% from 255 or 24.79% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD77 is #732288. Grayscale: #B9B9B9. Windows color (decimal): -7545481 or 7855500. OLE color: 7855500.
HSL color Cylindrical-coordinate representation of color #8CDD77: hue angle of 107.65º 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 #8CDD77 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 119 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.13 |
| HSL | 107.65º | 0.6% | 0.67% | - |
| HSV(B) | 107.65º | 0.46% | 0.87% | - |
| XYZ | 40 | 58.62 | 26.66 | - |
| YUV | 185.15 | 90.66 | 95.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 119 | 0.37 | 0 | 0.46 | 0.13 | 107.65 | 0.6 | 0.67 |
| Hex | 8C | DD | 77 | 25 | 0 | 2E | D | 6C | 3C | 43 |
| Octal | 214 | 335 | 167 | 45 | 0 | 56 | 15 | 154 | 74 | 103 |
| Binary | 10001100 | 11011101 | 1110111 | 100101 | 0 | 101110 | 1101 | 1101100 | 111100 | 1000011 |
Color Harmonies of #8CDD77
Complementary color
Monochromatic Colors of #8CDD77
Black with #8CDD77
Text Example
Text Example
White with #8CDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD77; }
p { color: rgb(140,221,119); }
H1.HeaderClassName
{
color: #8CDD77;
}
.AnyTagClassName
{
color: #8CDD77;
}
</style>
background-color css
<style>
a { background-color: #8CDD77; }
a { background-color: rgb(140,221,119); }
div.DivClassName
{
background-color: #8CDD77;
}
.BgClassName
{
background-color: #8CDD77;
}
</style>
border-color css
<style>
span { border-color: #8CDD77; }
span { border-color: rgb(140,221,119); }
td.TdClassName
{
border-color: #8CDD77;
}
.TagClassName
{
border-color: #8CDD77;
}
</style>