Shades of Bay Leaf #78C28E
Tints of Bay Leaf #78C28E
RGB
CMYK
RGB Variations
Color information
#78C28E (or 0x78C28E) is known color: Bay Leaf. HEX triplet: 78, C2 and 8E. RGB value is (120,194,142). Sum of RGB (Red+Green+Blue) = 120+194+142=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 142 (55.86% from 255 or 31.14% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #78C28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78C28E is #873D71. Grayscale: #A6A6A6. Windows color (decimal): -8863090 or 9355896. OLE color: 9355896.
HSL color Cylindrical-coordinate representation of color #78C28E: hue angle of 137.84º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78C28E is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 194 | 142 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.24 |
| HSL | 137.84º | 0.38% | 0.62% | - |
| HSV(B) | 137.84º | 0.38% | 0.76% | - |
| XYZ | 31.92 | 44.53 | 32.5 | - |
| YUV | 165.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 194 | 142 | 0.38 | 0 | 0.27 | 0.24 | 137.84 | 0.38 | 0.62 |
| Hex | 78 | C2 | 8E | 26 | 0 | 1B | 18 | 8A | 26 | 3E |
| Octal | 170 | 302 | 216 | 46 | 0 | 33 | 30 | 212 | 46 | 76 |
| Binary | 1111000 | 11000010 | 10001110 | 100110 | 0 | 11011 | 11000 | 10001010 | 100110 | 111110 |
Color Harmonies of #78C28E
Complementary color
Monochromatic Colors of #78C28E
Black with #78C28E
Text Example
Text Example
White with #78C28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78C28E; }
p { color: rgb(120,194,142); }
H1.HeaderClassName
{
color: #78C28E;
}
.AnyTagClassName
{
color: #78C28E;
}
</style>
background-color css
<style>
a { background-color: #78C28E; }
a { background-color: rgb(120,194,142); }
div.DivClassName
{
background-color: #78C28E;
}
.BgClassName
{
background-color: #78C28E;
}
</style>
border-color css
<style>
span { border-color: #78C28E; }
span { border-color: rgb(120,194,142); }
td.TdClassName
{
border-color: #78C28E;
}
.TagClassName
{
border-color: #78C28E;
}
</style>