Shades of Pastel Green #75E192
Tints of Pastel Green #75E192
RGB
CMYK
RGB Variations
Color information
#75E192 (or 0x75E192) is known color: Pastel Green. HEX triplet: 75, E1 and 92. RGB value is (117,225,146). Sum of RGB (Red+Green+Blue) = 117+225+146=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #75E192 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75E192 is #8A1E6D. Grayscale: #B7B7B7. Windows color (decimal): -9051758 or 9625973. OLE color: 9625973.
HSL color Cylindrical-coordinate representation of color #75E192: hue angle of 136.11º 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 #75E192 is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 146 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.12 |
| HSL | 136.11º | 0.64% | 0.67% | - |
| HSV(B) | 136.11º | 0.48% | 0.88% | - |
| XYZ | 39.45 | 59.71 | 36.64 | - |
| YUV | 183.7 | 106.72 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 146 | 0.48 | 0 | 0.35 | 0.12 | 136.11 | 0.64 | 0.67 |
| Hex | 75 | E1 | 92 | 30 | 0 | 23 | C | 88 | 40 | 43 |
| Octal | 165 | 341 | 222 | 60 | 0 | 43 | 14 | 210 | 100 | 103 |
| Binary | 1110101 | 11100001 | 10010010 | 110000 | 0 | 100011 | 1100 | 10001000 | 1000000 | 1000011 |
Color Harmonies of #75E192
Complementary color
Monochromatic Colors of #75E192
Black with #75E192
Text Example
Text Example
White with #75E192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E192; }
p { color: rgb(117,225,146); }
H1.HeaderClassName
{
color: #75E192;
}
.AnyTagClassName
{
color: #75E192;
}
</style>
background-color css
<style>
a { background-color: #75E192; }
a { background-color: rgb(117,225,146); }
div.DivClassName
{
background-color: #75E192;
}
.BgClassName
{
background-color: #75E192;
}
</style>
border-color css
<style>
span { border-color: #75E192; }
span { border-color: rgb(117,225,146); }
td.TdClassName
{
border-color: #75E192;
}
.TagClassName
{
border-color: #75E192;
}
</style>