Shades of Pastel Green #75D46E
Tints of Pastel Green #75D46E
RGB
CMYK
RGB Variations
Color information
#75D46E (or 0x75D46E) is known color: Pastel Green. HEX triplet: 75, D4 and 6E. RGB value is (117,212,110). Sum of RGB (Red+Green+Blue) = 117+212+110=439 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.65% from 439); Green value is 212 (83.20% from 255 or 48.29% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 212 - color contains mainly: green. Hex color #75D46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D46E is #8A2B91. Grayscale: #ACACAC. Windows color (decimal): -9055122 or 7263349. OLE color: 7263349.
HSL color Cylindrical-coordinate representation of color #75D46E: hue angle of 115.88º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75D46E is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 117 | 212 | 110 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.17 |
| HSL | 115.88º | 0.54% | 0.63% | - |
| HSV(B) | 115.88º | 0.48% | 0.83% | - |
| XYZ | 33.69 | 51.99 | 23.01 | - |
| YUV | 171.97 | 93.03 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 212 | 110 | 0.45 | 0 | 0.48 | 0.17 | 115.88 | 0.54 | 0.63 |
| Hex | 75 | D4 | 6E | 2D | 0 | 30 | 11 | 74 | 36 | 3F |
| Octal | 165 | 324 | 156 | 55 | 0 | 60 | 21 | 164 | 66 | 77 |
| Binary | 1110101 | 11010100 | 1101110 | 101101 | 0 | 110000 | 10001 | 1110100 | 110110 | 111111 |
Color Harmonies of #75D46E
Complementary color
Monochromatic Colors of #75D46E
Black with #75D46E
Text Example
Text Example
White with #75D46E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D46E; }
p { color: rgb(117,212,110); }
H1.HeaderClassName
{
color: #75D46E;
}
.AnyTagClassName
{
color: #75D46E;
}
</style>
background-color css
<style>
a { background-color: #75D46E; }
a { background-color: rgb(117,212,110); }
div.DivClassName
{
background-color: #75D46E;
}
.BgClassName
{
background-color: #75D46E;
}
</style>
border-color css
<style>
span { border-color: #75D46E; }
span { border-color: rgb(117,212,110); }
td.TdClassName
{
border-color: #75D46E;
}
.TagClassName
{
border-color: #75D46E;
}
</style>