Shades of Chelsea Cucumber #7DB04F
Tints of Chelsea Cucumber #7DB04F
RGB
CMYK
RGB Variations
Color information
#7DB04F (or 0x7DB04F) is known color: Chelsea Cucumber. HEX triplet: 7D, B0 and 4F. RGB value is (125,176,79). Sum of RGB (Red+Green+Blue) = 125+176+79=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 176 (69.14% from 255 or 46.32% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB04F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB04F is #824FB0. Grayscale: #969696. Windows color (decimal): -8540081 or 5222525. OLE color: 5222525.
HSL color Cylindrical-coordinate representation of color #7DB04F: hue angle of 91.55º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7DB04F is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 79 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.31 |
| HSL | 91.55º | 0.38% | 0.5% | - |
| HSV(B) | 91.55º | 0.55% | 0.69% | - |
| XYZ | 25.39 | 35.98 | 13 | - |
| YUV | 149.69 | 88.1 | 110.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 79 | 0.29 | 0 | 0.55 | 0.31 | 91.55 | 0.38 | 0.5 |
| Hex | 7D | B0 | 4F | 1D | 0 | 37 | 1F | 5C | 26 | 32 |
| Octal | 175 | 260 | 117 | 35 | 0 | 67 | 37 | 134 | 46 | 62 |
| Binary | 1111101 | 10110000 | 1001111 | 11101 | 0 | 110111 | 11111 | 1011100 | 100110 | 110010 |
Color Harmonies of #7DB04F
Complementary color
Monochromatic Colors of #7DB04F
Black with #7DB04F
Text Example
Text Example
White with #7DB04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB04F; }
p { color: rgb(125,176,79); }
H1.HeaderClassName
{
color: #7DB04F;
}
.AnyTagClassName
{
color: #7DB04F;
}
</style>
background-color css
<style>
a { background-color: #7DB04F; }
a { background-color: rgb(125,176,79); }
div.DivClassName
{
background-color: #7DB04F;
}
.BgClassName
{
background-color: #7DB04F;
}
</style>
border-color css
<style>
span { border-color: #7DB04F; }
span { border-color: rgb(125,176,79); }
td.TdClassName
{
border-color: #7DB04F;
}
.TagClassName
{
border-color: #7DB04F;
}
</style>