Shades of Bay Leaf #7DC18C
Tints of Bay Leaf #7DC18C
RGB
CMYK
RGB Variations
Color information
#7DC18C (or 0x7DC18C) is known color: Bay Leaf. HEX triplet: 7D, C1 and 8C. RGB value is (125,193,140). Sum of RGB (Red+Green+Blue) = 125+193+140=458 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.29% from 458); Green value is 193 (75.78% from 255 or 42.14% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 193 - color contains mainly: green. Hex color #7DC18C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DC18C is #823E73. Grayscale: #A6A6A6. Windows color (decimal): -8535668 or 9224573. OLE color: 9224573.
HSL color Cylindrical-coordinate representation of color #7DC18C: hue angle of 133.24º 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 #7DC18C is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 125 | 193 | 140 | - |
| CMYK | 0.35 | 0 | 0.27 | 0.24 |
| HSL | 133.24º | 0.35% | 0.62% | - |
| HSV(B) | 133.24º | 0.35% | 0.76% | - |
| XYZ | 32.26 | 44.39 | 31.68 | - |
| YUV | 166.63 | 112.97 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 193 | 140 | 0.35 | 0 | 0.27 | 0.24 | 133.24 | 0.35 | 0.62 |
| Hex | 7D | C1 | 8C | 23 | 0 | 1B | 18 | 85 | 23 | 3E |
| Octal | 175 | 301 | 214 | 43 | 0 | 33 | 30 | 205 | 43 | 76 |
| Binary | 1111101 | 11000001 | 10001100 | 100011 | 0 | 11011 | 11000 | 10000101 | 100011 | 111110 |
Color Harmonies of #7DC18C
Complementary color
Monochromatic Colors of #7DC18C
Black with #7DC18C
Text Example
Text Example
White with #7DC18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC18C; }
p { color: rgb(125,193,140); }
H1.HeaderClassName
{
color: #7DC18C;
}
.AnyTagClassName
{
color: #7DC18C;
}
</style>
background-color css
<style>
a { background-color: #7DC18C; }
a { background-color: rgb(125,193,140); }
div.DivClassName
{
background-color: #7DC18C;
}
.BgClassName
{
background-color: #7DC18C;
}
</style>
border-color css
<style>
span { border-color: #7DC18C; }
span { border-color: rgb(125,193,140); }
td.TdClassName
{
border-color: #7DC18C;
}
.TagClassName
{
border-color: #7DC18C;
}
</style>