Shades of Pastel Green #7CDD75
Tints of Pastel Green #7CDD75
RGB
CMYK
RGB Variations
Color information
#7CDD75 (or 0x7CDD75) is known color: Pastel Green. HEX triplet: 7C, DD and 75. RGB value is (124,221,117). Sum of RGB (Red+Green+Blue) = 124+221+117=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDD75 is #83228A. Grayscale: #B4B4B4. Windows color (decimal): -8594059 or 7724412. OLE color: 7724412.
HSL color Cylindrical-coordinate representation of color #7CDD75: hue angle of 115.96º 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 #7CDD75 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 221 | 117 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.13 |
| HSL | 115.96º | 0.6% | 0.66% | - |
| HSV(B) | 115.96º | 0.47% | 0.87% | - |
| XYZ | 37.38 | 57.28 | 25.92 | - |
| YUV | 180.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 221 | 117 | 0.44 | 0 | 0.47 | 0.13 | 115.96 | 0.6 | 0.66 |
| Hex | 7C | DD | 75 | 2C | 0 | 2F | D | 74 | 3C | 42 |
| Octal | 174 | 335 | 165 | 54 | 0 | 57 | 15 | 164 | 74 | 102 |
| Binary | 1111100 | 11011101 | 1110101 | 101100 | 0 | 101111 | 1101 | 1110100 | 111100 | 1000010 |
Color Harmonies of #7CDD75
Complementary color
Monochromatic Colors of #7CDD75
Black with #7CDD75
Text Example
Text Example
White with #7CDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDD75; }
p { color: rgb(124,221,117); }
H1.HeaderClassName
{
color: #7CDD75;
}
.AnyTagClassName
{
color: #7CDD75;
}
</style>
background-color css
<style>
a { background-color: #7CDD75; }
a { background-color: rgb(124,221,117); }
div.DivClassName
{
background-color: #7CDD75;
}
.BgClassName
{
background-color: #7CDD75;
}
</style>
border-color css
<style>
span { border-color: #7CDD75; }
span { border-color: rgb(124,221,117); }
td.TdClassName
{
border-color: #7CDD75;
}
.TagClassName
{
border-color: #7CDD75;
}
</style>