Shades of Pastel Green #75DD76
Tints of Pastel Green #75DD76
RGB
CMYK
RGB Variations
Color information
#75DD76 (or 0x75DD76) is known color: Pastel Green. HEX triplet: 75, DD and 76. RGB value is (117,221,118). Sum of RGB (Red+Green+Blue) = 117+221+118=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 221 (86.72% from 255 or 48.46% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD76 is #8A2289. Grayscale: #B2B2B2. Windows color (decimal): -9052810 or 7789941. OLE color: 7789941.
HSL color Cylindrical-coordinate representation of color #75DD76: hue angle of 120.58º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DD76 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 118 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.13 |
| HSL | 120.58º | 0.6% | 0.66% | - |
| HSV(B) | 120.58º | 0.47% | 0.87% | - |
| XYZ | 36.46 | 56.8 | 26.18 | - |
| YUV | 178.16 | 94.04 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 118 | 0.47 | 0 | 0.47 | 0.13 | 120.58 | 0.6 | 0.66 |
| Hex | 75 | DD | 76 | 2F | 0 | 2F | D | 79 | 3C | 42 |
| Octal | 165 | 335 | 166 | 57 | 0 | 57 | 15 | 171 | 74 | 102 |
| Binary | 1110101 | 11011101 | 1110110 | 101111 | 0 | 101111 | 1101 | 1111001 | 111100 | 1000010 |
Color Harmonies of #75DD76
Complementary color
Monochromatic Colors of #75DD76
Black with #75DD76
Text Example
Text Example
White with #75DD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD76; }
p { color: rgb(117,221,118); }
H1.HeaderClassName
{
color: #75DD76;
}
.AnyTagClassName
{
color: #75DD76;
}
</style>
background-color css
<style>
a { background-color: #75DD76; }
a { background-color: rgb(117,221,118); }
div.DivClassName
{
background-color: #75DD76;
}
.BgClassName
{
background-color: #75DD76;
}
</style>
border-color css
<style>
span { border-color: #75DD76; }
span { border-color: rgb(117,221,118); }
td.TdClassName
{
border-color: #75DD76;
}
.TagClassName
{
border-color: #75DD76;
}
</style>