Shades of Pastel Green #7CCC75
Tints of Pastel Green #7CCC75
RGB
CMYK
RGB Variations
Color information
#7CCC75 (or 0x7CCC75) is known color: Pastel Green. HEX triplet: 7C, CC and 75. RGB value is (124,204,117). Sum of RGB (Red+Green+Blue) = 124+204+117=445 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.87% from 445); Green value is 204 (80.08% from 255 or 45.84% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 204 - color contains mainly: green. Hex color #7CCC75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCC75 is #83338A. Grayscale: #AAAAAA. Windows color (decimal): -8598411 or 7720060. OLE color: 7720060.
HSL color Cylindrical-coordinate representation of color #7CCC75: hue angle of 115.17º 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 #7CCC75 is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 124 | 204 | 117 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.2 |
| HSL | 115.17º | 0.46% | 0.63% | - |
| HSV(B) | 115.17º | 0.43% | 0.8% | - |
| XYZ | 33.12 | 48.76 | 24.49 | - |
| YUV | 170.16 | 98 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 204 | 117 | 0.39 | 0 | 0.43 | 0.2 | 115.17 | 0.46 | 0.63 |
| Hex | 7C | CC | 75 | 27 | 0 | 2B | 14 | 73 | 2E | 3F |
| Octal | 174 | 314 | 165 | 47 | 0 | 53 | 24 | 163 | 56 | 77 |
| Binary | 1111100 | 11001100 | 1110101 | 100111 | 0 | 101011 | 10100 | 1110011 | 101110 | 111111 |
Color Harmonies of #7CCC75
Complementary color
Monochromatic Colors of #7CCC75
Black with #7CCC75
Text Example
Text Example
White with #7CCC75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCC75; }
p { color: rgb(124,204,117); }
H1.HeaderClassName
{
color: #7CCC75;
}
.AnyTagClassName
{
color: #7CCC75;
}
</style>
background-color css
<style>
a { background-color: #7CCC75; }
a { background-color: rgb(124,204,117); }
div.DivClassName
{
background-color: #7CCC75;
}
.BgClassName
{
background-color: #7CCC75;
}
</style>
border-color css
<style>
span { border-color: #7CCC75; }
span { border-color: rgb(124,204,117); }
td.TdClassName
{
border-color: #7CCC75;
}
.TagClassName
{
border-color: #7CCC75;
}
</style>