Shades of Pastel Green #78CF76
Tints of Pastel Green #78CF76
RGB
CMYK
RGB Variations
Color information
#78CF76 (or 0x78CF76) is known color: Pastel Green. HEX triplet: 78, CF and 76. RGB value is (120,207,118). Sum of RGB (Red+Green+Blue) = 120+207+118=445 (58% of max value = 765). Red value is 120 (47.27% from 255 or 26.97% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 118 (46.48% from 255 or 26.52% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #78CF76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78CF76 is #873089. Grayscale: #ABABAB. Windows color (decimal): -8859786 or 7786360. OLE color: 7786360.
HSL color Cylindrical-coordinate representation of color #78CF76: hue angle of 118.65º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78CF76 is Cyan = 0.42, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 120 | 207 | 118 | - |
| CMYK | 0.42 | 0 | 0.43 | 0.19 |
| HSL | 118.65º | 0.48% | 0.64% | - |
| HSV(B) | 118.65º | 0.43% | 0.81% | - |
| XYZ | 33.33 | 49.93 | 25.02 | - |
| YUV | 170.84 | 98.18 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 207 | 118 | 0.42 | 0 | 0.43 | 0.19 | 118.65 | 0.48 | 0.64 |
| Hex | 78 | CF | 76 | 2A | 0 | 2B | 13 | 77 | 30 | 40 |
| Octal | 170 | 317 | 166 | 52 | 0 | 53 | 23 | 167 | 60 | 100 |
| Binary | 1111000 | 11001111 | 1110110 | 101010 | 0 | 101011 | 10011 | 1110111 | 110000 | 1000000 |
Color Harmonies of #78CF76
Complementary color
Monochromatic Colors of #78CF76
Black with #78CF76
Text Example
Text Example
White with #78CF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CF76; }
p { color: rgb(120,207,118); }
H1.HeaderClassName
{
color: #78CF76;
}
.AnyTagClassName
{
color: #78CF76;
}
</style>
background-color css
<style>
a { background-color: #78CF76; }
a { background-color: rgb(120,207,118); }
div.DivClassName
{
background-color: #78CF76;
}
.BgClassName
{
background-color: #78CF76;
}
</style>
border-color css
<style>
span { border-color: #78CF76; }
span { border-color: rgb(120,207,118); }
td.TdClassName
{
border-color: #78CF76;
}
.TagClassName
{
border-color: #78CF76;
}
</style>