Shades of Pastel Green #74D770
Tints of Pastel Green #74D770
RGB
CMYK
RGB Variations
Color information
#74D770 (or 0x74D770) is known color: Pastel Green. HEX triplet: 74, D7 and 70. RGB value is (116,215,112). Sum of RGB (Red+Green+Blue) = 116+215+112=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 215 (84.38% from 255 or 48.53% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 215 - color contains mainly: green. Hex color #74D770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D770 is #8B288F. Grayscale: #ADADAD. Windows color (decimal): -9119888 or 7395188. OLE color: 7395188.
HSL color Cylindrical-coordinate representation of color #74D770: hue angle of 117.67º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74D770 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 112 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.16 |
| HSL | 117.67º | 0.56% | 0.64% | - |
| HSV(B) | 117.67º | 0.48% | 0.84% | - |
| XYZ | 34.43 | 53.48 | 23.84 | - |
| YUV | 173.66 | 93.2 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 112 | 0.46 | 0 | 0.48 | 0.16 | 117.67 | 0.56 | 0.64 |
| Hex | 74 | D7 | 70 | 2E | 0 | 30 | 10 | 76 | 38 | 40 |
| Octal | 164 | 327 | 160 | 56 | 0 | 60 | 20 | 166 | 70 | 100 |
| Binary | 1110100 | 11010111 | 1110000 | 101110 | 0 | 110000 | 10000 | 1110110 | 111000 | 1000000 |
Color Harmonies of #74D770
Complementary color
Monochromatic Colors of #74D770
Black with #74D770
Text Example
Text Example
White with #74D770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D770; }
p { color: rgb(116,215,112); }
H1.HeaderClassName
{
color: #74D770;
}
.AnyTagClassName
{
color: #74D770;
}
</style>
background-color css
<style>
a { background-color: #74D770; }
a { background-color: rgb(116,215,112); }
div.DivClassName
{
background-color: #74D770;
}
.BgClassName
{
background-color: #74D770;
}
</style>
border-color css
<style>
span { border-color: #74D770; }
span { border-color: rgb(116,215,112); }
td.TdClassName
{
border-color: #74D770;
}
.TagClassName
{
border-color: #74D770;
}
</style>