Shades of Pastel Green #78C96D
Tints of Pastel Green #78C96D
RGB
CMYK
RGB Variations
Color information
#78C96D (or 0x78C96D) is known color: Pastel Green. HEX triplet: 78, C9 and 6D. RGB value is (120,201,109). Sum of RGB (Red+Green+Blue) = 120+201+109=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 201 (78.91% from 255 or 46.74% from 430); Blue value is 109 (42.97% from 255 or 25.35% from 430); Max value from RGB is 201 - color contains mainly: green. Hex color #78C96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #78C96D is #873692. Grayscale: #A6A6A6. Windows color (decimal): -8861331 or 7195000. OLE color: 7195000.
HSL color Cylindrical-coordinate representation of color #78C96D: hue angle of 112.83º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78C96D is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 201 | 109 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.21 |
| HSL | 112.83º | 0.46% | 0.61% | - |
| HSV(B) | 112.83º | 0.46% | 0.79% | - |
| XYZ | 31.39 | 46.87 | 21.86 | - |
| YUV | 166.29 | 95.66 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 201 | 109 | 0.40 | 0 | 0.46 | 0.21 | 112.83 | 0.46 | 0.61 |
| Hex | 78 | C9 | 6D | 28 | 0 | 2E | 15 | 71 | 2E | 3D |
| Octal | 170 | 311 | 155 | 50 | 0 | 56 | 25 | 161 | 56 | 75 |
| Binary | 1111000 | 11001001 | 1101101 | 101000 | 0 | 101110 | 10101 | 1110001 | 101110 | 111101 |
Color Harmonies of #78C96D
Complementary color
Monochromatic Colors of #78C96D
Black with #78C96D
Text Example
Text Example
White with #78C96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C96D; }
p { color: rgb(120,201,109); }
H1.HeaderClassName
{
color: #78C96D;
}
.AnyTagClassName
{
color: #78C96D;
}
</style>
background-color css
<style>
a { background-color: #78C96D; }
a { background-color: rgb(120,201,109); }
div.DivClassName
{
background-color: #78C96D;
}
.BgClassName
{
background-color: #78C96D;
}
</style>
border-color css
<style>
span { border-color: #78C96D; }
span { border-color: rgb(120,201,109); }
td.TdClassName
{
border-color: #78C96D;
}
.TagClassName
{
border-color: #78C96D;
}
</style>