Shades of Pastel Green #74D772
Tints of Pastel Green #74D772
RGB
CMYK
RGB Variations
Color information
#74D772 (or 0x74D772) is known color: Pastel Green. HEX triplet: 74, D7 and 72. RGB value is (116,215,114). Sum of RGB (Red+Green+Blue) = 116+215+114=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #74D772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D772 is #8B288D. Grayscale: #AEAEAE. Windows color (decimal): -9119886 or 7526260. OLE color: 7526260.
HSL color Cylindrical-coordinate representation of color #74D772: hue angle of 118.81º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D772 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 114 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.16 |
| HSL | 118.81º | 0.56% | 0.65% | - |
| HSV(B) | 118.81º | 0.47% | 0.84% | - |
| XYZ | 34.54 | 53.53 | 24.43 | - |
| YUV | 173.89 | 94.2 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 114 | 0.46 | 0 | 0.47 | 0.16 | 118.81 | 0.56 | 0.65 |
| Hex | 74 | D7 | 72 | 2E | 0 | 2F | 10 | 77 | 38 | 41 |
| Octal | 164 | 327 | 162 | 56 | 0 | 57 | 20 | 167 | 70 | 101 |
| Binary | 1110100 | 11010111 | 1110010 | 101110 | 0 | 101111 | 10000 | 1110111 | 111000 | 1000001 |
Color Harmonies of #74D772
Complementary color
Monochromatic Colors of #74D772
Black with #74D772
Text Example
Text Example
White with #74D772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D772; }
p { color: rgb(116,215,114); }
H1.HeaderClassName
{
color: #74D772;
}
.AnyTagClassName
{
color: #74D772;
}
</style>
background-color css
<style>
a { background-color: #74D772; }
a { background-color: rgb(116,215,114); }
div.DivClassName
{
background-color: #74D772;
}
.BgClassName
{
background-color: #74D772;
}
</style>
border-color css
<style>
span { border-color: #74D772; }
span { border-color: rgb(116,215,114); }
td.TdClassName
{
border-color: #74D772;
}
.TagClassName
{
border-color: #74D772;
}
</style>