Shades of Pastel Green #74D671
Tints of Pastel Green #74D671
RGB
CMYK
RGB Variations
Color information
#74D671 (or 0x74D671) is known color: Pastel Green. HEX triplet: 74, D6 and 71. RGB value is (116,214,113). Sum of RGB (Red+Green+Blue) = 116+214+113=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #74D671 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D671 is #8B298E. Grayscale: #ADADAD. Windows color (decimal): -9120143 or 7460468. OLE color: 7460468.
HSL color Cylindrical-coordinate representation of color #74D671: hue angle of 118.22º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D671 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 214 | 113 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.16 |
| HSL | 118.22º | 0.55% | 0.64% | - |
| HSV(B) | 118.22º | 0.47% | 0.84% | - |
| XYZ | 34.23 | 53 | 24.05 | - |
| YUV | 173.18 | 94.03 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 214 | 113 | 0.46 | 0 | 0.47 | 0.16 | 118.22 | 0.55 | 0.64 |
| Hex | 74 | D6 | 71 | 2E | 0 | 2F | 10 | 76 | 37 | 40 |
| Octal | 164 | 326 | 161 | 56 | 0 | 57 | 20 | 166 | 67 | 100 |
| Binary | 1110100 | 11010110 | 1110001 | 101110 | 0 | 101111 | 10000 | 1110110 | 110111 | 1000000 |
Color Harmonies of #74D671
Complementary color
Monochromatic Colors of #74D671
Black with #74D671
Text Example
Text Example
White with #74D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D671; }
p { color: rgb(116,214,113); }
H1.HeaderClassName
{
color: #74D671;
}
.AnyTagClassName
{
color: #74D671;
}
</style>
background-color css
<style>
a { background-color: #74D671; }
a { background-color: rgb(116,214,113); }
div.DivClassName
{
background-color: #74D671;
}
.BgClassName
{
background-color: #74D671;
}
</style>
border-color css
<style>
span { border-color: #74D671; }
span { border-color: rgb(116,214,113); }
td.TdClassName
{
border-color: #74D671;
}
.TagClassName
{
border-color: #74D671;
}
</style>