Shades of Pastel Green #71CF74
Tints of Pastel Green #71CF74
RGB
CMYK
RGB Variations
Color information
#71CF74 (or 0x71CF74) is known color: Pastel Green. HEX triplet: 71, CF and 74. RGB value is (113,207,116). Sum of RGB (Red+Green+Blue) = 113+207+116=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #71CF74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CF74 is #8E308B. Grayscale: #A8A8A8. Windows color (decimal): -9318540 or 7655281. OLE color: 7655281.
HSL color Cylindrical-coordinate representation of color #71CF74: hue angle of 121.91º 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 #71CF74 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 113 | 207 | 116 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.19 |
| HSL | 121.91º | 0.49% | 0.63% | - |
| HSV(B) | 121.91º | 0.45% | 0.81% | - |
| XYZ | 32.28 | 49.4 | 24.36 | - |
| YUV | 168.52 | 98.36 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 207 | 116 | 0.45 | 0 | 0.44 | 0.19 | 121.91 | 0.49 | 0.63 |
| Hex | 71 | CF | 74 | 2D | 0 | 2C | 13 | 7A | 31 | 3F |
| Octal | 161 | 317 | 164 | 55 | 0 | 54 | 23 | 172 | 61 | 77 |
| Binary | 1110001 | 11001111 | 1110100 | 101101 | 0 | 101100 | 10011 | 1111010 | 110001 | 111111 |
Color Harmonies of #71CF74
Complementary color
Monochromatic Colors of #71CF74
Black with #71CF74
Text Example
Text Example
White with #71CF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CF74; }
p { color: rgb(113,207,116); }
H1.HeaderClassName
{
color: #71CF74;
}
.AnyTagClassName
{
color: #71CF74;
}
</style>
background-color css
<style>
a { background-color: #71CF74; }
a { background-color: rgb(113,207,116); }
div.DivClassName
{
background-color: #71CF74;
}
.BgClassName
{
background-color: #71CF74;
}
</style>
border-color css
<style>
span { border-color: #71CF74; }
span { border-color: rgb(113,207,116); }
td.TdClassName
{
border-color: #71CF74;
}
.TagClassName
{
border-color: #71CF74;
}
</style>