Shades of Pastel Green #8CDD74
Tints of Pastel Green #8CDD74
RGB
CMYK
RGB Variations
Color information
#8CDD74 (or 0x8CDD74) is known color: Pastel Green. HEX triplet: 8C, DD and 74. RGB value is (140,221,116). Sum of RGB (Red+Green+Blue) = 140+221+116=477 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.35% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 116 (45.70% from 255 or 24.32% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDD74 is #73228B. Grayscale: #B9B9B9. Windows color (decimal): -7545484 or 7658892. OLE color: 7658892.
HSL color Cylindrical-coordinate representation of color #8CDD74: hue angle of 106.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8CDD74 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 116 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.13 |
| HSL | 106.29º | 0.61% | 0.66% | - |
| HSV(B) | 106.29º | 0.48% | 0.87% | - |
| XYZ | 39.82 | 58.55 | 25.73 | - |
| YUV | 184.81 | 89.16 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 116 | 0.37 | 0 | 0.48 | 0.13 | 106.29 | 0.61 | 0.66 |
| Hex | 8C | DD | 74 | 25 | 0 | 30 | D | 6A | 3D | 42 |
| Octal | 214 | 335 | 164 | 45 | 0 | 60 | 15 | 152 | 75 | 102 |
| Binary | 10001100 | 11011101 | 1110100 | 100101 | 0 | 110000 | 1101 | 1101010 | 111101 | 1000010 |
Color Harmonies of #8CDD74
Complementary color
Monochromatic Colors of #8CDD74
Black with #8CDD74
Text Example
Text Example
White with #8CDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD74; }
p { color: rgb(140,221,116); }
H1.HeaderClassName
{
color: #8CDD74;
}
.AnyTagClassName
{
color: #8CDD74;
}
</style>
background-color css
<style>
a { background-color: #8CDD74; }
a { background-color: rgb(140,221,116); }
div.DivClassName
{
background-color: #8CDD74;
}
.BgClassName
{
background-color: #8CDD74;
}
</style>
border-color css
<style>
span { border-color: #8CDD74; }
span { border-color: rgb(140,221,116); }
td.TdClassName
{
border-color: #8CDD74;
}
.TagClassName
{
border-color: #8CDD74;
}
</style>