Shades of Pastel Green #75E168
Tints of Pastel Green #75E168
RGB
CMYK
RGB Variations
Color information
#75E168 (or 0x75E168) is known color: Pastel Green. HEX triplet: 75, E1 and 68. RGB value is (117,225,104). Sum of RGB (Red+Green+Blue) = 117+225+104=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 225 (88.28% from 255 or 50.45% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 225 - color contains mainly: green. Hex color #75E168 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E168 is #8A1E97. Grayscale: #B3B3B3. Windows color (decimal): -9051800 or 6873461. OLE color: 6873461.
HSL color Cylindrical-coordinate representation of color #75E168: hue angle of 113.55º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75E168 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 104 | - |
| CMYK | 0.48 | 0 | 0.54 | 0.12 |
| HSL | 113.55º | 0.67% | 0.65% | - |
| HSV(B) | 113.55º | 0.54% | 0.88% | - |
| XYZ | 36.76 | 58.63 | 22.48 | - |
| YUV | 178.91 | 85.72 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 104 | 0.48 | 0 | 0.54 | 0.12 | 113.55 | 0.67 | 0.65 |
| Hex | 75 | E1 | 68 | 30 | 0 | 36 | C | 72 | 43 | 41 |
| Octal | 165 | 341 | 150 | 60 | 0 | 66 | 14 | 162 | 103 | 101 |
| Binary | 1110101 | 11100001 | 1101000 | 110000 | 0 | 110110 | 1100 | 1110010 | 1000011 | 1000001 |
Color Harmonies of #75E168
Complementary color
Monochromatic Colors of #75E168
Black with #75E168
Text Example
Text Example
White with #75E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E168; }
p { color: rgb(117,225,104); }
H1.HeaderClassName
{
color: #75E168;
}
.AnyTagClassName
{
color: #75E168;
}
</style>
background-color css
<style>
a { background-color: #75E168; }
a { background-color: rgb(117,225,104); }
div.DivClassName
{
background-color: #75E168;
}
.BgClassName
{
background-color: #75E168;
}
</style>
border-color css
<style>
span { border-color: #75E168; }
span { border-color: rgb(117,225,104); }
td.TdClassName
{
border-color: #75E168;
}
.TagClassName
{
border-color: #75E168;
}
</style>