Shades of Bay Leaf #78C58D
Tints of Bay Leaf #78C58D
RGB
CMYK
RGB Variations
Color information
#78C58D (or 0x78C58D) is known color: Bay Leaf. HEX triplet: 78, C5 and 8D. RGB value is (120,197,141). Sum of RGB (Red+Green+Blue) = 120+197+141=458 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.20% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #78C58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C58D is #873A72. Grayscale: #A7A7A7. Windows color (decimal): -8862323 or 9291128. OLE color: 9291128.
HSL color Cylindrical-coordinate representation of color #78C58D: hue angle of 136.36º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78C58D is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 120 | 197 | 141 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.23 |
| HSL | 136.36º | 0.4% | 0.62% | - |
| HSV(B) | 136.36º | 0.39% | 0.77% | - |
| XYZ | 32.52 | 45.85 | 32.34 | - |
| YUV | 167.59 | 112.99 | 94.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 197 | 141 | 0.39 | 0 | 0.28 | 0.23 | 136.36 | 0.4 | 0.62 |
| Hex | 78 | C5 | 8D | 27 | 0 | 1C | 17 | 88 | 28 | 3E |
| Octal | 170 | 305 | 215 | 47 | 0 | 34 | 27 | 210 | 50 | 76 |
| Binary | 1111000 | 11000101 | 10001101 | 100111 | 0 | 11100 | 10111 | 10001000 | 101000 | 111110 |
Color Harmonies of #78C58D
Complementary color
Monochromatic Colors of #78C58D
Black with #78C58D
Text Example
Text Example
White with #78C58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C58D; }
p { color: rgb(120,197,141); }
H1.HeaderClassName
{
color: #78C58D;
}
.AnyTagClassName
{
color: #78C58D;
}
</style>
background-color css
<style>
a { background-color: #78C58D; }
a { background-color: rgb(120,197,141); }
div.DivClassName
{
background-color: #78C58D;
}
.BgClassName
{
background-color: #78C58D;
}
</style>
border-color css
<style>
span { border-color: #78C58D; }
span { border-color: rgb(120,197,141); }
td.TdClassName
{
border-color: #78C58D;
}
.TagClassName
{
border-color: #78C58D;
}
</style>