Shades of Pastel Green #74E772
Tints of Pastel Green #74E772
RGB
CMYK
RGB Variations
Color information
#74E772 (or 0x74E772) is known color: Pastel Green. HEX triplet: 74, E7 and 72. RGB value is (116,231,114). Sum of RGB (Red+Green+Blue) = 116+231+114=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 231 (90.62% from 255 or 50.11% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 231 - color contains mainly: green. Hex color #74E772 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E772 is #8B188D. Grayscale: #B7B7B7. Windows color (decimal): -9115790 or 7530356. OLE color: 7530356.
HSL color Cylindrical-coordinate representation of color #74E772: hue angle of 118.97º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74E772 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 231 | 114 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.09 |
| HSL | 118.97º | 0.71% | 0.68% | - |
| HSV(B) | 118.97º | 0.51% | 0.91% | - |
| XYZ | 38.82 | 62.08 | 25.86 | - |
| YUV | 183.28 | 88.9 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 231 | 114 | 0.50 | 0 | 0.51 | 0.09 | 118.97 | 0.71 | 0.68 |
| Hex | 74 | E7 | 72 | 32 | 0 | 33 | 9 | 77 | 47 | 44 |
| Octal | 164 | 347 | 162 | 62 | 0 | 63 | 11 | 167 | 107 | 104 |
| Binary | 1110100 | 11100111 | 1110010 | 110010 | 0 | 110011 | 1001 | 1110111 | 1000111 | 1000100 |
Color Harmonies of #74E772
Complementary color
Monochromatic Colors of #74E772
Black with #74E772
Text Example
Text Example
White with #74E772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E772; }
p { color: rgb(116,231,114); }
H1.HeaderClassName
{
color: #74E772;
}
.AnyTagClassName
{
color: #74E772;
}
</style>
background-color css
<style>
a { background-color: #74E772; }
a { background-color: rgb(116,231,114); }
div.DivClassName
{
background-color: #74E772;
}
.BgClassName
{
background-color: #74E772;
}
</style>
border-color css
<style>
span { border-color: #74E772; }
span { border-color: rgb(116,231,114); }
td.TdClassName
{
border-color: #74E772;
}
.TagClassName
{
border-color: #74E772;
}
</style>