Shades of Pastel Green #74D970
Tints of Pastel Green #74D970
RGB
CMYK
RGB Variations
Color information
#74D970 (or 0x74D970) is known color: Pastel Green. HEX triplet: 74, D9 and 70. RGB value is (116,217,112). Sum of RGB (Red+Green+Blue) = 116+217+112=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 217 (85.16% from 255 or 48.76% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 217 - color contains mainly: green. Hex color #74D970 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D970 is #8B268F. Grayscale: #AFAFAF. Windows color (decimal): -9119376 or 7395700. OLE color: 7395700.
HSL color Cylindrical-coordinate representation of color #74D970: hue angle of 117.71º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74D970 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 217 | 112 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.15 |
| HSL | 117.71º | 0.58% | 0.65% | - |
| HSV(B) | 117.71º | 0.48% | 0.85% | - |
| XYZ | 34.94 | 54.51 | 24.01 | - |
| YUV | 174.83 | 92.54 | 86.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 217 | 112 | 0.47 | 0 | 0.48 | 0.15 | 117.71 | 0.58 | 0.65 |
| Hex | 74 | D9 | 70 | 2F | 0 | 30 | F | 76 | 3A | 41 |
| Octal | 164 | 331 | 160 | 57 | 0 | 60 | 17 | 166 | 72 | 101 |
| Binary | 1110100 | 11011001 | 1110000 | 101111 | 0 | 110000 | 1111 | 1110110 | 111010 | 1000001 |
Color Harmonies of #74D970
Complementary color
Monochromatic Colors of #74D970
Black with #74D970
Text Example
Text Example
White with #74D970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D970; }
p { color: rgb(116,217,112); }
H1.HeaderClassName
{
color: #74D970;
}
.AnyTagClassName
{
color: #74D970;
}
</style>
background-color css
<style>
a { background-color: #74D970; }
a { background-color: rgb(116,217,112); }
div.DivClassName
{
background-color: #74D970;
}
.BgClassName
{
background-color: #74D970;
}
</style>
border-color css
<style>
span { border-color: #74D970; }
span { border-color: rgb(116,217,112); }
td.TdClassName
{
border-color: #74D970;
}
.TagClassName
{
border-color: #74D970;
}
</style>