Shades of Bay Leaf #7FC18D
Tints of Bay Leaf #7FC18D
RGB
CMYK
RGB Variations
Color information
#7FC18D (or 0x7FC18D) is known color: Bay Leaf. HEX triplet: 7F, C1 and 8D. RGB value is (127,193,141). Sum of RGB (Red+Green+Blue) = 127+193+141=461 (61% of max value = 765). Red value is 127 (50% from 255 or 27.55% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 141 (55.47% from 255 or 30.59% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC18D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC18D is #803E72. Grayscale: #A7A7A7. Windows color (decimal): -8404595 or 9290111. OLE color: 9290111.
HSL color Cylindrical-coordinate representation of color #7FC18D: hue angle of 132.73º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7FC18D is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 141 | - |
| CMYK | 0.34 | 0 | 0.27 | 0.24 |
| HSL | 132.73º | 0.35% | 0.63% | - |
| HSV(B) | 132.73º | 0.34% | 0.76% | - |
| XYZ | 32.63 | 44.58 | 32.08 | - |
| YUV | 167.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 141 | 0.34 | 0 | 0.27 | 0.24 | 132.73 | 0.35 | 0.63 |
| Hex | 7F | C1 | 8D | 22 | 0 | 1B | 18 | 85 | 23 | 3F |
| Octal | 177 | 301 | 215 | 42 | 0 | 33 | 30 | 205 | 43 | 77 |
| Binary | 1111111 | 11000001 | 10001101 | 100010 | 0 | 11011 | 11000 | 10000101 | 100011 | 111111 |
Color Harmonies of #7FC18D
Complementary color
Monochromatic Colors of #7FC18D
Black with #7FC18D
Text Example
Text Example
White with #7FC18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC18D; }
p { color: rgb(127,193,141); }
H1.HeaderClassName
{
color: #7FC18D;
}
.AnyTagClassName
{
color: #7FC18D;
}
</style>
background-color css
<style>
a { background-color: #7FC18D; }
a { background-color: rgb(127,193,141); }
div.DivClassName
{
background-color: #7FC18D;
}
.BgClassName
{
background-color: #7FC18D;
}
</style>
border-color css
<style>
span { border-color: #7FC18D; }
span { border-color: rgb(127,193,141); }
td.TdClassName
{
border-color: #7FC18D;
}
.TagClassName
{
border-color: #7FC18D;
}
</style>