Shades of Pastel Green #75D771
Tints of Pastel Green #75D771
RGB
CMYK
RGB Variations
Color information
#75D771 (or 0x75D771) is known color: Pastel Green. HEX triplet: 75, D7 and 71. RGB value is (117,215,113). Sum of RGB (Red+Green+Blue) = 117+215+113=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 215 (84.38% from 255 or 48.31% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 215 - color contains mainly: green. Hex color #75D771 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D771 is #8A288E. Grayscale: #AEAEAE. Windows color (decimal): -9054351 or 7460725. OLE color: 7460725.
HSL color Cylindrical-coordinate representation of color #75D771: hue angle of 117.65º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75D771 is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 113 | - |
| CMYK | 0.46 | 0 | 0.47 | 0.16 |
| HSL | 117.65º | 0.56% | 0.64% | - |
| HSV(B) | 117.65º | 0.47% | 0.84% | - |
| XYZ | 34.62 | 53.58 | 24.14 | - |
| YUV | 174.07 | 93.53 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 113 | 0.46 | 0 | 0.47 | 0.16 | 117.65 | 0.56 | 0.64 |
| Hex | 75 | D7 | 71 | 2E | 0 | 2F | 10 | 76 | 38 | 40 |
| Octal | 165 | 327 | 161 | 56 | 0 | 57 | 20 | 166 | 70 | 100 |
| Binary | 1110101 | 11010111 | 1110001 | 101110 | 0 | 101111 | 10000 | 1110110 | 111000 | 1000000 |
Color Harmonies of #75D771
Complementary color
Monochromatic Colors of #75D771
Black with #75D771
Text Example
Text Example
White with #75D771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D771; }
p { color: rgb(117,215,113); }
H1.HeaderClassName
{
color: #75D771;
}
.AnyTagClassName
{
color: #75D771;
}
</style>
background-color css
<style>
a { background-color: #75D771; }
a { background-color: rgb(117,215,113); }
div.DivClassName
{
background-color: #75D771;
}
.BgClassName
{
background-color: #75D771;
}
</style>
border-color css
<style>
span { border-color: #75D771; }
span { border-color: rgb(117,215,113); }
td.TdClassName
{
border-color: #75D771;
}
.TagClassName
{
border-color: #75D771;
}
</style>