Shades of Pastel Green #74C772
Tints of Pastel Green #74C772
RGB
CMYK
RGB Variations
Color information
#74C772 (or 0x74C772) is known color: Pastel Green. HEX triplet: 74, C7 and 72. RGB value is (116,199,114). Sum of RGB (Red+Green+Blue) = 116+199+114=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 114 (44.92% from 255 or 26.57% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #74C772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C772 is #8B388D. Grayscale: #A4A4A4. Windows color (decimal): -9123982 or 7522164. OLE color: 7522164.
HSL color Cylindrical-coordinate representation of color #74C772: hue angle of 118.59º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74C772 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 114 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.22 |
| HSL | 118.59º | 0.43% | 0.61% | - |
| HSV(B) | 118.59º | 0.43% | 0.78% | - |
| XYZ | 30.66 | 45.77 | 23.14 | - |
| YUV | 164.49 | 99.5 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 114 | 0.42 | 0 | 0.43 | 0.22 | 118.59 | 0.43 | 0.61 |
| Hex | 74 | C7 | 72 | 2A | 0 | 2B | 16 | 77 | 2B | 3D |
| Octal | 164 | 307 | 162 | 52 | 0 | 53 | 26 | 167 | 53 | 75 |
| Binary | 1110100 | 11000111 | 1110010 | 101010 | 0 | 101011 | 10110 | 1110111 | 101011 | 111101 |
Color Harmonies of #74C772
Complementary color
Monochromatic Colors of #74C772
Black with #74C772
Text Example
Text Example
White with #74C772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C772; }
p { color: rgb(116,199,114); }
H1.HeaderClassName
{
color: #74C772;
}
.AnyTagClassName
{
color: #74C772;
}
</style>
background-color css
<style>
a { background-color: #74C772; }
a { background-color: rgb(116,199,114); }
div.DivClassName
{
background-color: #74C772;
}
.BgClassName
{
background-color: #74C772;
}
</style>
border-color css
<style>
span { border-color: #74C772; }
span { border-color: rgb(116,199,114); }
td.TdClassName
{
border-color: #74C772;
}
.TagClassName
{
border-color: #74C772;
}
</style>