Shades of Pastel Green #74D577
Tints of Pastel Green #74D577
RGB
CMYK
RGB Variations
Color information
#74D577 (or 0x74D577) is known color: Pastel Green. HEX triplet: 74, D5 and 77. RGB value is (116,213,119). Sum of RGB (Red+Green+Blue) = 116+213+119=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 213 (83.59% from 255 or 47.54% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 213 - color contains mainly: green. Hex color #74D577 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D577 is #8B2A88. Grayscale: #ADADAD. Windows color (decimal): -9120393 or 7853428. OLE color: 7853428.
HSL color Cylindrical-coordinate representation of color #74D577: hue angle of 121.86º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D577 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 119 | - |
| CMYK | 0.46 | 0 | 0.44 | 0.16 |
| HSL | 121.86º | 0.54% | 0.65% | - |
| HSV(B) | 121.86º | 0.46% | 0.84% | - |
| XYZ | 34.33 | 52.63 | 25.8 | - |
| YUV | 173.28 | 97.36 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 119 | 0.46 | 0 | 0.44 | 0.16 | 121.86 | 0.54 | 0.65 |
| Hex | 74 | D5 | 77 | 2E | 0 | 2C | 10 | 7A | 36 | 41 |
| Octal | 164 | 325 | 167 | 56 | 0 | 54 | 20 | 172 | 66 | 101 |
| Binary | 1110100 | 11010101 | 1110111 | 101110 | 0 | 101100 | 10000 | 1111010 | 110110 | 1000001 |
Color Harmonies of #74D577
Complementary color
Monochromatic Colors of #74D577
Black with #74D577
Text Example
Text Example
White with #74D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D577; }
p { color: rgb(116,213,119); }
H1.HeaderClassName
{
color: #74D577;
}
.AnyTagClassName
{
color: #74D577;
}
</style>
background-color css
<style>
a { background-color: #74D577; }
a { background-color: rgb(116,213,119); }
div.DivClassName
{
background-color: #74D577;
}
.BgClassName
{
background-color: #74D577;
}
</style>
border-color css
<style>
span { border-color: #74D577; }
span { border-color: rgb(116,213,119); }
td.TdClassName
{
border-color: #74D577;
}
.TagClassName
{
border-color: #74D577;
}
</style>