Shades of Pastel Green #75D578
Tints of Pastel Green #75D578
RGB
CMYK
RGB Variations
Color information
#75D578 (or 0x75D578) is known color: Pastel Green. HEX triplet: 75, D5 and 78. RGB value is (117,213,120). Sum of RGB (Red+Green+Blue) = 117+213+120=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 213 (83.59% from 255 or 47.33% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 213 - color contains mainly: green. Hex color #75D578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D578 is #8A2A87. Grayscale: #ADADAD. Windows color (decimal): -9054856 or 7918965. OLE color: 7918965.
HSL color Cylindrical-coordinate representation of color #75D578: hue angle of 121.88º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D578 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 213 | 120 | - |
| CMYK | 0.45 | 0 | 0.44 | 0.16 |
| HSL | 121.88º | 0.53% | 0.65% | - |
| HSV(B) | 121.88º | 0.45% | 0.84% | - |
| XYZ | 34.52 | 52.73 | 26.13 | - |
| YUV | 173.69 | 97.7 | 87.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 213 | 120 | 0.45 | 0 | 0.44 | 0.16 | 121.88 | 0.53 | 0.65 |
| Hex | 75 | D5 | 78 | 2D | 0 | 2C | 10 | 7A | 35 | 41 |
| Octal | 165 | 325 | 170 | 55 | 0 | 54 | 20 | 172 | 65 | 101 |
| Binary | 1110101 | 11010101 | 1111000 | 101101 | 0 | 101100 | 10000 | 1111010 | 110101 | 1000001 |
Color Harmonies of #75D578
Complementary color
Monochromatic Colors of #75D578
Black with #75D578
Text Example
Text Example
White with #75D578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D578; }
p { color: rgb(117,213,120); }
H1.HeaderClassName
{
color: #75D578;
}
.AnyTagClassName
{
color: #75D578;
}
</style>
background-color css
<style>
a { background-color: #75D578; }
a { background-color: rgb(117,213,120); }
div.DivClassName
{
background-color: #75D578;
}
.BgClassName
{
background-color: #75D578;
}
</style>
border-color css
<style>
span { border-color: #75D578; }
span { border-color: rgb(117,213,120); }
td.TdClassName
{
border-color: #75D578;
}
.TagClassName
{
border-color: #75D578;
}
</style>