Shades of Pastel Green #74C771
Tints of Pastel Green #74C771
RGB
CMYK
RGB Variations
Color information
#74C771 (or 0x74C771) is known color: Pastel Green. HEX triplet: 74, C7 and 71. RGB value is (116,199,113). Sum of RGB (Red+Green+Blue) = 116+199+113=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 113 (44.53% from 255 or 26.40% from 428); Max value from RGB is 199 - color contains mainly: green. Hex color #74C771 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C771 is #8B388E. Grayscale: #A4A4A4. Windows color (decimal): -9123983 or 7456628. OLE color: 7456628.
HSL color Cylindrical-coordinate representation of color #74C771: hue angle of 117.91º 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 #74C771 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 113 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.22 |
| HSL | 117.91º | 0.43% | 0.61% | - |
| HSV(B) | 117.91º | 0.43% | 0.78% | - |
| XYZ | 30.61 | 45.75 | 22.84 | - |
| YUV | 164.38 | 99 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 113 | 0.42 | 0 | 0.43 | 0.22 | 117.91 | 0.43 | 0.61 |
| Hex | 74 | C7 | 71 | 2A | 0 | 2B | 16 | 76 | 2B | 3D |
| Octal | 164 | 307 | 161 | 52 | 0 | 53 | 26 | 166 | 53 | 75 |
| Binary | 1110100 | 11000111 | 1110001 | 101010 | 0 | 101011 | 10110 | 1110110 | 101011 | 111101 |
Color Harmonies of #74C771
Complementary color
Monochromatic Colors of #74C771
Black with #74C771
Text Example
Text Example
White with #74C771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C771; }
p { color: rgb(116,199,113); }
H1.HeaderClassName
{
color: #74C771;
}
.AnyTagClassName
{
color: #74C771;
}
</style>
background-color css
<style>
a { background-color: #74C771; }
a { background-color: rgb(116,199,113); }
div.DivClassName
{
background-color: #74C771;
}
.BgClassName
{
background-color: #74C771;
}
</style>
border-color css
<style>
span { border-color: #74C771; }
span { border-color: rgb(116,199,113); }
td.TdClassName
{
border-color: #74C771;
}
.TagClassName
{
border-color: #74C771;
}
</style>