Shades of Pastel Green #71CA73
Tints of Pastel Green #71CA73
RGB
CMYK
RGB Variations
Color information
#71CA73 (or 0x71CA73) is known color: Pastel Green. HEX triplet: 71, CA and 73. RGB value is (113,202,115). Sum of RGB (Red+Green+Blue) = 113+202+115=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 115 (45.31% from 255 or 26.74% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #71CA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71CA73 is #8E358C. Grayscale: #A5A5A5. Windows color (decimal): -9319821 or 7588465. OLE color: 7588465.
HSL color Cylindrical-coordinate representation of color #71CA73: hue angle of 121.35º 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 #71CA73 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 113 | 202 | 115 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.21 |
| HSL | 121.35º | 0.46% | 0.62% | - |
| HSV(B) | 121.35º | 0.44% | 0.79% | - |
| XYZ | 31.03 | 46.99 | 23.65 | - |
| YUV | 165.47 | 99.51 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 202 | 115 | 0.44 | 0 | 0.43 | 0.21 | 121.35 | 0.46 | 0.62 |
| Hex | 71 | CA | 73 | 2C | 0 | 2B | 15 | 79 | 2E | 3E |
| Octal | 161 | 312 | 163 | 54 | 0 | 53 | 25 | 171 | 56 | 76 |
| Binary | 1110001 | 11001010 | 1110011 | 101100 | 0 | 101011 | 10101 | 1111001 | 101110 | 111110 |
Color Harmonies of #71CA73
Complementary color
Monochromatic Colors of #71CA73
Black with #71CA73
Text Example
Text Example
White with #71CA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71CA73; }
p { color: rgb(113,202,115); }
H1.HeaderClassName
{
color: #71CA73;
}
.AnyTagClassName
{
color: #71CA73;
}
</style>
background-color css
<style>
a { background-color: #71CA73; }
a { background-color: rgb(113,202,115); }
div.DivClassName
{
background-color: #71CA73;
}
.BgClassName
{
background-color: #71CA73;
}
</style>
border-color css
<style>
span { border-color: #71CA73; }
span { border-color: rgb(113,202,115); }
td.TdClassName
{
border-color: #71CA73;
}
.TagClassName
{
border-color: #71CA73;
}
</style>