Shades of Pastel Green #75E17C
Tints of Pastel Green #75E17C
RGB
CMYK
RGB Variations
Color information
#75E17C (or 0x75E17C) is known color: Pastel Green. HEX triplet: 75, E1 and 7C. RGB value is (117,225,124). Sum of RGB (Red+Green+Blue) = 117+225+124=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 225 (88.28% from 255 or 48.28% from 466); Blue value is 124 (48.83% from 255 or 26.61% from 466); Max value from RGB is 225 - color contains mainly: green. Hex color #75E17C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E17C is #8A1E83. Grayscale: #B5B5B5. Windows color (decimal): -9051780 or 8184181. OLE color: 8184181.
HSL color Cylindrical-coordinate representation of color #75E17C: hue angle of 123.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75E17C is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 124 | - |
| CMYK | 0.48 | 0 | 0.45 | 0.12 |
| HSL | 123.89º | 0.64% | 0.67% | - |
| HSV(B) | 123.89º | 0.48% | 0.88% | - |
| XYZ | 37.9 | 59.09 | 28.48 | - |
| YUV | 181.19 | 95.72 | 82.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 124 | 0.48 | 0 | 0.45 | 0.12 | 123.89 | 0.64 | 0.67 |
| Hex | 75 | E1 | 7C | 30 | 0 | 2D | C | 7C | 40 | 43 |
| Octal | 165 | 341 | 174 | 60 | 0 | 55 | 14 | 174 | 100 | 103 |
| Binary | 1110101 | 11100001 | 1111100 | 110000 | 0 | 101101 | 1100 | 1111100 | 1000000 | 1000011 |
Color Harmonies of #75E17C
Complementary color
Monochromatic Colors of #75E17C
Black with #75E17C
Text Example
Text Example
White with #75E17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E17C; }
p { color: rgb(117,225,124); }
H1.HeaderClassName
{
color: #75E17C;
}
.AnyTagClassName
{
color: #75E17C;
}
</style>
background-color css
<style>
a { background-color: #75E17C; }
a { background-color: rgb(117,225,124); }
div.DivClassName
{
background-color: #75E17C;
}
.BgClassName
{
background-color: #75E17C;
}
</style>
border-color css
<style>
span { border-color: #75E17C; }
span { border-color: rgb(117,225,124); }
td.TdClassName
{
border-color: #75E17C;
}
.TagClassName
{
border-color: #75E17C;
}
</style>