Shades of Pastel Green #78E961
Tints of Pastel Green #78E961
RGB
CMYK
RGB Variations
Color information
#78E961 (or 0x78E961) is known color: Pastel Green. HEX triplet: 78, E9 and 61. RGB value is (120,233,97). Sum of RGB (Red+Green+Blue) = 120+233+97=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 233 (91.41% from 255 or 51.78% from 450); Blue value is 97 (38.28% from 255 or 21.56% from 450); Max value from RGB is 233 - color contains mainly: green. Hex color #78E961 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #78E961 is #87169E. Grayscale: #B8B8B8. Windows color (decimal): -8853151 or 6416760. OLE color: 6416760.
HSL color Cylindrical-coordinate representation of color #78E961: hue angle of 109.85º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #78E961 is Cyan = 0.48, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 233 | 97 | - |
| CMYK | 0.48 | 0 | 0.58 | 0.09 |
| HSL | 109.85º | 0.76% | 0.65% | - |
| HSV(B) | 109.85º | 0.58% | 0.91% | - |
| XYZ | 39.04 | 63.13 | 21.44 | - |
| YUV | 183.71 | 79.06 | 82.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 233 | 97 | 0.48 | 0 | 0.58 | 0.09 | 109.85 | 0.76 | 0.65 |
| Hex | 78 | E9 | 61 | 30 | 0 | 3A | 9 | 6E | 4C | 41 |
| Octal | 170 | 351 | 141 | 60 | 0 | 72 | 11 | 156 | 114 | 101 |
| Binary | 1111000 | 11101001 | 1100001 | 110000 | 0 | 111010 | 1001 | 1101110 | 1001100 | 1000001 |
Color Harmonies of #78E961
Complementary color
Monochromatic Colors of #78E961
Black with #78E961
Text Example
Text Example
White with #78E961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E961; }
p { color: rgb(120,233,97); }
H1.HeaderClassName
{
color: #78E961;
}
.AnyTagClassName
{
color: #78E961;
}
</style>
background-color css
<style>
a { background-color: #78E961; }
a { background-color: rgb(120,233,97); }
div.DivClassName
{
background-color: #78E961;
}
.BgClassName
{
background-color: #78E961;
}
</style>
border-color css
<style>
span { border-color: #78E961; }
span { border-color: rgb(120,233,97); }
td.TdClassName
{
border-color: #78E961;
}
.TagClassName
{
border-color: #78E961;
}
</style>