Shades of Pastel Green #74C76D
Tints of Pastel Green #74C76D
RGB
CMYK
RGB Variations
Color information
#74C76D (or 0x74C76D) is known color: Pastel Green. HEX triplet: 74, C7 and 6D. RGB value is (116,199,109). Sum of RGB (Red+Green+Blue) = 116+199+109=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 199 (78.12% from 255 or 46.93% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 199 - color contains mainly: green. Hex color #74C76D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C76D is #8B3892. Grayscale: #A4A4A4. Windows color (decimal): -9123987 or 7194484. OLE color: 7194484.
HSL color Cylindrical-coordinate representation of color #74C76D: hue angle of 115.33º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74C76D is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 109 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.22 |
| HSL | 115.33º | 0.45% | 0.6% | - |
| HSV(B) | 115.33º | 0.45% | 0.78% | - |
| XYZ | 30.39 | 45.66 | 21.68 | - |
| YUV | 163.92 | 97 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 109 | 0.42 | 0 | 0.45 | 0.22 | 115.33 | 0.45 | 0.6 |
| Hex | 74 | C7 | 6D | 2A | 0 | 2D | 16 | 73 | 2D | 3C |
| Octal | 164 | 307 | 155 | 52 | 0 | 55 | 26 | 163 | 55 | 74 |
| Binary | 1110100 | 11000111 | 1101101 | 101010 | 0 | 101101 | 10110 | 1110011 | 101101 | 111100 |
Color Harmonies of #74C76D
Complementary color
Monochromatic Colors of #74C76D
Black with #74C76D
Text Example
Text Example
White with #74C76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C76D; }
p { color: rgb(116,199,109); }
H1.HeaderClassName
{
color: #74C76D;
}
.AnyTagClassName
{
color: #74C76D;
}
</style>
background-color css
<style>
a { background-color: #74C76D; }
a { background-color: rgb(116,199,109); }
div.DivClassName
{
background-color: #74C76D;
}
.BgClassName
{
background-color: #74C76D;
}
</style>
border-color css
<style>
span { border-color: #74C76D; }
span { border-color: rgb(116,199,109); }
td.TdClassName
{
border-color: #74C76D;
}
.TagClassName
{
border-color: #74C76D;
}
</style>