Shades of Pastel Green #7CCD74
Tints of Pastel Green #7CCD74
RGB
CMYK
RGB Variations
Color information
#7CCD74 (or 0x7CCD74) is known color: Pastel Green. HEX triplet: 7C, CD and 74. RGB value is (124,205,116). Sum of RGB (Red+Green+Blue) = 124+205+116=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #7CCD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCD74 is #83328B. Grayscale: #AAAAAA. Windows color (decimal): -8598156 or 7654780. OLE color: 7654780.
HSL color Cylindrical-coordinate representation of color #7CCD74: hue angle of 114.61º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CCD74 is Cyan = 0.40, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 205 | 116 | - |
| CMYK | 0.40 | 0 | 0.43 | 0.20 |
| HSL | 114.61º | 0.47% | 0.63% | - |
| HSV(B) | 114.61º | 0.43% | 0.8% | - |
| XYZ | 33.3 | 49.21 | 24.27 | - |
| YUV | 170.64 | 97.16 | 94.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 205 | 116 | 0.40 | 0 | 0.43 | 0.20 | 114.61 | 0.47 | 0.63 |
| Hex | 7C | CD | 74 | 28 | 0 | 2B | 14 | 73 | 2F | 3F |
| Octal | 174 | 315 | 164 | 50 | 0 | 53 | 24 | 163 | 57 | 77 |
| Binary | 1111100 | 11001101 | 1110100 | 101000 | 0 | 101011 | 10100 | 1110011 | 101111 | 111111 |
Color Harmonies of #7CCD74
Complementary color
Monochromatic Colors of #7CCD74
Black with #7CCD74
Text Example
Text Example
White with #7CCD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCD74; }
p { color: rgb(124,205,116); }
H1.HeaderClassName
{
color: #7CCD74;
}
.AnyTagClassName
{
color: #7CCD74;
}
</style>
background-color css
<style>
a { background-color: #7CCD74; }
a { background-color: rgb(124,205,116); }
div.DivClassName
{
background-color: #7CCD74;
}
.BgClassName
{
background-color: #7CCD74;
}
</style>
border-color css
<style>
span { border-color: #7CCD74; }
span { border-color: rgb(124,205,116); }
td.TdClassName
{
border-color: #7CCD74;
}
.TagClassName
{
border-color: #7CCD74;
}
</style>