Shades of Pastel Green #74DC71
Tints of Pastel Green #74DC71
RGB
CMYK
RGB Variations
Color information
#74DC71 (or 0x74DC71) is known color: Pastel Green. HEX triplet: 74, DC and 71. RGB value is (116,220,113). Sum of RGB (Red+Green+Blue) = 116+220+113=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #74DC71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DC71 is #8B238E. Grayscale: #B1B1B1. Windows color (decimal): -9118607 or 7462004. OLE color: 7462004.
HSL color Cylindrical-coordinate representation of color #74DC71: hue angle of 118.32º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74DC71 is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 113 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.14 |
| HSL | 118.32º | 0.6% | 0.65% | - |
| HSV(B) | 118.32º | 0.49% | 0.86% | - |
| XYZ | 35.78 | 56.09 | 24.56 | - |
| YUV | 176.71 | 92.04 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 113 | 0.47 | 0 | 0.49 | 0.14 | 118.32 | 0.6 | 0.65 |
| Hex | 74 | DC | 71 | 2F | 0 | 31 | E | 76 | 3C | 41 |
| Octal | 164 | 334 | 161 | 57 | 0 | 61 | 16 | 166 | 74 | 101 |
| Binary | 1110100 | 11011100 | 1110001 | 101111 | 0 | 110001 | 1110 | 1110110 | 111100 | 1000001 |
Color Harmonies of #74DC71
Complementary color
Monochromatic Colors of #74DC71
Black with #74DC71
Text Example
Text Example
White with #74DC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DC71; }
p { color: rgb(116,220,113); }
H1.HeaderClassName
{
color: #74DC71;
}
.AnyTagClassName
{
color: #74DC71;
}
</style>
background-color css
<style>
a { background-color: #74DC71; }
a { background-color: rgb(116,220,113); }
div.DivClassName
{
background-color: #74DC71;
}
.BgClassName
{
background-color: #74DC71;
}
</style>
border-color css
<style>
span { border-color: #74DC71; }
span { border-color: rgb(116,220,113); }
td.TdClassName
{
border-color: #74DC71;
}
.TagClassName
{
border-color: #74DC71;
}
</style>