Shades of Pastel Green #75D871
Tints of Pastel Green #75D871
RGB
CMYK
RGB Variations
Color information
#75D871 (or 0x75D871) is known color: Pastel Green. HEX triplet: 75, D8 and 71. RGB value is (117,216,113). Sum of RGB (Red+Green+Blue) = 117+216+113=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 216 (84.77% from 255 or 48.43% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 216 - color contains mainly: green. Hex color #75D871 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D871 is #8A278E. Grayscale: #AEAEAE. Windows color (decimal): -9054095 or 7460981. OLE color: 7460981.
HSL color Cylindrical-coordinate representation of color #75D871: hue angle of 117.67º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75D871 is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 117 | 216 | 113 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.15 |
| HSL | 117.67º | 0.57% | 0.65% | - |
| HSV(B) | 117.67º | 0.48% | 0.85% | - |
| XYZ | 34.87 | 54.09 | 24.22 | - |
| YUV | 174.66 | 93.2 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 216 | 113 | 0.46 | 0 | 0.48 | 0.15 | 117.67 | 0.57 | 0.65 |
| Hex | 75 | D8 | 71 | 2E | 0 | 30 | F | 76 | 39 | 41 |
| Octal | 165 | 330 | 161 | 56 | 0 | 60 | 17 | 166 | 71 | 101 |
| Binary | 1110101 | 11011000 | 1110001 | 101110 | 0 | 110000 | 1111 | 1110110 | 111001 | 1000001 |
Color Harmonies of #75D871
Complementary color
Monochromatic Colors of #75D871
Black with #75D871
Text Example
Text Example
White with #75D871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D871; }
p { color: rgb(117,216,113); }
H1.HeaderClassName
{
color: #75D871;
}
.AnyTagClassName
{
color: #75D871;
}
</style>
background-color css
<style>
a { background-color: #75D871; }
a { background-color: rgb(117,216,113); }
div.DivClassName
{
background-color: #75D871;
}
.BgClassName
{
background-color: #75D871;
}
</style>
border-color css
<style>
span { border-color: #75D871; }
span { border-color: rgb(117,216,113); }
td.TdClassName
{
border-color: #75D871;
}
.TagClassName
{
border-color: #75D871;
}
</style>