Shades of Pastel Green #75E358
Tints of Pastel Green #75E358
RGB
CMYK
RGB Variations
Color information
#75E358 (or 0x75E358) is known color: Pastel Green. HEX triplet: 75, E3 and 58. RGB value is (117,227,88). Sum of RGB (Red+Green+Blue) = 117+227+88=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 227 (89.06% from 255 or 52.55% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 227 - color contains mainly: green. Hex color #75E358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E358 is #8A1CA7. Grayscale: #B2B2B2. Windows color (decimal): -9051304 or 5825397. OLE color: 5825397.
HSL color Cylindrical-coordinate representation of color #75E358: hue angle of 107.48º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #75E358 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 227 | 88 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.11 |
| HSL | 107.48º | 0.71% | 0.62% | - |
| HSV(B) | 107.48º | 0.61% | 0.89% | - |
| XYZ | 36.57 | 59.42 | 18.78 | - |
| YUV | 178.26 | 77.06 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 227 | 88 | 0.48 | 0 | 0.61 | 0.11 | 107.48 | 0.71 | 0.62 |
| Hex | 75 | E3 | 58 | 30 | 0 | 3D | B | 6B | 47 | 3E |
| Octal | 165 | 343 | 130 | 60 | 0 | 75 | 13 | 153 | 107 | 76 |
| Binary | 1110101 | 11100011 | 1011000 | 110000 | 0 | 111101 | 1011 | 1101011 | 1000111 | 111110 |
Color Harmonies of #75E358
Complementary color
Monochromatic Colors of #75E358
Black with #75E358
Text Example
Text Example
White with #75E358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E358; }
p { color: rgb(117,227,88); }
H1.HeaderClassName
{
color: #75E358;
}
.AnyTagClassName
{
color: #75E358;
}
</style>
background-color css
<style>
a { background-color: #75E358; }
a { background-color: rgb(117,227,88); }
div.DivClassName
{
background-color: #75E358;
}
.BgClassName
{
background-color: #75E358;
}
</style>
border-color css
<style>
span { border-color: #75E358; }
span { border-color: rgb(117,227,88); }
td.TdClassName
{
border-color: #75E358;
}
.TagClassName
{
border-color: #75E358;
}
</style>