Shades of Pastel Green #7CDF76
Tints of Pastel Green #7CDF76
RGB
CMYK
RGB Variations
Color information
#7CDF76 (or 0x7CDF76) is known color: Pastel Green. HEX triplet: 7C, DF and 76. RGB value is (124,223,118). Sum of RGB (Red+Green+Blue) = 124+223+118=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 118 (46.48% from 255 or 25.38% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #7CDF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CDF76 is #832089. Grayscale: #B5B5B5. Windows color (decimal): -8593546 or 7790460. OLE color: 7790460.
HSL color Cylindrical-coordinate representation of color #7CDF76: hue angle of 116.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7CDF76 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 223 | 118 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.13 |
| HSL | 116.57º | 0.62% | 0.67% | - |
| HSV(B) | 116.57º | 0.47% | 0.87% | - |
| XYZ | 37.97 | 58.37 | 26.4 | - |
| YUV | 181.43 | 92.2 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 223 | 118 | 0.44 | 0 | 0.47 | 0.13 | 116.57 | 0.62 | 0.67 |
| Hex | 7C | DF | 76 | 2C | 0 | 2F | D | 75 | 3E | 43 |
| Octal | 174 | 337 | 166 | 54 | 0 | 57 | 15 | 165 | 76 | 103 |
| Binary | 1111100 | 11011111 | 1110110 | 101100 | 0 | 101111 | 1101 | 1110101 | 111110 | 1000011 |
Color Harmonies of #7CDF76
Complementary color
Monochromatic Colors of #7CDF76
Black with #7CDF76
Text Example
Text Example
White with #7CDF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CDF76; }
p { color: rgb(124,223,118); }
H1.HeaderClassName
{
color: #7CDF76;
}
.AnyTagClassName
{
color: #7CDF76;
}
</style>
background-color css
<style>
a { background-color: #7CDF76; }
a { background-color: rgb(124,223,118); }
div.DivClassName
{
background-color: #7CDF76;
}
.BgClassName
{
background-color: #7CDF76;
}
</style>
border-color css
<style>
span { border-color: #7CDF76; }
span { border-color: rgb(124,223,118); }
td.TdClassName
{
border-color: #7CDF76;
}
.TagClassName
{
border-color: #7CDF76;
}
</style>