Shades of Pastel Green #71DB73
Tints of Pastel Green #71DB73
RGB
CMYK
RGB Variations
Color information
#71DB73 (or 0x71DB73) is known color: Pastel Green. HEX triplet: 71, DB and 73. RGB value is (113,219,115). Sum of RGB (Red+Green+Blue) = 113+219+115=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 219 (85.94% from 255 or 48.99% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 219 - color contains mainly: green. Hex color #71DB73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71DB73 is #8E248C. Grayscale: #AFAFAF. Windows color (decimal): -9315469 or 7592817. OLE color: 7592817.
HSL color Cylindrical-coordinate representation of color #71DB73: hue angle of 121.13º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #71DB73 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 113 | 219 | 115 | - |
| CMYK | 0.48 | 0 | 0.47 | 0.14 |
| HSL | 121.13º | 0.6% | 0.65% | - |
| HSV(B) | 121.13º | 0.48% | 0.86% | - |
| XYZ | 35.24 | 55.41 | 25.06 | - |
| YUV | 175.45 | 93.88 | 83.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 219 | 115 | 0.48 | 0 | 0.47 | 0.14 | 121.13 | 0.6 | 0.65 |
| Hex | 71 | DB | 73 | 30 | 0 | 2F | E | 79 | 3C | 41 |
| Octal | 161 | 333 | 163 | 60 | 0 | 57 | 16 | 171 | 74 | 101 |
| Binary | 1110001 | 11011011 | 1110011 | 110000 | 0 | 101111 | 1110 | 1111001 | 111100 | 1000001 |
Color Harmonies of #71DB73
Complementary color
Monochromatic Colors of #71DB73
Black with #71DB73
Text Example
Text Example
White with #71DB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71DB73; }
p { color: rgb(113,219,115); }
H1.HeaderClassName
{
color: #71DB73;
}
.AnyTagClassName
{
color: #71DB73;
}
</style>
background-color css
<style>
a { background-color: #71DB73; }
a { background-color: rgb(113,219,115); }
div.DivClassName
{
background-color: #71DB73;
}
.BgClassName
{
background-color: #71DB73;
}
</style>
border-color css
<style>
span { border-color: #71DB73; }
span { border-color: rgb(113,219,115); }
td.TdClassName
{
border-color: #71DB73;
}
.TagClassName
{
border-color: #71DB73;
}
</style>