Shades of Pastel Green #74E172
Tints of Pastel Green #74E172
RGB
CMYK
RGB Variations
Color information
#74E172 (or 0x74E172) is known color: Pastel Green. HEX triplet: 74, E1 and 72. RGB value is (116,225,114). Sum of RGB (Red+Green+Blue) = 116+225+114=455 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.49% from 455); Green value is 225 (88.28% from 255 or 49.45% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 225 - color contains mainly: green. Hex color #74E172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74E172 is #8B1E8D. Grayscale: #B4B4B4. Windows color (decimal): -9117326 or 7528820. OLE color: 7528820.
HSL color Cylindrical-coordinate representation of color #74E172: hue angle of 118.92º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E172 is Cyan = 0.48, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 114 | - |
| CMYK | 0.48 | 0 | 0.49 | 0.12 |
| HSL | 118.92º | 0.65% | 0.66% | - |
| HSV(B) | 118.92º | 0.49% | 0.88% | - |
| XYZ | 37.16 | 58.78 | 25.31 | - |
| YUV | 179.76 | 90.89 | 82.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 114 | 0.48 | 0 | 0.49 | 0.12 | 118.92 | 0.65 | 0.66 |
| Hex | 74 | E1 | 72 | 30 | 0 | 31 | C | 77 | 41 | 42 |
| Octal | 164 | 341 | 162 | 60 | 0 | 61 | 14 | 167 | 101 | 102 |
| Binary | 1110100 | 11100001 | 1110010 | 110000 | 0 | 110001 | 1100 | 1110111 | 1000001 | 1000010 |
Color Harmonies of #74E172
Complementary color
Monochromatic Colors of #74E172
Black with #74E172
Text Example
Text Example
White with #74E172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E172; }
p { color: rgb(116,225,114); }
H1.HeaderClassName
{
color: #74E172;
}
.AnyTagClassName
{
color: #74E172;
}
</style>
background-color css
<style>
a { background-color: #74E172; }
a { background-color: rgb(116,225,114); }
div.DivClassName
{
background-color: #74E172;
}
.BgClassName
{
background-color: #74E172;
}
</style>
border-color css
<style>
span { border-color: #74E172; }
span { border-color: rgb(116,225,114); }
td.TdClassName
{
border-color: #74E172;
}
.TagClassName
{
border-color: #74E172;
}
</style>