Shades of Pastel Green #7DCC74
Tints of Pastel Green #7DCC74
RGB
CMYK
RGB Variations
Color information
#7DCC74 (or 0x7DCC74) is known color: Pastel Green. HEX triplet: 7D, CC and 74. RGB value is (125,204,116). Sum of RGB (Red+Green+Blue) = 125+204+116=445 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.09% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #7DCC74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DCC74 is #82338B. Grayscale: #AAAAAA. Windows color (decimal): -8532876 or 7654525. OLE color: 7654525.
HSL color Cylindrical-coordinate representation of color #7DCC74: hue angle of 113.86º degrees, saturation: 0.46, 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 #7DCC74 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 125 | 204 | 116 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.2 |
| HSL | 113.86º | 0.46% | 0.63% | - |
| HSV(B) | 113.86º | 0.43% | 0.8% | - |
| XYZ | 33.2 | 48.81 | 24.19 | - |
| YUV | 170.35 | 97.33 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 116 | 0.39 | 0 | 0.43 | 0.2 | 113.86 | 0.46 | 0.63 |
| Hex | 7D | CC | 74 | 27 | 0 | 2B | 14 | 72 | 2E | 3F |
| Octal | 175 | 314 | 164 | 47 | 0 | 53 | 24 | 162 | 56 | 77 |
| Binary | 1111101 | 11001100 | 1110100 | 100111 | 0 | 101011 | 10100 | 1110010 | 101110 | 111111 |
Color Harmonies of #7DCC74
Complementary color
Monochromatic Colors of #7DCC74
Black with #7DCC74
Text Example
Text Example
White with #7DCC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCC74; }
p { color: rgb(125,204,116); }
H1.HeaderClassName
{
color: #7DCC74;
}
.AnyTagClassName
{
color: #7DCC74;
}
</style>
background-color css
<style>
a { background-color: #7DCC74; }
a { background-color: rgb(125,204,116); }
div.DivClassName
{
background-color: #7DCC74;
}
.BgClassName
{
background-color: #7DCC74;
}
</style>
border-color css
<style>
span { border-color: #7DCC74; }
span { border-color: rgb(125,204,116); }
td.TdClassName
{
border-color: #7DCC74;
}
.TagClassName
{
border-color: #7DCC74;
}
</style>