Shades of Pastel Green #75D071
Tints of Pastel Green #75D071
RGB
CMYK
RGB Variations
Color information
#75D071 (or 0x75D071) is known color: Pastel Green. HEX triplet: 75, D0 and 71. RGB value is (117,208,113). Sum of RGB (Red+Green+Blue) = 117+208+113=438 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.71% from 438); Green value is 208 (81.64% from 255 or 47.49% from 438); Blue value is 113 (44.53% from 255 or 25.80% from 438); Max value from RGB is 208 - color contains mainly: green. Hex color #75D071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D071 is #8A2F8E. Grayscale: #AAAAAA. Windows color (decimal): -9056143 or 7458933. OLE color: 7458933.
HSL color Cylindrical-coordinate representation of color #75D071: hue angle of 117.47º degrees, saturation: 0.5, 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 #75D071 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 208 | 113 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.18 |
| HSL | 117.47º | 0.5% | 0.63% | - |
| HSV(B) | 117.47º | 0.46% | 0.82% | - |
| XYZ | 32.87 | 50.09 | 23.56 | - |
| YUV | 169.96 | 95.85 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 208 | 113 | 0.44 | 0 | 0.46 | 0.18 | 117.47 | 0.5 | 0.63 |
| Hex | 75 | D0 | 71 | 2C | 0 | 2E | 12 | 75 | 32 | 3F |
| Octal | 165 | 320 | 161 | 54 | 0 | 56 | 22 | 165 | 62 | 77 |
| Binary | 1110101 | 11010000 | 1110001 | 101100 | 0 | 101110 | 10010 | 1110101 | 110010 | 111111 |
Color Harmonies of #75D071
Complementary color
Monochromatic Colors of #75D071
Black with #75D071
Text Example
Text Example
White with #75D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D071; }
p { color: rgb(117,208,113); }
H1.HeaderClassName
{
color: #75D071;
}
.AnyTagClassName
{
color: #75D071;
}
</style>
background-color css
<style>
a { background-color: #75D071; }
a { background-color: rgb(117,208,113); }
div.DivClassName
{
background-color: #75D071;
}
.BgClassName
{
background-color: #75D071;
}
</style>
border-color css
<style>
span { border-color: #75D071; }
span { border-color: rgb(117,208,113); }
td.TdClassName
{
border-color: #75D071;
}
.TagClassName
{
border-color: #75D071;
}
</style>