Shades of Pastel Green #74DD77
Tints of Pastel Green #74DD77
RGB
CMYK
RGB Variations
Color information
#74DD77 (or 0x74DD77) is known color: Pastel Green. HEX triplet: 74, DD and 77. RGB value is (116,221,119). Sum of RGB (Red+Green+Blue) = 116+221+119=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 119 (46.88% from 255 or 26.10% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD77 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DD77 is #8B2288. Grayscale: #B2B2B2. Windows color (decimal): -9118345 or 7855476. OLE color: 7855476.
HSL color Cylindrical-coordinate representation of color #74DD77: hue angle of 121.71º 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 #74DD77 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 119 | - |
| CMYK | 0.48 | 0 | 0.46 | 0.13 |
| HSL | 121.71º | 0.61% | 0.66% | - |
| HSV(B) | 121.71º | 0.48% | 0.87% | - |
| XYZ | 36.39 | 56.76 | 26.49 | - |
| YUV | 177.98 | 94.71 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 119 | 0.48 | 0 | 0.46 | 0.13 | 121.71 | 0.61 | 0.66 |
| Hex | 74 | DD | 77 | 30 | 0 | 2E | D | 7A | 3D | 42 |
| Octal | 164 | 335 | 167 | 60 | 0 | 56 | 15 | 172 | 75 | 102 |
| Binary | 1110100 | 11011101 | 1110111 | 110000 | 0 | 101110 | 1101 | 1111010 | 111101 | 1000010 |
Color Harmonies of #74DD77
Complementary color
Monochromatic Colors of #74DD77
Black with #74DD77
Text Example
Text Example
White with #74DD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DD77; }
p { color: rgb(116,221,119); }
H1.HeaderClassName
{
color: #74DD77;
}
.AnyTagClassName
{
color: #74DD77;
}
</style>
background-color css
<style>
a { background-color: #74DD77; }
a { background-color: rgb(116,221,119); }
div.DivClassName
{
background-color: #74DD77;
}
.BgClassName
{
background-color: #74DD77;
}
</style>
border-color css
<style>
span { border-color: #74DD77; }
span { border-color: rgb(116,221,119); }
td.TdClassName
{
border-color: #74DD77;
}
.TagClassName
{
border-color: #74DD77;
}
</style>