Shades of Pastel Green #75DD72
Tints of Pastel Green #75DD72
RGB
CMYK
RGB Variations
Color information
#75DD72 (or 0x75DD72) is known color: Pastel Green. HEX triplet: 75, DD and 72. RGB value is (117,221,114). Sum of RGB (Red+Green+Blue) = 117+221+114=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 221 (86.72% from 255 or 48.89% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD72 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD72 is #8A228D. Grayscale: #B2B2B2. Windows color (decimal): -9052814 or 7527797. OLE color: 7527797.
HSL color Cylindrical-coordinate representation of color #75DD72: hue angle of 118.32º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #75DD72 is Cyan = 0.47, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 117 | 221 | 114 | - |
| CMYK | 0.47 | 0 | 0.48 | 0.13 |
| HSL | 118.32º | 0.61% | 0.66% | - |
| HSV(B) | 118.32º | 0.48% | 0.87% | - |
| XYZ | 36.23 | 56.71 | 24.96 | - |
| YUV | 177.71 | 92.04 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 221 | 114 | 0.47 | 0 | 0.48 | 0.13 | 118.32 | 0.61 | 0.66 |
| Hex | 75 | DD | 72 | 2F | 0 | 30 | D | 76 | 3D | 42 |
| Octal | 165 | 335 | 162 | 57 | 0 | 60 | 15 | 166 | 75 | 102 |
| Binary | 1110101 | 11011101 | 1110010 | 101111 | 0 | 110000 | 1101 | 1110110 | 111101 | 1000010 |
Color Harmonies of #75DD72
Complementary color
Monochromatic Colors of #75DD72
Black with #75DD72
Text Example
Text Example
White with #75DD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75DD72; }
p { color: rgb(117,221,114); }
H1.HeaderClassName
{
color: #75DD72;
}
.AnyTagClassName
{
color: #75DD72;
}
</style>
background-color css
<style>
a { background-color: #75DD72; }
a { background-color: rgb(117,221,114); }
div.DivClassName
{
background-color: #75DD72;
}
.BgClassName
{
background-color: #75DD72;
}
</style>
border-color css
<style>
span { border-color: #75DD72; }
span { border-color: rgb(117,221,114); }
td.TdClassName
{
border-color: #75DD72;
}
.TagClassName
{
border-color: #75DD72;
}
</style>