Shades of Pastel Green #75C575
Tints of Pastel Green #75C575
RGB
CMYK
RGB Variations
Color information
#75C575 (or 0x75C575) is known color: Pastel Green. HEX triplet: 75, C5 and 75. RGB value is (117,197,117). Sum of RGB (Red+Green+Blue) = 117+197+117=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 117 (46.09% from 255 or 27.15% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #75C575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C575 is #8A3A8A. Grayscale: #A4A4A4. Windows color (decimal): -9058955 or 7718261. OLE color: 7718261.
HSL color Cylindrical-coordinate representation of color #75C575: hue angle of 120º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C575 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 117 | 197 | 117 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.23 |
| HSL | 120º | 0.41% | 0.62% | - |
| HSV(B) | 120º | 0.41% | 0.77% | - |
| XYZ | 30.51 | 45 | 23.91 | - |
| YUV | 163.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 197 | 117 | 0.41 | 0 | 0.41 | 0.23 | 120 | 0.41 | 0.62 |
| Hex | 75 | C5 | 75 | 29 | 0 | 29 | 17 | 78 | 29 | 3E |
| Octal | 165 | 305 | 165 | 51 | 0 | 51 | 27 | 170 | 51 | 76 |
| Binary | 1110101 | 11000101 | 1110101 | 101001 | 0 | 101001 | 10111 | 1111000 | 101001 | 111110 |
Color Harmonies of #75C575
Complementary color
Monochromatic Colors of #75C575
Black with #75C575
Text Example
Text Example
White with #75C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C575; }
p { color: rgb(117,197,117); }
H1.HeaderClassName
{
color: #75C575;
}
.AnyTagClassName
{
color: #75C575;
}
</style>
background-color css
<style>
a { background-color: #75C575; }
a { background-color: rgb(117,197,117); }
div.DivClassName
{
background-color: #75C575;
}
.BgClassName
{
background-color: #75C575;
}
</style>
border-color css
<style>
span { border-color: #75C575; }
span { border-color: rgb(117,197,117); }
td.TdClassName
{
border-color: #75C575;
}
.TagClassName
{
border-color: #75C575;
}
</style>