Shades of Pastel Green #74C96D
Tints of Pastel Green #74C96D
RGB
CMYK
RGB Variations
Color information
#74C96D (or 0x74C96D) is known color: Pastel Green. HEX triplet: 74, C9 and 6D. RGB value is (116,201,109). Sum of RGB (Red+Green+Blue) = 116+201+109=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 201 (78.91% from 255 or 47.18% from 426); Blue value is 109 (42.97% from 255 or 25.59% from 426); Max value from RGB is 201 - color contains mainly: green. Hex color #74C96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C96D is #8B3692. Grayscale: #A5A5A5. Windows color (decimal): -9123475 or 7194996. OLE color: 7194996.
HSL color Cylindrical-coordinate representation of color #74C96D: hue angle of 115.43º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74C96D is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 116 | 201 | 109 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.21 |
| HSL | 115.43º | 0.46% | 0.61% | - |
| HSV(B) | 115.43º | 0.46% | 0.79% | - |
| XYZ | 30.85 | 46.59 | 21.83 | - |
| YUV | 165.1 | 96.34 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 201 | 109 | 0.42 | 0 | 0.46 | 0.21 | 115.43 | 0.46 | 0.61 |
| Hex | 74 | C9 | 6D | 2A | 0 | 2E | 15 | 73 | 2E | 3D |
| Octal | 164 | 311 | 155 | 52 | 0 | 56 | 25 | 163 | 56 | 75 |
| Binary | 1110100 | 11001001 | 1101101 | 101010 | 0 | 101110 | 10101 | 1110011 | 101110 | 111101 |
Color Harmonies of #74C96D
Complementary color
Monochromatic Colors of #74C96D
Black with #74C96D
Text Example
Text Example
White with #74C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C96D; }
p { color: rgb(116,201,109); }
H1.HeaderClassName
{
color: #74C96D;
}
.AnyTagClassName
{
color: #74C96D;
}
</style>
background-color css
<style>
a { background-color: #74C96D; }
a { background-color: rgb(116,201,109); }
div.DivClassName
{
background-color: #74C96D;
}
.BgClassName
{
background-color: #74C96D;
}
</style>
border-color css
<style>
span { border-color: #74C96D; }
span { border-color: rgb(116,201,109); }
td.TdClassName
{
border-color: #74C96D;
}
.TagClassName
{
border-color: #74C96D;
}
</style>