Shades of Pastel Green #71D278
Tints of Pastel Green #71D278
RGB
CMYK
RGB Variations
Color information
#71D278 (or 0x71D278) is known color: Pastel Green. HEX triplet: 71, D2 and 78. RGB value is (113,210,120). Sum of RGB (Red+Green+Blue) = 113+210+120=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 120 (47.27% from 255 or 27.09% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #71D278 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D278 is #8E2D87. Grayscale: #AAAAAA. Windows color (decimal): -9317768 or 7918193. OLE color: 7918193.
HSL color Cylindrical-coordinate representation of color #71D278: hue angle of 124.33º 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 #71D278 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 120 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.18 |
| HSL | 124.33º | 0.52% | 0.63% | - |
| HSV(B) | 124.33º | 0.46% | 0.82% | - |
| XYZ | 33.25 | 50.96 | 25.85 | - |
| YUV | 170.74 | 99.36 | 86.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 120 | 0.46 | 0 | 0.43 | 0.18 | 124.33 | 0.52 | 0.63 |
| Hex | 71 | D2 | 78 | 2E | 0 | 2B | 12 | 7C | 34 | 3F |
| Octal | 161 | 322 | 170 | 56 | 0 | 53 | 22 | 174 | 64 | 77 |
| Binary | 1110001 | 11010010 | 1111000 | 101110 | 0 | 101011 | 10010 | 1111100 | 110100 | 111111 |
Color Harmonies of #71D278
Complementary color
Monochromatic Colors of #71D278
Black with #71D278
Text Example
Text Example
White with #71D278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D278; }
p { color: rgb(113,210,120); }
H1.HeaderClassName
{
color: #71D278;
}
.AnyTagClassName
{
color: #71D278;
}
</style>
background-color css
<style>
a { background-color: #71D278; }
a { background-color: rgb(113,210,120); }
div.DivClassName
{
background-color: #71D278;
}
.BgClassName
{
background-color: #71D278;
}
</style>
border-color css
<style>
span { border-color: #71D278; }
span { border-color: rgb(113,210,120); }
td.TdClassName
{
border-color: #71D278;
}
.TagClassName
{
border-color: #71D278;
}
</style>