Shades of Pastel Green #74C877
Tints of Pastel Green #74C877
RGB
CMYK
RGB Variations
Color information
#74C877 (or 0x74C877) is known color: Pastel Green. HEX triplet: 74, C8 and 77. RGB value is (116,200,119). Sum of RGB (Red+Green+Blue) = 116+200+119=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 119 (46.88% from 255 or 27.36% from 435); Max value from RGB is 200 - color contains mainly: green. Hex color #74C877 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C877 is #8B3788. Grayscale: #A5A5A5. Windows color (decimal): -9123721 or 7850100. OLE color: 7850100.
HSL color Cylindrical-coordinate representation of color #74C877: hue angle of 122.14º 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 #74C877 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 116 | 200 | 119 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.22 |
| HSL | 122.14º | 0.43% | 0.62% | - |
| HSV(B) | 122.14º | 0.42% | 0.78% | - |
| XYZ | 31.19 | 46.35 | 24.76 | - |
| YUV | 165.65 | 101.67 | 92.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 200 | 119 | 0.42 | 0 | 0.40 | 0.22 | 122.14 | 0.43 | 0.62 |
| Hex | 74 | C8 | 77 | 2A | 0 | 28 | 16 | 7A | 2B | 3E |
| Octal | 164 | 310 | 167 | 52 | 0 | 50 | 26 | 172 | 53 | 76 |
| Binary | 1110100 | 11001000 | 1110111 | 101010 | 0 | 101000 | 10110 | 1111010 | 101011 | 111110 |
Color Harmonies of #74C877
Complementary color
Monochromatic Colors of #74C877
Black with #74C877
Text Example
Text Example
White with #74C877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C877; }
p { color: rgb(116,200,119); }
H1.HeaderClassName
{
color: #74C877;
}
.AnyTagClassName
{
color: #74C877;
}
</style>
background-color css
<style>
a { background-color: #74C877; }
a { background-color: rgb(116,200,119); }
div.DivClassName
{
background-color: #74C877;
}
.BgClassName
{
background-color: #74C877;
}
</style>
border-color css
<style>
span { border-color: #74C877; }
span { border-color: rgb(116,200,119); }
td.TdClassName
{
border-color: #74C877;
}
.TagClassName
{
border-color: #74C877;
}
</style>