Shades of Pastel Green #75EC77
Tints of Pastel Green #75EC77
RGB
CMYK
RGB Variations
Color information
#75EC77 (or 0x75EC77) is known color: Pastel Green. HEX triplet: 75, EC and 77. RGB value is (117,236,119). Sum of RGB (Red+Green+Blue) = 117+236+119=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 236 (92.58% from 255 or 50% from 472); Blue value is 119 (46.88% from 255 or 25.21% from 472); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC77 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EC77 is #8A1388. Grayscale: #BBBBBB. Windows color (decimal): -9048969 or 7859317. OLE color: 7859317.
HSL color Cylindrical-coordinate representation of color #75EC77: hue angle of 121.01º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EC77 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 119 | - |
| CMYK | 0.50 | 0 | 0.50 | 0.07 |
| HSL | 121.01º | 0.76% | 0.69% | - |
| HSV(B) | 121.01º | 0.5% | 0.93% | - |
| XYZ | 40.66 | 65.1 | 27.88 | - |
| YUV | 187.08 | 89.58 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 119 | 0.50 | 0 | 0.50 | 0.07 | 121.01 | 0.76 | 0.69 |
| Hex | 75 | EC | 77 | 32 | 0 | 32 | 7 | 79 | 4C | 45 |
| Octal | 165 | 354 | 167 | 62 | 0 | 62 | 7 | 171 | 114 | 105 |
| Binary | 1110101 | 11101100 | 1110111 | 110010 | 0 | 110010 | 111 | 1111001 | 1001100 | 1000101 |
Color Harmonies of #75EC77
Complementary color
Monochromatic Colors of #75EC77
Black with #75EC77
Text Example
Text Example
White with #75EC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC77; }
p { color: rgb(117,236,119); }
H1.HeaderClassName
{
color: #75EC77;
}
.AnyTagClassName
{
color: #75EC77;
}
</style>
background-color css
<style>
a { background-color: #75EC77; }
a { background-color: rgb(117,236,119); }
div.DivClassName
{
background-color: #75EC77;
}
.BgClassName
{
background-color: #75EC77;
}
</style>
border-color css
<style>
span { border-color: #75EC77; }
span { border-color: rgb(117,236,119); }
td.TdClassName
{
border-color: #75EC77;
}
.TagClassName
{
border-color: #75EC77;
}
</style>