Shades of Pastel Green #75E87A
Tints of Pastel Green #75E87A
RGB
CMYK
RGB Variations
Color information
#75E87A (or 0x75E87A) is known color: Pastel Green. HEX triplet: 75, E8 and 7A. RGB value is (117,232,122). Sum of RGB (Red+Green+Blue) = 117+232+122=471 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.84% from 471); Green value is 232 (91.02% from 255 or 49.26% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 232 - color contains mainly: green. Hex color #75E87A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75E87A is #8A1785. Grayscale: #B9B9B9. Windows color (decimal): -9049990 or 8054901. OLE color: 8054901.
HSL color Cylindrical-coordinate representation of color #75E87A: hue angle of 122.61º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75E87A is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 232 | 122 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.09 |
| HSL | 122.61º | 0.71% | 0.68% | - |
| HSV(B) | 122.61º | 0.5% | 0.91% | - |
| XYZ | 39.71 | 62.9 | 28.46 | - |
| YUV | 185.08 | 92.4 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 232 | 122 | 0.50 | 0 | 0.47 | 0.09 | 122.61 | 0.71 | 0.68 |
| Hex | 75 | E8 | 7A | 32 | 0 | 2F | 9 | 7B | 47 | 44 |
| Octal | 165 | 350 | 172 | 62 | 0 | 57 | 11 | 173 | 107 | 104 |
| Binary | 1110101 | 11101000 | 1111010 | 110010 | 0 | 101111 | 1001 | 1111011 | 1000111 | 1000100 |
Color Harmonies of #75E87A
Complementary color
Monochromatic Colors of #75E87A
Black with #75E87A
Text Example
Text Example
White with #75E87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E87A; }
p { color: rgb(117,232,122); }
H1.HeaderClassName
{
color: #75E87A;
}
.AnyTagClassName
{
color: #75E87A;
}
</style>
background-color css
<style>
a { background-color: #75E87A; }
a { background-color: rgb(117,232,122); }
div.DivClassName
{
background-color: #75E87A;
}
.BgClassName
{
background-color: #75E87A;
}
</style>
border-color css
<style>
span { border-color: #75E87A; }
span { border-color: rgb(117,232,122); }
td.TdClassName
{
border-color: #75E87A;
}
.TagClassName
{
border-color: #75E87A;
}
</style>