Shades of Pastel Green #7CCB70
Tints of Pastel Green #7CCB70
RGB
CMYK
RGB Variations
Color information
#7CCB70 (or 0x7CCB70) is known color: Pastel Green. HEX triplet: 7C, CB and 70. RGB value is (124,203,112). Sum of RGB (Red+Green+Blue) = 124+203+112=439 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.25% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 112 (44.14% from 255 or 25.51% from 439); Max value from RGB is 203 - color contains mainly: green. Hex color #7CCB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCB70 is #83348F. Grayscale: #A9A9A9. Windows color (decimal): -8598672 or 7392124. OLE color: 7392124.
HSL color Cylindrical-coordinate representation of color #7CCB70: hue angle of 112.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CCB70 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 124 | 203 | 112 | - |
| CMYK | 0.39 | 0 | 0.45 | 0.20 |
| HSL | 112.09º | 0.47% | 0.62% | - |
| HSV(B) | 112.09º | 0.45% | 0.8% | - |
| XYZ | 32.59 | 48.17 | 22.91 | - |
| YUV | 169.01 | 95.83 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 203 | 112 | 0.39 | 0 | 0.45 | 0.20 | 112.09 | 0.47 | 0.62 |
| Hex | 7C | CB | 70 | 27 | 0 | 2D | 14 | 70 | 2F | 3E |
| Octal | 174 | 313 | 160 | 47 | 0 | 55 | 24 | 160 | 57 | 76 |
| Binary | 1111100 | 11001011 | 1110000 | 100111 | 0 | 101101 | 10100 | 1110000 | 101111 | 111110 |
Color Harmonies of #7CCB70
Complementary color
Monochromatic Colors of #7CCB70
Black with #7CCB70
Text Example
Text Example
White with #7CCB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCB70; }
p { color: rgb(124,203,112); }
H1.HeaderClassName
{
color: #7CCB70;
}
.AnyTagClassName
{
color: #7CCB70;
}
</style>
background-color css
<style>
a { background-color: #7CCB70; }
a { background-color: rgb(124,203,112); }
div.DivClassName
{
background-color: #7CCB70;
}
.BgClassName
{
background-color: #7CCB70;
}
</style>
border-color css
<style>
span { border-color: #7CCB70; }
span { border-color: rgb(124,203,112); }
td.TdClassName
{
border-color: #7CCB70;
}
.TagClassName
{
border-color: #7CCB70;
}
</style>