Shades of Pastel Green #75D177
Tints of Pastel Green #75D177
RGB
CMYK
RGB Variations
Color information
#75D177 (or 0x75D177) is known color: Pastel Green. HEX triplet: 75, D1 and 77. RGB value is (117,209,119). Sum of RGB (Red+Green+Blue) = 117+209+119=445 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.29% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 209 - color contains mainly: green. Hex color #75D177 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D177 is #8A2E88. Grayscale: #ABABAB. Windows color (decimal): -9055881 or 7852405. OLE color: 7852405.
HSL color Cylindrical-coordinate representation of color #75D177: hue angle of 121.3º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D177 is Cyan = 0.44, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 209 | 119 | - |
| CMYK | 0.44 | 0 | 0.43 | 0.18 |
| HSL | 121.3º | 0.5% | 0.64% | - |
| HSV(B) | 121.3º | 0.44% | 0.82% | - |
| XYZ | 33.47 | 50.71 | 25.48 | - |
| YUV | 171.23 | 98.52 | 89.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 209 | 119 | 0.44 | 0 | 0.43 | 0.18 | 121.3 | 0.5 | 0.64 |
| Hex | 75 | D1 | 77 | 2C | 0 | 2B | 12 | 79 | 32 | 40 |
| Octal | 165 | 321 | 167 | 54 | 0 | 53 | 22 | 171 | 62 | 100 |
| Binary | 1110101 | 11010001 | 1110111 | 101100 | 0 | 101011 | 10010 | 1111001 | 110010 | 1000000 |
Color Harmonies of #75D177
Complementary color
Monochromatic Colors of #75D177
Black with #75D177
Text Example
Text Example
White with #75D177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D177; }
p { color: rgb(117,209,119); }
H1.HeaderClassName
{
color: #75D177;
}
.AnyTagClassName
{
color: #75D177;
}
</style>
background-color css
<style>
a { background-color: #75D177; }
a { background-color: rgb(117,209,119); }
div.DivClassName
{
background-color: #75D177;
}
.BgClassName
{
background-color: #75D177;
}
</style>
border-color css
<style>
span { border-color: #75D177; }
span { border-color: rgb(117,209,119); }
td.TdClassName
{
border-color: #75D177;
}
.TagClassName
{
border-color: #75D177;
}
</style>