Shades of Pastel Green #78CF7C
Tints of Pastel Green #78CF7C
RGB
CMYK
RGB Variations
Color information
#78CF7C (or 0x78CF7C) is known color: Pastel Green. HEX triplet: 78, CF and 7C. RGB value is (120,207,124). Sum of RGB (Red+Green+Blue) = 120+207+124=451 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.61% from 451); Green value is 207 (81.25% from 255 or 45.90% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF7C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CF7C is #873083. Grayscale: #ABABAB. Windows color (decimal): -8859780 or 8179576. OLE color: 8179576.
HSL color Cylindrical-coordinate representation of color #78CF7C: hue angle of 122.76º 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 #78CF7C is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 124 | - |
| CMYK | 0.42 | 0 | 0.40 | 0.19 |
| HSL | 122.76º | 0.48% | 0.64% | - |
| HSV(B) | 122.76º | 0.42% | 0.81% | - |
| XYZ | 33.7 | 50.07 | 26.96 | - |
| YUV | 171.53 | 101.18 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 124 | 0.42 | 0 | 0.40 | 0.19 | 122.76 | 0.48 | 0.64 |
| Hex | 78 | CF | 7C | 2A | 0 | 28 | 13 | 7B | 30 | 40 |
| Octal | 170 | 317 | 174 | 52 | 0 | 50 | 23 | 173 | 60 | 100 |
| Binary | 1111000 | 11001111 | 1111100 | 101010 | 0 | 101000 | 10011 | 1111011 | 110000 | 1000000 |
Color Harmonies of #78CF7C
Complementary color
Monochromatic Colors of #78CF7C
Black with #78CF7C
Text Example
Text Example
White with #78CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF7C; }
p { color: rgb(120,207,124); }
H1.HeaderClassName
{
color: #78CF7C;
}
.AnyTagClassName
{
color: #78CF7C;
}
</style>
background-color css
<style>
a { background-color: #78CF7C; }
a { background-color: rgb(120,207,124); }
div.DivClassName
{
background-color: #78CF7C;
}
.BgClassName
{
background-color: #78CF7C;
}
</style>
border-color css
<style>
span { border-color: #78CF7C; }
span { border-color: rgb(120,207,124); }
td.TdClassName
{
border-color: #78CF7C;
}
.TagClassName
{
border-color: #78CF7C;
}
</style>