Shades of Bay Leaf #7FC18F
Tints of Bay Leaf #7FC18F
RGB
CMYK
RGB Variations
Color information
#7FC18F (or 0x7FC18F) is known color: Bay Leaf. HEX triplet: 7F, C1 and 8F. RGB value is (127,193,143). Sum of RGB (Red+Green+Blue) = 127+193+143=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 143 (56.25% from 255 or 30.89% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #7FC18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FC18F is #803E70. Grayscale: #A7A7A7. Windows color (decimal): -8404593 or 9421183. OLE color: 9421183.
HSL color Cylindrical-coordinate representation of color #7FC18F: hue angle of 134.55º 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 #7FC18F is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 127 | 193 | 143 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.24 |
| HSL | 134.55º | 0.35% | 0.63% | - |
| HSV(B) | 134.55º | 0.34% | 0.76% | - |
| XYZ | 32.78 | 44.64 | 32.87 | - |
| YUV | 167.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 193 | 143 | 0.34 | 0 | 0.26 | 0.24 | 134.55 | 0.35 | 0.63 |
| Hex | 7F | C1 | 8F | 22 | 0 | 1A | 18 | 87 | 23 | 3F |
| Octal | 177 | 301 | 217 | 42 | 0 | 32 | 30 | 207 | 43 | 77 |
| Binary | 1111111 | 11000001 | 10001111 | 100010 | 0 | 11010 | 11000 | 10000111 | 100011 | 111111 |
Color Harmonies of #7FC18F
Complementary color
Monochromatic Colors of #7FC18F
Black with #7FC18F
Text Example
Text Example
White with #7FC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC18F; }
p { color: rgb(127,193,143); }
H1.HeaderClassName
{
color: #7FC18F;
}
.AnyTagClassName
{
color: #7FC18F;
}
</style>
background-color css
<style>
a { background-color: #7FC18F; }
a { background-color: rgb(127,193,143); }
div.DivClassName
{
background-color: #7FC18F;
}
.BgClassName
{
background-color: #7FC18F;
}
</style>
border-color css
<style>
span { border-color: #7FC18F; }
span { border-color: rgb(127,193,143); }
td.TdClassName
{
border-color: #7FC18F;
}
.TagClassName
{
border-color: #7FC18F;
}
</style>