Shades of Pastel Green #75EC7D
Tints of Pastel Green #75EC7D
RGB
CMYK
RGB Variations
Color information
#75EC7D (or 0x75EC7D) is known color: Pastel Green. HEX triplet: 75, EC and 7D. RGB value is (117,236,125). Sum of RGB (Red+Green+Blue) = 117+236+125=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #75EC7D is #8A1382. Grayscale: #BCBCBC. Windows color (decimal): -9048963 or 8252533. OLE color: 8252533.
HSL color Cylindrical-coordinate representation of color #75EC7D: hue angle of 124.03º 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 #75EC7D is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 117 | 236 | 125 | - |
| CMYK | 0.50 | 0 | 0.47 | 0.07 |
| HSL | 124.03º | 0.76% | 0.69% | - |
| HSV(B) | 124.03º | 0.5% | 0.93% | - |
| XYZ | 41.03 | 65.25 | 29.83 | - |
| YUV | 187.77 | 92.58 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 236 | 125 | 0.50 | 0 | 0.47 | 0.07 | 124.03 | 0.76 | 0.69 |
| Hex | 75 | EC | 7D | 32 | 0 | 2F | 7 | 7C | 4C | 45 |
| Octal | 165 | 354 | 175 | 62 | 0 | 57 | 7 | 174 | 114 | 105 |
| Binary | 1110101 | 11101100 | 1111101 | 110010 | 0 | 101111 | 111 | 1111100 | 1001100 | 1000101 |
Color Harmonies of #75EC7D
Complementary color
Monochromatic Colors of #75EC7D
Black with #75EC7D
Text Example
Text Example
White with #75EC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75EC7D; }
p { color: rgb(117,236,125); }
H1.HeaderClassName
{
color: #75EC7D;
}
.AnyTagClassName
{
color: #75EC7D;
}
</style>
background-color css
<style>
a { background-color: #75EC7D; }
a { background-color: rgb(117,236,125); }
div.DivClassName
{
background-color: #75EC7D;
}
.BgClassName
{
background-color: #75EC7D;
}
</style>
border-color css
<style>
span { border-color: #75EC7D; }
span { border-color: rgb(117,236,125); }
td.TdClassName
{
border-color: #75EC7D;
}
.TagClassName
{
border-color: #75EC7D;
}
</style>