Shades of Pastel Green #7CCF70
Tints of Pastel Green #7CCF70
RGB
CMYK
RGB Variations
Color information
#7CCF70 (or 0x7CCF70) is known color: Pastel Green. HEX triplet: 7C, CF and 70. RGB value is (124,207,112). Sum of RGB (Red+Green+Blue) = 124+207+112=443 (58% of max value = 765). Red value is 124 (48.83% from 255 or 27.99% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF70 is #83308F. Grayscale: #ABABAB. Windows color (decimal): -8597648 or 7393148. OLE color: 7393148.
HSL color Cylindrical-coordinate representation of color #7CCF70: hue angle of 112.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7CCF70 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 112 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.19 |
| HSL | 112.42º | 0.5% | 0.63% | - |
| HSV(B) | 112.42º | 0.46% | 0.81% | - |
| XYZ | 33.55 | 50.08 | 23.23 | - |
| YUV | 171.35 | 94.5 | 94.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 112 | 0.40 | 0 | 0.46 | 0.19 | 112.42 | 0.5 | 0.63 |
| Hex | 7C | CF | 70 | 28 | 0 | 2E | 13 | 70 | 32 | 3F |
| Octal | 174 | 317 | 160 | 50 | 0 | 56 | 23 | 160 | 62 | 77 |
| Binary | 1111100 | 11001111 | 1110000 | 101000 | 0 | 101110 | 10011 | 1110000 | 110010 | 111111 |
Color Harmonies of #7CCF70
Complementary color
Monochromatic Colors of #7CCF70
Black with #7CCF70
Text Example
Text Example
White with #7CCF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF70; }
p { color: rgb(124,207,112); }
H1.HeaderClassName
{
color: #7CCF70;
}
.AnyTagClassName
{
color: #7CCF70;
}
</style>
background-color css
<style>
a { background-color: #7CCF70; }
a { background-color: rgb(124,207,112); }
div.DivClassName
{
background-color: #7CCF70;
}
.BgClassName
{
background-color: #7CCF70;
}
</style>
border-color css
<style>
span { border-color: #7CCF70; }
span { border-color: rgb(124,207,112); }
td.TdClassName
{
border-color: #7CCF70;
}
.TagClassName
{
border-color: #7CCF70;
}
</style>