Shades of Pastel Green #71D378
Tints of Pastel Green #71D378
RGB
CMYK
RGB Variations
Color information
#71D378 (or 0x71D378) is known color: Pastel Green. HEX triplet: 71, D3 and 78. RGB value is (113,211,120). Sum of RGB (Red+Green+Blue) = 113+211+120=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 211 (82.81% from 255 or 47.52% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 211 - color contains mainly: green. Hex color #71D378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D378 is #8E2C87. Grayscale: #ABABAB. Windows color (decimal): -9317512 or 7918449. OLE color: 7918449.
HSL color Cylindrical-coordinate representation of color #71D378: hue angle of 124.29º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #71D378 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 113 | 211 | 120 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.17 |
| HSL | 124.29º | 0.53% | 0.64% | - |
| HSV(B) | 124.29º | 0.46% | 0.83% | - |
| XYZ | 33.49 | 51.46 | 25.94 | - |
| YUV | 171.32 | 99.03 | 86.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 211 | 120 | 0.46 | 0 | 0.43 | 0.17 | 124.29 | 0.53 | 0.64 |
| Hex | 71 | D3 | 78 | 2E | 0 | 2B | 11 | 7C | 35 | 40 |
| Octal | 161 | 323 | 170 | 56 | 0 | 53 | 21 | 174 | 65 | 100 |
| Binary | 1110001 | 11010011 | 1111000 | 101110 | 0 | 101011 | 10001 | 1111100 | 110101 | 1000000 |
Color Harmonies of #71D378
Complementary color
Monochromatic Colors of #71D378
Black with #71D378
Text Example
Text Example
White with #71D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D378; }
p { color: rgb(113,211,120); }
H1.HeaderClassName
{
color: #71D378;
}
.AnyTagClassName
{
color: #71D378;
}
</style>
background-color css
<style>
a { background-color: #71D378; }
a { background-color: rgb(113,211,120); }
div.DivClassName
{
background-color: #71D378;
}
.BgClassName
{
background-color: #71D378;
}
</style>
border-color css
<style>
span { border-color: #71D378; }
span { border-color: rgb(113,211,120); }
td.TdClassName
{
border-color: #71D378;
}
.TagClassName
{
border-color: #71D378;
}
</style>