Shades of Pastel Green #74E671
Tints of Pastel Green #74E671
RGB
CMYK
RGB Variations
Color information
#74E671 (or 0x74E671) is known color: Pastel Green. HEX triplet: 74, E6 and 71. RGB value is (116,230,113). Sum of RGB (Red+Green+Blue) = 116+230+113=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #74E671 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74E671 is #8B198E. Grayscale: #B6B6B6. Windows color (decimal): -9116047 or 7464564. OLE color: 7464564.
HSL color Cylindrical-coordinate representation of color #74E671: hue angle of 118.46º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #74E671 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 113 | - |
| CMYK | 0.50 | 0 | 0.51 | 0.10 |
| HSL | 118.46º | 0.7% | 0.67% | - |
| HSV(B) | 118.46º | 0.51% | 0.9% | - |
| XYZ | 38.48 | 61.5 | 25.47 | - |
| YUV | 182.58 | 88.73 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 113 | 0.50 | 0 | 0.51 | 0.10 | 118.46 | 0.7 | 0.67 |
| Hex | 74 | E6 | 71 | 32 | 0 | 33 | A | 76 | 46 | 43 |
| Octal | 164 | 346 | 161 | 62 | 0 | 63 | 12 | 166 | 106 | 103 |
| Binary | 1110100 | 11100110 | 1110001 | 110010 | 0 | 110011 | 1010 | 1110110 | 1000110 | 1000011 |
Color Harmonies of #74E671
Complementary color
Monochromatic Colors of #74E671
Black with #74E671
Text Example
Text Example
White with #74E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E671; }
p { color: rgb(116,230,113); }
H1.HeaderClassName
{
color: #74E671;
}
.AnyTagClassName
{
color: #74E671;
}
</style>
background-color css
<style>
a { background-color: #74E671; }
a { background-color: rgb(116,230,113); }
div.DivClassName
{
background-color: #74E671;
}
.BgClassName
{
background-color: #74E671;
}
</style>
border-color css
<style>
span { border-color: #74E671; }
span { border-color: rgb(116,230,113); }
td.TdClassName
{
border-color: #74E671;
}
.TagClassName
{
border-color: #74E671;
}
</style>