Shades of Pastel Green #71D168
Tints of Pastel Green #71D168
RGB
CMYK
RGB Variations
Color information
#71D168 (or 0x71D168) is known color: Pastel Green. HEX triplet: 71, D1 and 68. RGB value is (113,209,104). Sum of RGB (Red+Green+Blue) = 113+209+104=426 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.53% from 426); Green value is 209 (82.03% from 255 or 49.06% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 209 - color contains mainly: green. Hex color #71D168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71D168 is #8E2E97. Grayscale: #A8A8A8. Windows color (decimal): -9318040 or 6869361. OLE color: 6869361.
HSL color Cylindrical-coordinate representation of color #71D168: hue angle of 114.86º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #71D168 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 113 | 209 | 104 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.18 |
| HSL | 114.86º | 0.53% | 0.61% | - |
| HSV(B) | 114.86º | 0.5% | 0.82% | - |
| XYZ | 32.11 | 50.11 | 21.08 | - |
| YUV | 168.33 | 91.7 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 209 | 104 | 0.46 | 0 | 0.50 | 0.18 | 114.86 | 0.53 | 0.61 |
| Hex | 71 | D1 | 68 | 2E | 0 | 32 | 12 | 73 | 35 | 3D |
| Octal | 161 | 321 | 150 | 56 | 0 | 62 | 22 | 163 | 65 | 75 |
| Binary | 1110001 | 11010001 | 1101000 | 101110 | 0 | 110010 | 10010 | 1110011 | 110101 | 111101 |
Color Harmonies of #71D168
Complementary color
Monochromatic Colors of #71D168
Black with #71D168
Text Example
Text Example
White with #71D168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71D168; }
p { color: rgb(113,209,104); }
H1.HeaderClassName
{
color: #71D168;
}
.AnyTagClassName
{
color: #71D168;
}
</style>
background-color css
<style>
a { background-color: #71D168; }
a { background-color: rgb(113,209,104); }
div.DivClassName
{
background-color: #71D168;
}
.BgClassName
{
background-color: #71D168;
}
</style>
border-color css
<style>
span { border-color: #71D168; }
span { border-color: rgb(113,209,104); }
td.TdClassName
{
border-color: #71D168;
}
.TagClassName
{
border-color: #71D168;
}
</style>