Shades of Bay Leaf #7DC18F
Tints of Bay Leaf #7DC18F
RGB
CMYK
RGB Variations
Color information
#7DC18F (or 0x7DC18F) is known color: Bay Leaf. HEX triplet: 7D, C1 and 8F. RGB value is (125,193,143). Sum of RGB (Red+Green+Blue) = 125+193+143=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC18F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC18F is #823E70. Grayscale: #A7A7A7. Windows color (decimal): -8535665 or 9421181. OLE color: 9421181.
HSL color Cylindrical-coordinate representation of color #7DC18F: hue angle of 135.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DC18F is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 143 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.24 |
| HSL | 135.88º | 0.35% | 0.62% | - |
| HSV(B) | 135.88º | 0.35% | 0.76% | - |
| XYZ | 32.49 | 44.48 | 32.86 | - |
| YUV | 166.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 143 | 0.35 | 0 | 0.26 | 0.24 | 135.88 | 0.35 | 0.62 |
| Hex | 7D | C1 | 8F | 23 | 0 | 1A | 18 | 88 | 23 | 3E |
| Octal | 175 | 301 | 217 | 43 | 0 | 32 | 30 | 210 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10001111 | 100011 | 0 | 11010 | 11000 | 10001000 | 100011 | 111110 |
Color Harmonies of #7DC18F
Complementary color
Monochromatic Colors of #7DC18F
Black with #7DC18F
Text Example
Text Example
White with #7DC18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC18F; }
p { color: rgb(125,193,143); }
H1.HeaderClassName
{
color: #7DC18F;
}
.AnyTagClassName
{
color: #7DC18F;
}
</style>
background-color css
<style>
a { background-color: #7DC18F; }
a { background-color: rgb(125,193,143); }
div.DivClassName
{
background-color: #7DC18F;
}
.BgClassName
{
background-color: #7DC18F;
}
</style>
border-color css
<style>
span { border-color: #7DC18F; }
span { border-color: rgb(125,193,143); }
td.TdClassName
{
border-color: #7DC18F;
}
.TagClassName
{
border-color: #7DC18F;
}
</style>