Shades of Pastel Green #71E271
Tints of Pastel Green #71E271
RGB
CMYK
RGB Variations
Color information
#71E271 (or 0x71E271) is known color: Pastel Green. HEX triplet: 71, E2 and 71. RGB value is (113,226,113). Sum of RGB (Red+Green+Blue) = 113+226+113=452 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25% from 452); Green value is 226 (88.67% from 255 or 50% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 226 - color contains mainly: green. Hex color #71E271 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71E271 is #8E1D8E. Grayscale: #B3B3B3. Windows color (decimal): -9313679 or 7463537. OLE color: 7463537.
HSL color Cylindrical-coordinate representation of color #71E271: hue angle of 120º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71E271 is Cyan = 0.5, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 113 | 226 | 113 | - |
| CMYK | 0.5 | 0 | 0.5 | 0.11 |
| HSL | 120º | 0.66% | 0.66% | - |
| HSV(B) | 120º | 0.5% | 0.89% | - |
| XYZ | 36.99 | 59.1 | 25.08 | - |
| YUV | 179.33 | 90.56 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 226 | 113 | 0.5 | 0 | 0.5 | 0.11 | 120 | 0.66 | 0.66 |
| Hex | 71 | E2 | 71 | 32 | 0 | 32 | B | 78 | 42 | 42 |
| Octal | 161 | 342 | 161 | 62 | 0 | 62 | 13 | 170 | 102 | 102 |
| Binary | 1110001 | 11100010 | 1110001 | 110010 | 0 | 110010 | 1011 | 1111000 | 1000010 | 1000010 |
Color Harmonies of #71E271
Complementary color
Monochromatic Colors of #71E271
Black with #71E271
Text Example
Text Example
White with #71E271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71E271; }
p { color: rgb(113,226,113); }
H1.HeaderClassName
{
color: #71E271;
}
.AnyTagClassName
{
color: #71E271;
}
</style>
background-color css
<style>
a { background-color: #71E271; }
a { background-color: rgb(113,226,113); }
div.DivClassName
{
background-color: #71E271;
}
.BgClassName
{
background-color: #71E271;
}
</style>
border-color css
<style>
span { border-color: #71E271; }
span { border-color: rgb(113,226,113); }
td.TdClassName
{
border-color: #71E271;
}
.TagClassName
{
border-color: #71E271;
}
</style>