Shades of Pastel Green #71E374
Tints of Pastel Green #71E374
RGB
CMYK
RGB Variations
Color information
#71E374 (or 0x71E374) is known color: Pastel Green. HEX triplet: 71, E3 and 74. RGB value is (113,227,116). Sum of RGB (Red+Green+Blue) = 113+227+116=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 116 (45.70% from 255 or 25.44% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #71E374 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E374 is #8E1C8B. Grayscale: #B4B4B4. Windows color (decimal): -9313420 or 7660401. OLE color: 7660401.
HSL color Cylindrical-coordinate representation of color #71E374: hue angle of 121.58º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E374 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 227 | 116 | - |
| CMYK | 0.50 | 0 | 0.49 | 0.11 |
| HSL | 121.58º | 0.67% | 0.67% | - |
| HSV(B) | 121.58º | 0.5% | 0.89% | - |
| XYZ | 37.43 | 59.71 | 26.08 | - |
| YUV | 180.26 | 91.73 | 80.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 227 | 116 | 0.50 | 0 | 0.49 | 0.11 | 121.58 | 0.67 | 0.67 |
| Hex | 71 | E3 | 74 | 32 | 0 | 31 | B | 7A | 43 | 43 |
| Octal | 161 | 343 | 164 | 62 | 0 | 61 | 13 | 172 | 103 | 103 |
| Binary | 1110001 | 11100011 | 1110100 | 110010 | 0 | 110001 | 1011 | 1111010 | 1000011 | 1000011 |
Color Harmonies of #71E374
Complementary color
Monochromatic Colors of #71E374
Black with #71E374
Text Example
Text Example
White with #71E374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E374; }
p { color: rgb(113,227,116); }
H1.HeaderClassName
{
color: #71E374;
}
.AnyTagClassName
{
color: #71E374;
}
</style>
background-color css
<style>
a { background-color: #71E374; }
a { background-color: rgb(113,227,116); }
div.DivClassName
{
background-color: #71E374;
}
.BgClassName
{
background-color: #71E374;
}
</style>
border-color css
<style>
span { border-color: #71E374; }
span { border-color: rgb(113,227,116); }
td.TdClassName
{
border-color: #71E374;
}
.TagClassName
{
border-color: #71E374;
}
</style>