Shades of Pastel Green #71CA7D
Tints of Pastel Green #71CA7D
RGB
CMYK
RGB Variations
Color information
#71CA7D (or 0x71CA7D) is known color: Pastel Green. HEX triplet: 71, CA and 7D. RGB value is (113,202,125). Sum of RGB (Red+Green+Blue) = 113+202+125=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CA7D is #8E3582. Grayscale: #A6A6A6. Windows color (decimal): -9319811 or 8243825. OLE color: 8243825.
HSL color Cylindrical-coordinate representation of color #71CA7D: hue angle of 128.09º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #71CA7D is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 202 | 125 | - |
| CMYK | 0.44 | 0 | 0.38 | 0.21 |
| HSL | 128.09º | 0.46% | 0.62% | - |
| HSV(B) | 128.09º | 0.44% | 0.79% | - |
| XYZ | 31.63 | 47.23 | 26.85 | - |
| YUV | 166.61 | 104.51 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 125 | 0.44 | 0 | 0.38 | 0.21 | 128.09 | 0.46 | 0.62 |
| Hex | 71 | CA | 7D | 2C | 0 | 26 | 15 | 80 | 2E | 3E |
| Octal | 161 | 312 | 175 | 54 | 0 | 46 | 25 | 200 | 56 | 76 |
| Binary | 1110001 | 11001010 | 1111101 | 101100 | 0 | 100110 | 10101 | 10000000 | 101110 | 111110 |
Color Harmonies of #71CA7D
Complementary color
Monochromatic Colors of #71CA7D
Black with #71CA7D
Text Example
Text Example
White with #71CA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CA7D; }
p { color: rgb(113,202,125); }
H1.HeaderClassName
{
color: #71CA7D;
}
.AnyTagClassName
{
color: #71CA7D;
}
</style>
background-color css
<style>
a { background-color: #71CA7D; }
a { background-color: rgb(113,202,125); }
div.DivClassName
{
background-color: #71CA7D;
}
.BgClassName
{
background-color: #71CA7D;
}
</style>
border-color css
<style>
span { border-color: #71CA7D; }
span { border-color: rgb(113,202,125); }
td.TdClassName
{
border-color: #71CA7D;
}
.TagClassName
{
border-color: #71CA7D;
}
</style>