Shades of Pastel Green #75E775
Tints of Pastel Green #75E775
RGB
CMYK
RGB Variations
Color information
#75E775 (or 0x75E775) is known color: Pastel Green. HEX triplet: 75, E7 and 75. RGB value is (117,231,117). Sum of RGB (Red+Green+Blue) = 117+231+117=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 231 (90.62% from 255 or 49.68% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 231 - color contains mainly: green. Hex color #75E775 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75E775 is #8A188A. Grayscale: #B8B8B8. Windows color (decimal): -9050251 or 7726965. OLE color: 7726965.
HSL color Cylindrical-coordinate representation of color #75E775: hue angle of 120º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #75E775 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 117 | 231 | 117 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.09 |
| HSL | 120º | 0.7% | 0.68% | - |
| HSV(B) | 120º | 0.49% | 0.91% | - |
| XYZ | 39.12 | 62.22 | 26.78 | - |
| YUV | 183.92 | 90.23 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 231 | 117 | 0.49 | 0 | 0.49 | 0.09 | 120 | 0.7 | 0.68 |
| Hex | 75 | E7 | 75 | 31 | 0 | 31 | 9 | 78 | 46 | 44 |
| Octal | 165 | 347 | 165 | 61 | 0 | 61 | 11 | 170 | 106 | 104 |
| Binary | 1110101 | 11100111 | 1110101 | 110001 | 0 | 110001 | 1001 | 1111000 | 1000110 | 1000100 |
Color Harmonies of #75E775
Complementary color
Monochromatic Colors of #75E775
Black with #75E775
Text Example
Text Example
White with #75E775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75E775; }
p { color: rgb(117,231,117); }
H1.HeaderClassName
{
color: #75E775;
}
.AnyTagClassName
{
color: #75E775;
}
</style>
background-color css
<style>
a { background-color: #75E775; }
a { background-color: rgb(117,231,117); }
div.DivClassName
{
background-color: #75E775;
}
.BgClassName
{
background-color: #75E775;
}
</style>
border-color css
<style>
span { border-color: #75E775; }
span { border-color: rgb(117,231,117); }
td.TdClassName
{
border-color: #75E775;
}
.TagClassName
{
border-color: #75E775;
}
</style>