Shades of Pastel Green #7CCF78
Tints of Pastel Green #7CCF78
RGB
CMYK
RGB Variations
Color information
#7CCF78 (or 0x7CCF78) is known color: Pastel Green. HEX triplet: 7C, CF and 78. RGB value is (124,207,120). Sum of RGB (Red+Green+Blue) = 124+207+120=451 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.49% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #7CCF78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7CCF78 is #833087. Grayscale: #ACACAC. Windows color (decimal): -8597640 or 7917436. OLE color: 7917436.
HSL color Cylindrical-coordinate representation of color #7CCF78: hue angle of 117.24º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7CCF78 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 124 | 207 | 120 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.19 |
| HSL | 117.24º | 0.48% | 0.64% | - |
| HSV(B) | 117.24º | 0.42% | 0.81% | - |
| XYZ | 34.02 | 50.27 | 25.68 | - |
| YUV | 172.27 | 98.5 | 93.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 207 | 120 | 0.40 | 0 | 0.42 | 0.19 | 117.24 | 0.48 | 0.64 |
| Hex | 7C | CF | 78 | 28 | 0 | 2A | 13 | 75 | 30 | 40 |
| Octal | 174 | 317 | 170 | 50 | 0 | 52 | 23 | 165 | 60 | 100 |
| Binary | 1111100 | 11001111 | 1111000 | 101000 | 0 | 101010 | 10011 | 1110101 | 110000 | 1000000 |
Color Harmonies of #7CCF78
Complementary color
Monochromatic Colors of #7CCF78
Black with #7CCF78
Text Example
Text Example
White with #7CCF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CCF78; }
p { color: rgb(124,207,120); }
H1.HeaderClassName
{
color: #7CCF78;
}
.AnyTagClassName
{
color: #7CCF78;
}
</style>
background-color css
<style>
a { background-color: #7CCF78; }
a { background-color: rgb(124,207,120); }
div.DivClassName
{
background-color: #7CCF78;
}
.BgClassName
{
background-color: #7CCF78;
}
</style>
border-color css
<style>
span { border-color: #7CCF78; }
span { border-color: rgb(124,207,120); }
td.TdClassName
{
border-color: #7CCF78;
}
.TagClassName
{
border-color: #7CCF78;
}
</style>