Shades of Pastel Green #74C778
Tints of Pastel Green #74C778
RGB
CMYK
RGB Variations
Color information
#74C778 (or 0x74C778) is known color: Pastel Green. HEX triplet: 74, C7 and 78. RGB value is (116,199,120). Sum of RGB (Red+Green+Blue) = 116+199+120=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 120 (47.27% from 255 or 27.59% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #74C778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C778 is #8B3887. Grayscale: #A5A5A5. Windows color (decimal): -9123976 or 7915380. OLE color: 7915380.
HSL color Cylindrical-coordinate representation of color #74C778: hue angle of 122.89º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #74C778 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 199 | 120 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.22 |
| HSL | 122.89º | 0.43% | 0.62% | - |
| HSV(B) | 122.89º | 0.42% | 0.78% | - |
| XYZ | 31.02 | 45.92 | 25 | - |
| YUV | 165.18 | 102.5 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 199 | 120 | 0.42 | 0 | 0.40 | 0.22 | 122.89 | 0.43 | 0.62 |
| Hex | 74 | C7 | 78 | 2A | 0 | 28 | 16 | 7B | 2B | 3E |
| Octal | 164 | 307 | 170 | 52 | 0 | 50 | 26 | 173 | 53 | 76 |
| Binary | 1110100 | 11000111 | 1111000 | 101010 | 0 | 101000 | 10110 | 1111011 | 101011 | 111110 |
Color Harmonies of #74C778
Complementary color
Monochromatic Colors of #74C778
Black with #74C778
Text Example
Text Example
White with #74C778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C778; }
p { color: rgb(116,199,120); }
H1.HeaderClassName
{
color: #74C778;
}
.AnyTagClassName
{
color: #74C778;
}
</style>
background-color css
<style>
a { background-color: #74C778; }
a { background-color: rgb(116,199,120); }
div.DivClassName
{
background-color: #74C778;
}
.BgClassName
{
background-color: #74C778;
}
</style>
border-color css
<style>
span { border-color: #74C778; }
span { border-color: rgb(116,199,120); }
td.TdClassName
{
border-color: #74C778;
}
.TagClassName
{
border-color: #74C778;
}
</style>