Shades of Pastel Green #74DD72
Tints of Pastel Green #74DD72
RGB
CMYK
RGB Variations
Color information
#74DD72 (or 0x74DD72) is known color: Pastel Green. HEX triplet: 74, DD and 72. RGB value is (116,221,114). Sum of RGB (Red+Green+Blue) = 116+221+114=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 221 (86.72% from 255 or 49.00% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD72 is #8B228D. Grayscale: #B1B1B1. Windows color (decimal): -9118350 or 7527796. OLE color: 7527796.
HSL color Cylindrical-coordinate representation of color #74DD72: hue angle of 118.88º 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 #74DD72 is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 114 | - |
| CMYK | 0.48 | 0 | 0.48 | 0.13 |
| HSL | 118.88º | 0.61% | 0.66% | - |
| HSV(B) | 118.88º | 0.48% | 0.87% | - |
| XYZ | 36.1 | 56.64 | 24.95 | - |
| YUV | 177.41 | 92.21 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 114 | 0.48 | 0 | 0.48 | 0.13 | 118.88 | 0.61 | 0.66 |
| Hex | 74 | DD | 72 | 30 | 0 | 30 | D | 77 | 3D | 42 |
| Octal | 164 | 335 | 162 | 60 | 0 | 60 | 15 | 167 | 75 | 102 |
| Binary | 1110100 | 11011101 | 1110010 | 110000 | 0 | 110000 | 1101 | 1110111 | 111101 | 1000010 |
Color Harmonies of #74DD72
Complementary color
Monochromatic Colors of #74DD72
Black with #74DD72
Text Example
Text Example
White with #74DD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD72; }
p { color: rgb(116,221,114); }
H1.HeaderClassName
{
color: #74DD72;
}
.AnyTagClassName
{
color: #74DD72;
}
</style>
background-color css
<style>
a { background-color: #74DD72; }
a { background-color: rgb(116,221,114); }
div.DivClassName
{
background-color: #74DD72;
}
.BgClassName
{
background-color: #74DD72;
}
</style>
border-color css
<style>
span { border-color: #74DD72; }
span { border-color: rgb(116,221,114); }
td.TdClassName
{
border-color: #74DD72;
}
.TagClassName
{
border-color: #74DD72;
}
</style>