Shades of Pastel Green #75E472
Tints of Pastel Green #75E472
RGB
CMYK
RGB Variations
Color information
#75E472 (or 0x75E472) is known color: Pastel Green. HEX triplet: 75, E4 and 72. RGB value is (117,228,114). Sum of RGB (Red+Green+Blue) = 117+228+114=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 228 (89.45% from 255 or 49.67% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 228 - color contains mainly: green. Hex color #75E472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75E472 is #8A1B8D. Grayscale: #B6B6B6. Windows color (decimal): -9051022 or 7529589. OLE color: 7529589.
HSL color Cylindrical-coordinate representation of color #75E472: hue angle of 118.42º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E472 is Cyan = 0.49, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 117 | 228 | 114 | - |
| CMYK | 0.49 | 0 | 0.50 | 0.11 |
| HSL | 118.42º | 0.68% | 0.67% | - |
| HSV(B) | 118.42º | 0.5% | 0.89% | - |
| XYZ | 38.12 | 60.48 | 25.59 | - |
| YUV | 181.82 | 89.73 | 81.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 228 | 114 | 0.49 | 0 | 0.50 | 0.11 | 118.42 | 0.68 | 0.67 |
| Hex | 75 | E4 | 72 | 31 | 0 | 32 | B | 76 | 44 | 43 |
| Octal | 165 | 344 | 162 | 61 | 0 | 62 | 13 | 166 | 104 | 103 |
| Binary | 1110101 | 11100100 | 1110010 | 110001 | 0 | 110010 | 1011 | 1110110 | 1000100 | 1000011 |
Color Harmonies of #75E472
Complementary color
Monochromatic Colors of #75E472
Black with #75E472
Text Example
Text Example
White with #75E472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E472; }
p { color: rgb(117,228,114); }
H1.HeaderClassName
{
color: #75E472;
}
.AnyTagClassName
{
color: #75E472;
}
</style>
background-color css
<style>
a { background-color: #75E472; }
a { background-color: rgb(117,228,114); }
div.DivClassName
{
background-color: #75E472;
}
.BgClassName
{
background-color: #75E472;
}
</style>
border-color css
<style>
span { border-color: #75E472; }
span { border-color: rgb(117,228,114); }
td.TdClassName
{
border-color: #75E472;
}
.TagClassName
{
border-color: #75E472;
}
</style>