Shades of Pastel Green #75D777
Tints of Pastel Green #75D777
RGB
CMYK
RGB Variations
Color information
#75D777 (or 0x75D777) is known color: Pastel Green. HEX triplet: 75, D7 and 77. RGB value is (117,215,119). Sum of RGB (Red+Green+Blue) = 117+215+119=451 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.94% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #75D777 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D777 is #8A2888. Grayscale: #AFAFAF. Windows color (decimal): -9054345 or 7853941. OLE color: 7853941.
HSL color Cylindrical-coordinate representation of color #75D777: hue angle of 121.22º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D777 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 117 | 215 | 119 | - |
| CMYK | 0.46 | 0 | 0.45 | 0.16 |
| HSL | 121.22º | 0.55% | 0.65% | - |
| HSV(B) | 121.22º | 0.46% | 0.84% | - |
| XYZ | 34.97 | 53.71 | 25.98 | - |
| YUV | 174.75 | 96.53 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 215 | 119 | 0.46 | 0 | 0.45 | 0.16 | 121.22 | 0.55 | 0.65 |
| Hex | 75 | D7 | 77 | 2E | 0 | 2D | 10 | 79 | 37 | 41 |
| Octal | 165 | 327 | 167 | 56 | 0 | 55 | 20 | 171 | 67 | 101 |
| Binary | 1110101 | 11010111 | 1110111 | 101110 | 0 | 101101 | 10000 | 1111001 | 110111 | 1000001 |
Color Harmonies of #75D777
Complementary color
Monochromatic Colors of #75D777
Black with #75D777
Text Example
Text Example
White with #75D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75D777; }
p { color: rgb(117,215,119); }
H1.HeaderClassName
{
color: #75D777;
}
.AnyTagClassName
{
color: #75D777;
}
</style>
background-color css
<style>
a { background-color: #75D777; }
a { background-color: rgb(117,215,119); }
div.DivClassName
{
background-color: #75D777;
}
.BgClassName
{
background-color: #75D777;
}
</style>
border-color css
<style>
span { border-color: #75D777; }
span { border-color: rgb(117,215,119); }
td.TdClassName
{
border-color: #75D777;
}
.TagClassName
{
border-color: #75D777;
}
</style>