Shades of Pastel Green #75E16D
Tints of Pastel Green #75E16D
RGB
CMYK
RGB Variations
Color information
#75E16D (or 0x75E16D) is known color: Pastel Green. HEX triplet: 75, E1 and 6D. RGB value is (117,225,109). Sum of RGB (Red+Green+Blue) = 117+225+109=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 225 (88.28% from 255 or 49.89% from 451); Blue value is 109 (42.97% from 255 or 24.17% from 451); Max value from RGB is 225 - color contains mainly: green. Hex color #75E16D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E16D is #8A1E92. Grayscale: #B3B3B3. Windows color (decimal): -9051795 or 7201141. OLE color: 7201141.
HSL color Cylindrical-coordinate representation of color #75E16D: hue angle of 115.86º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75E16D is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 117 | 225 | 109 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.12 |
| HSL | 115.86º | 0.66% | 0.65% | - |
| HSV(B) | 115.86º | 0.52% | 0.88% | - |
| XYZ | 37.02 | 58.74 | 23.85 | - |
| YUV | 179.48 | 88.22 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 225 | 109 | 0.48 | 0 | 0.52 | 0.12 | 115.86 | 0.66 | 0.65 |
| Hex | 75 | E1 | 6D | 30 | 0 | 34 | C | 74 | 42 | 41 |
| Octal | 165 | 341 | 155 | 60 | 0 | 64 | 14 | 164 | 102 | 101 |
| Binary | 1110101 | 11100001 | 1101101 | 110000 | 0 | 110100 | 1100 | 1110100 | 1000010 | 1000001 |
Color Harmonies of #75E16D
Complementary color
Monochromatic Colors of #75E16D
Black with #75E16D
Text Example
Text Example
White with #75E16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E16D; }
p { color: rgb(117,225,109); }
H1.HeaderClassName
{
color: #75E16D;
}
.AnyTagClassName
{
color: #75E16D;
}
</style>
background-color css
<style>
a { background-color: #75E16D; }
a { background-color: rgb(117,225,109); }
div.DivClassName
{
background-color: #75E16D;
}
.BgClassName
{
background-color: #75E16D;
}
</style>
border-color css
<style>
span { border-color: #75E16D; }
span { border-color: rgb(117,225,109); }
td.TdClassName
{
border-color: #75E16D;
}
.TagClassName
{
border-color: #75E16D;
}
</style>