Shades of Pastel Green #74D974
Tints of Pastel Green #74D974
RGB
CMYK
RGB Variations
Color information
#74D974 (or 0x74D974) is known color: Pastel Green. HEX triplet: 74, D9 and 74. RGB value is (116,217,116). Sum of RGB (Red+Green+Blue) = 116+217+116=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 217 (85.16% from 255 or 48.33% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 217 - color contains mainly: green. Hex color #74D974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D974 is #8B268B. Grayscale: #AFAFAF. Windows color (decimal): -9119372 or 7657844. OLE color: 7657844.
HSL color Cylindrical-coordinate representation of color #74D974: hue angle of 120º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D974 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 217 | 116 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.15 |
| HSL | 120º | 0.57% | 0.65% | - |
| HSV(B) | 120º | 0.47% | 0.85% | - |
| XYZ | 35.17 | 54.6 | 25.21 | - |
| YUV | 175.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 116 | 0.47 | 0 | 0.47 | 0.15 | 120 | 0.57 | 0.65 |
| Hex | 74 | D9 | 74 | 2F | 0 | 2F | F | 78 | 39 | 41 |
| Octal | 164 | 331 | 164 | 57 | 0 | 57 | 17 | 170 | 71 | 101 |
| Binary | 1110100 | 11011001 | 1110100 | 101111 | 0 | 101111 | 1111 | 1111000 | 111001 | 1000001 |
Color Harmonies of #74D974
Complementary color
Monochromatic Colors of #74D974
Black with #74D974
Text Example
Text Example
White with #74D974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D974; }
p { color: rgb(116,217,116); }
H1.HeaderClassName
{
color: #74D974;
}
.AnyTagClassName
{
color: #74D974;
}
</style>
background-color css
<style>
a { background-color: #74D974; }
a { background-color: rgb(116,217,116); }
div.DivClassName
{
background-color: #74D974;
}
.BgClassName
{
background-color: #74D974;
}
</style>
border-color css
<style>
span { border-color: #74D974; }
span { border-color: rgb(116,217,116); }
td.TdClassName
{
border-color: #74D974;
}
.TagClassName
{
border-color: #74D974;
}
</style>