Shades of Pastel Green #74DD7C
Tints of Pastel Green #74DD7C
RGB
CMYK
RGB Variations
Color information
#74DD7C (or 0x74DD7C) is known color: Pastel Green. HEX triplet: 74, DD and 7C. RGB value is (116,221,124). Sum of RGB (Red+Green+Blue) = 116+221+124=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 124 (48.83% from 255 or 26.90% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD7C is #8B2283. Grayscale: #B2B2B2. Windows color (decimal): -9118340 or 8183156. OLE color: 8183156.
HSL color Cylindrical-coordinate representation of color #74DD7C: hue angle of 124.57º 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 #74DD7C is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 124 | - |
| CMYK | 0.48 | 0 | 0.44 | 0.13 |
| HSL | 124.57º | 0.61% | 0.66% | - |
| HSV(B) | 124.57º | 0.48% | 0.87% | - |
| XYZ | 36.7 | 56.88 | 28.11 | - |
| YUV | 178.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 124 | 0.48 | 0 | 0.44 | 0.13 | 124.57 | 0.61 | 0.66 |
| Hex | 74 | DD | 7C | 30 | 0 | 2C | D | 7D | 3D | 42 |
| Octal | 164 | 335 | 174 | 60 | 0 | 54 | 15 | 175 | 75 | 102 |
| Binary | 1110100 | 11011101 | 1111100 | 110000 | 0 | 101100 | 1101 | 1111101 | 111101 | 1000010 |
Color Harmonies of #74DD7C
Complementary color
Monochromatic Colors of #74DD7C
Black with #74DD7C
Text Example
Text Example
White with #74DD7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD7C; }
p { color: rgb(116,221,124); }
H1.HeaderClassName
{
color: #74DD7C;
}
.AnyTagClassName
{
color: #74DD7C;
}
</style>
background-color css
<style>
a { background-color: #74DD7C; }
a { background-color: rgb(116,221,124); }
div.DivClassName
{
background-color: #74DD7C;
}
.BgClassName
{
background-color: #74DD7C;
}
</style>
border-color css
<style>
span { border-color: #74DD7C; }
span { border-color: rgb(116,221,124); }
td.TdClassName
{
border-color: #74DD7C;
}
.TagClassName
{
border-color: #74DD7C;
}
</style>