Shades of Pastel Green #71D273
Tints of Pastel Green #71D273
RGB
CMYK
RGB Variations
Color information
#71D273 (or 0x71D273) is known color: Pastel Green. HEX triplet: 71, D2 and 73. RGB value is (113,210,115). Sum of RGB (Red+Green+Blue) = 113+210+115=438 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.80% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 210 - color contains mainly: green. Hex color #71D273 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D273 is #8E2D8C. Grayscale: #AAAAAA. Windows color (decimal): -9317773 or 7590513. OLE color: 7590513.
HSL color Cylindrical-coordinate representation of color #71D273: hue angle of 121.24º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D273 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 115 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.18 |
| HSL | 121.24º | 0.52% | 0.63% | - |
| HSV(B) | 121.24º | 0.46% | 0.82% | - |
| XYZ | 32.95 | 50.84 | 24.3 | - |
| YUV | 170.17 | 96.86 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 115 | 0.46 | 0 | 0.45 | 0.18 | 121.24 | 0.52 | 0.63 |
| Hex | 71 | D2 | 73 | 2E | 0 | 2D | 12 | 79 | 34 | 3F |
| Octal | 161 | 322 | 163 | 56 | 0 | 55 | 22 | 171 | 64 | 77 |
| Binary | 1110001 | 11010010 | 1110011 | 101110 | 0 | 101101 | 10010 | 1111001 | 110100 | 111111 |
Color Harmonies of #71D273
Complementary color
Monochromatic Colors of #71D273
Black with #71D273
Text Example
Text Example
White with #71D273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D273; }
p { color: rgb(113,210,115); }
H1.HeaderClassName
{
color: #71D273;
}
.AnyTagClassName
{
color: #71D273;
}
</style>
background-color css
<style>
a { background-color: #71D273; }
a { background-color: rgb(113,210,115); }
div.DivClassName
{
background-color: #71D273;
}
.BgClassName
{
background-color: #71D273;
}
</style>
border-color css
<style>
span { border-color: #71D273; }
span { border-color: rgb(113,210,115); }
td.TdClassName
{
border-color: #71D273;
}
.TagClassName
{
border-color: #71D273;
}
</style>