Shades of Pastel Green #71D26F
Tints of Pastel Green #71D26F
RGB
CMYK
RGB Variations
Color information
#71D26F (or 0x71D26F) is known color: Pastel Green. HEX triplet: 71, D2 and 6F. RGB value is (113,210,111). Sum of RGB (Red+Green+Blue) = 113+210+111=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #71D26F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D26F is #8E2D90. Grayscale: #AAAAAA. Windows color (decimal): -9317777 or 7328369. OLE color: 7328369.
HSL color Cylindrical-coordinate representation of color #71D26F: hue angle of 118.79º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #71D26F is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 111 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.18 |
| HSL | 118.79º | 0.52% | 0.63% | - |
| HSV(B) | 118.79º | 0.47% | 0.82% | - |
| XYZ | 32.73 | 50.75 | 23.11 | - |
| YUV | 169.71 | 94.86 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 111 | 0.46 | 0 | 0.47 | 0.18 | 118.79 | 0.52 | 0.63 |
| Hex | 71 | D2 | 6F | 2E | 0 | 2F | 12 | 77 | 34 | 3F |
| Octal | 161 | 322 | 157 | 56 | 0 | 57 | 22 | 167 | 64 | 77 |
| Binary | 1110001 | 11010010 | 1101111 | 101110 | 0 | 101111 | 10010 | 1110111 | 110100 | 111111 |
Color Harmonies of #71D26F
Complementary color
Monochromatic Colors of #71D26F
Black with #71D26F
Text Example
Text Example
White with #71D26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D26F; }
p { color: rgb(113,210,111); }
H1.HeaderClassName
{
color: #71D26F;
}
.AnyTagClassName
{
color: #71D26F;
}
</style>
background-color css
<style>
a { background-color: #71D26F; }
a { background-color: rgb(113,210,111); }
div.DivClassName
{
background-color: #71D26F;
}
.BgClassName
{
background-color: #71D26F;
}
</style>
border-color css
<style>
span { border-color: #71D26F; }
span { border-color: rgb(113,210,111); }
td.TdClassName
{
border-color: #71D26F;
}
.TagClassName
{
border-color: #71D26F;
}
</style>