Shades of Pastel Green #71CF71
Tints of Pastel Green #71CF71
RGB
CMYK
RGB Variations
Color information
#71CF71 (or 0x71CF71) is known color: Pastel Green. HEX triplet: 71, CF and 71. RGB value is (113,207,113). Sum of RGB (Red+Green+Blue) = 113+207+113=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF71 is #8E308E. Grayscale: #A8A8A8. Windows color (decimal): -9318543 or 7458673. OLE color: 7458673.
HSL color Cylindrical-coordinate representation of color #71CF71: hue angle of 120º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #71CF71 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 113 | - |
| CMYK | 0.45 | 0 | 0.45 | 0.19 |
| HSL | 120º | 0.49% | 0.63% | - |
| HSV(B) | 120º | 0.45% | 0.81% | - |
| XYZ | 32.1 | 49.33 | 23.45 | - |
| YUV | 168.18 | 96.86 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 113 | 0.45 | 0 | 0.45 | 0.19 | 120 | 0.49 | 0.63 |
| Hex | 71 | CF | 71 | 2D | 0 | 2D | 13 | 78 | 31 | 3F |
| Octal | 161 | 317 | 161 | 55 | 0 | 55 | 23 | 170 | 61 | 77 |
| Binary | 1110001 | 11001111 | 1110001 | 101101 | 0 | 101101 | 10011 | 1111000 | 110001 | 111111 |
Color Harmonies of #71CF71
Complementary color
Monochromatic Colors of #71CF71
Black with #71CF71
Text Example
Text Example
White with #71CF71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF71; }
p { color: rgb(113,207,113); }
H1.HeaderClassName
{
color: #71CF71;
}
.AnyTagClassName
{
color: #71CF71;
}
</style>
background-color css
<style>
a { background-color: #71CF71; }
a { background-color: rgb(113,207,113); }
div.DivClassName
{
background-color: #71CF71;
}
.BgClassName
{
background-color: #71CF71;
}
</style>
border-color css
<style>
span { border-color: #71CF71; }
span { border-color: rgb(113,207,113); }
td.TdClassName
{
border-color: #71CF71;
}
.TagClassName
{
border-color: #71CF71;
}
</style>