Shades of Bay Leaf #7CC48E
Tints of Bay Leaf #7CC48E
RGB
CMYK
RGB Variations
Color information
#7CC48E (or 0x7CC48E) is known color: Bay Leaf. HEX triplet: 7C, C4 and 8E. RGB value is (124,196,142). Sum of RGB (Red+Green+Blue) = 124+196+142=462 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.84% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #7CC48E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC48E is #833B71. Grayscale: #A8A8A8. Windows color (decimal): -8600434 or 9356412. OLE color: 9356412.
HSL color Cylindrical-coordinate representation of color #7CC48E: hue angle of 135º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7CC48E is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 124 | 196 | 142 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.23 |
| HSL | 135º | 0.38% | 0.63% | - |
| HSV(B) | 135º | 0.37% | 0.77% | - |
| XYZ | 32.93 | 45.72 | 32.68 | - |
| YUV | 168.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 196 | 142 | 0.37 | 0 | 0.28 | 0.23 | 135 | 0.38 | 0.63 |
| Hex | 7C | C4 | 8E | 25 | 0 | 1C | 17 | 87 | 26 | 3F |
| Octal | 174 | 304 | 216 | 45 | 0 | 34 | 27 | 207 | 46 | 77 |
| Binary | 1111100 | 11000100 | 10001110 | 100101 | 0 | 11100 | 10111 | 10000111 | 100110 | 111111 |
Color Harmonies of #7CC48E
Complementary color
Monochromatic Colors of #7CC48E
Black with #7CC48E
Text Example
Text Example
White with #7CC48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC48E; }
p { color: rgb(124,196,142); }
H1.HeaderClassName
{
color: #7CC48E;
}
.AnyTagClassName
{
color: #7CC48E;
}
</style>
background-color css
<style>
a { background-color: #7CC48E; }
a { background-color: rgb(124,196,142); }
div.DivClassName
{
background-color: #7CC48E;
}
.BgClassName
{
background-color: #7CC48E;
}
</style>
border-color css
<style>
span { border-color: #7CC48E; }
span { border-color: rgb(124,196,142); }
td.TdClassName
{
border-color: #7CC48E;
}
.TagClassName
{
border-color: #7CC48E;
}
</style>