Shades of Pastel Green #71D277
Tints of Pastel Green #71D277
RGB
CMYK
RGB Variations
Color information
#71D277 (or 0x71D277) is known color: Pastel Green. HEX triplet: 71, D2 and 77. RGB value is (113,210,119). Sum of RGB (Red+Green+Blue) = 113+210+119=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 119 (46.88% from 255 or 26.92% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #71D277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D277 is #8E2D88. Grayscale: #AAAAAA. Windows color (decimal): -9317769 or 7852657. OLE color: 7852657.
HSL color Cylindrical-coordinate representation of color #71D277: hue angle of 123.71º 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 #71D277 is Cyan = 0.46, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 210 | 119 | - |
| CMYK | 0.46 | 0 | 0.43 | 0.18 |
| HSL | 123.71º | 0.52% | 0.63% | - |
| HSV(B) | 123.71º | 0.46% | 0.82% | - |
| XYZ | 33.19 | 50.94 | 25.54 | - |
| YUV | 170.62 | 98.86 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 210 | 119 | 0.46 | 0 | 0.43 | 0.18 | 123.71 | 0.52 | 0.63 |
| Hex | 71 | D2 | 77 | 2E | 0 | 2B | 12 | 7C | 34 | 3F |
| Octal | 161 | 322 | 167 | 56 | 0 | 53 | 22 | 174 | 64 | 77 |
| Binary | 1110001 | 11010010 | 1110111 | 101110 | 0 | 101011 | 10010 | 1111100 | 110100 | 111111 |
Color Harmonies of #71D277
Complementary color
Monochromatic Colors of #71D277
Black with #71D277
Text Example
Text Example
White with #71D277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D277; }
p { color: rgb(113,210,119); }
H1.HeaderClassName
{
color: #71D277;
}
.AnyTagClassName
{
color: #71D277;
}
</style>
background-color css
<style>
a { background-color: #71D277; }
a { background-color: rgb(113,210,119); }
div.DivClassName
{
background-color: #71D277;
}
.BgClassName
{
background-color: #71D277;
}
</style>
border-color css
<style>
span { border-color: #71D277; }
span { border-color: rgb(113,210,119); }
td.TdClassName
{
border-color: #71D277;
}
.TagClassName
{
border-color: #71D277;
}
</style>