Shades of Pastel Green #74C574
Tints of Pastel Green #74C574
RGB
CMYK
RGB Variations
Color information
#74C574 (or 0x74C574) is known color: Pastel Green. HEX triplet: 74, C5 and 74. RGB value is (116,197,116). Sum of RGB (Red+Green+Blue) = 116+197+116=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 197 (77.34% from 255 or 45.92% from 429); Blue value is 116 (45.70% from 255 or 27.04% from 429); Max value from RGB is 197 - color contains mainly: green. Hex color #74C574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C574 is #8B3A8B. Grayscale: #A3A3A3. Windows color (decimal): -9124492 or 7652724. OLE color: 7652724.
HSL color Cylindrical-coordinate representation of color #74C574: hue angle of 120º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C574 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 116 | 197 | 116 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.23 |
| HSL | 120º | 0.41% | 0.61% | - |
| HSV(B) | 120º | 0.41% | 0.77% | - |
| XYZ | 30.32 | 44.91 | 23.59 | - |
| YUV | 163.55 | 101.16 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 197 | 116 | 0.41 | 0 | 0.41 | 0.23 | 120 | 0.41 | 0.61 |
| Hex | 74 | C5 | 74 | 29 | 0 | 29 | 17 | 78 | 29 | 3D |
| Octal | 164 | 305 | 164 | 51 | 0 | 51 | 27 | 170 | 51 | 75 |
| Binary | 1110100 | 11000101 | 1110100 | 101001 | 0 | 101001 | 10111 | 1111000 | 101001 | 111101 |
Color Harmonies of #74C574
Complementary color
Monochromatic Colors of #74C574
Black with #74C574
Text Example
Text Example
White with #74C574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C574; }
p { color: rgb(116,197,116); }
H1.HeaderClassName
{
color: #74C574;
}
.AnyTagClassName
{
color: #74C574;
}
</style>
background-color css
<style>
a { background-color: #74C574; }
a { background-color: rgb(116,197,116); }
div.DivClassName
{
background-color: #74C574;
}
.BgClassName
{
background-color: #74C574;
}
</style>
border-color css
<style>
span { border-color: #74C574; }
span { border-color: rgb(116,197,116); }
td.TdClassName
{
border-color: #74C574;
}
.TagClassName
{
border-color: #74C574;
}
</style>