Shades of Pastel Green #74D777
Tints of Pastel Green #74D777
RGB
CMYK
RGB Variations
Color information
#74D777 (or 0x74D777) is known color: Pastel Green. HEX triplet: 74, D7 and 77. RGB value is (116,215,119). Sum of RGB (Red+Green+Blue) = 116+215+119=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 119 (46.88% from 255 or 26.44% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #74D777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D777 is #8B2888. Grayscale: #AEAEAE. Windows color (decimal): -9119881 or 7853940. OLE color: 7853940.
HSL color Cylindrical-coordinate representation of color #74D777: hue angle of 121.82º degrees, saturation: 0.55, 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 #74D777 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 119 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.16 |
| HSL | 121.82º | 0.55% | 0.65% | - |
| HSV(B) | 121.82º | 0.46% | 0.84% | - |
| XYZ | 34.83 | 53.65 | 25.97 | - |
| YUV | 174.46 | 96.7 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 119 | 0.46 | 0 | 0.45 | 0.16 | 121.82 | 0.55 | 0.65 |
| Hex | 74 | D7 | 77 | 2E | 0 | 2D | 10 | 7A | 37 | 41 |
| Octal | 164 | 327 | 167 | 56 | 0 | 55 | 20 | 172 | 67 | 101 |
| Binary | 1110100 | 11010111 | 1110111 | 101110 | 0 | 101101 | 10000 | 1111010 | 110111 | 1000001 |
Color Harmonies of #74D777
Complementary color
Monochromatic Colors of #74D777
Black with #74D777
Text Example
Text Example
White with #74D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D777; }
p { color: rgb(116,215,119); }
H1.HeaderClassName
{
color: #74D777;
}
.AnyTagClassName
{
color: #74D777;
}
</style>
background-color css
<style>
a { background-color: #74D777; }
a { background-color: rgb(116,215,119); }
div.DivClassName
{
background-color: #74D777;
}
.BgClassName
{
background-color: #74D777;
}
</style>
border-color css
<style>
span { border-color: #74D777; }
span { border-color: rgb(116,215,119); }
td.TdClassName
{
border-color: #74D777;
}
.TagClassName
{
border-color: #74D777;
}
</style>