Shades of Pastel Green #75D172
Tints of Pastel Green #75D172
RGB
CMYK
RGB Variations
Color information
#75D172 (or 0x75D172) is known color: Pastel Green. HEX triplet: 75, D1 and 72. RGB value is (117,209,114). Sum of RGB (Red+Green+Blue) = 117+209+114=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 209 (82.03% from 255 or 47.5% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 209 - color contains mainly: green. Hex color #75D172 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D172 is #8A2E8D. Grayscale: #AAAAAA. Windows color (decimal): -9055886 or 7524725. OLE color: 7524725.
HSL color Cylindrical-coordinate representation of color #75D172: hue angle of 118.11º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D172 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 117 | 209 | 114 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.18 |
| HSL | 118.11º | 0.51% | 0.63% | - |
| HSV(B) | 118.11º | 0.45% | 0.82% | - |
| XYZ | 33.17 | 50.6 | 23.94 | - |
| YUV | 170.66 | 96.02 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 209 | 114 | 0.44 | 0 | 0.45 | 0.18 | 118.11 | 0.51 | 0.63 |
| Hex | 75 | D1 | 72 | 2C | 0 | 2D | 12 | 76 | 33 | 3F |
| Octal | 165 | 321 | 162 | 54 | 0 | 55 | 22 | 166 | 63 | 77 |
| Binary | 1110101 | 11010001 | 1110010 | 101100 | 0 | 101101 | 10010 | 1110110 | 110011 | 111111 |
Color Harmonies of #75D172
Complementary color
Monochromatic Colors of #75D172
Black with #75D172
Text Example
Text Example
White with #75D172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D172; }
p { color: rgb(117,209,114); }
H1.HeaderClassName
{
color: #75D172;
}
.AnyTagClassName
{
color: #75D172;
}
</style>
background-color css
<style>
a { background-color: #75D172; }
a { background-color: rgb(117,209,114); }
div.DivClassName
{
background-color: #75D172;
}
.BgClassName
{
background-color: #75D172;
}
</style>
border-color css
<style>
span { border-color: #75D172; }
span { border-color: rgb(117,209,114); }
td.TdClassName
{
border-color: #75D172;
}
.TagClassName
{
border-color: #75D172;
}
</style>