Shades of Bay Leaf #78CA90
Tints of Bay Leaf #78CA90
RGB
CMYK
RGB Variations
Color information
#78CA90 (or 0x78CA90) is known color: Bay Leaf. HEX triplet: 78, CA and 90. RGB value is (120,202,144). Sum of RGB (Red+Green+Blue) = 120+202+144=466 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.75% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #78CA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78CA90 is #87356F. Grayscale: #ABABAB. Windows color (decimal): -8861040 or 9489016. OLE color: 9489016.
HSL color Cylindrical-coordinate representation of color #78CA90: hue angle of 137.56º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78CA90 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 120 | 202 | 144 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.21 |
| HSL | 137.56º | 0.44% | 0.63% | - |
| HSV(B) | 137.56º | 0.41% | 0.79% | - |
| XYZ | 33.9 | 48.25 | 33.91 | - |
| YUV | 170.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 144 | 0.41 | 0 | 0.29 | 0.21 | 137.56 | 0.44 | 0.63 |
| Hex | 78 | CA | 90 | 29 | 0 | 1D | 15 | 8A | 2C | 3F |
| Octal | 170 | 312 | 220 | 51 | 0 | 35 | 25 | 212 | 54 | 77 |
| Binary | 1111000 | 11001010 | 10010000 | 101001 | 0 | 11101 | 10101 | 10001010 | 101100 | 111111 |
Color Harmonies of #78CA90
Complementary color
Monochromatic Colors of #78CA90
Black with #78CA90
Text Example
Text Example
White with #78CA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CA90; }
p { color: rgb(120,202,144); }
H1.HeaderClassName
{
color: #78CA90;
}
.AnyTagClassName
{
color: #78CA90;
}
</style>
background-color css
<style>
a { background-color: #78CA90; }
a { background-color: rgb(120,202,144); }
div.DivClassName
{
background-color: #78CA90;
}
.BgClassName
{
background-color: #78CA90;
}
</style>
border-color css
<style>
span { border-color: #78CA90; }
span { border-color: rgb(120,202,144); }
td.TdClassName
{
border-color: #78CA90;
}
.TagClassName
{
border-color: #78CA90;
}
</style>