Shades of Chelsea Cucumber #7DB14E
Tints of Chelsea Cucumber #7DB14E
RGB
CMYK
RGB Variations
Color information
#7DB14E (or 0x7DB14E) is known color: Chelsea Cucumber. HEX triplet: 7D, B1 and 4E. RGB value is (125,177,78). Sum of RGB (Red+Green+Blue) = 125+177+78=380 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.89% from 380); Green value is 177 (69.53% from 255 or 46.58% from 380); Blue value is 78 (30.86% from 255 or 20.53% from 380); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB14E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB14E is #824EB1. Grayscale: #969696. Windows color (decimal): -8539826 or 5157245. OLE color: 5157245.
HSL color Cylindrical-coordinate representation of color #7DB14E: hue angle of 91.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7DB14E is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 78 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.31 |
| HSL | 91.52º | 0.39% | 0.5% | - |
| HSV(B) | 91.52º | 0.56% | 0.69% | - |
| XYZ | 25.55 | 36.35 | 12.88 | - |
| YUV | 150.17 | 87.27 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 78 | 0.29 | 0 | 0.56 | 0.31 | 91.52 | 0.39 | 0.5 |
| Hex | 7D | B1 | 4E | 1D | 0 | 38 | 1F | 5C | 27 | 32 |
| Octal | 175 | 261 | 116 | 35 | 0 | 70 | 37 | 134 | 47 | 62 |
| Binary | 1111101 | 10110001 | 1001110 | 11101 | 0 | 111000 | 11111 | 1011100 | 100111 | 110010 |
Color Harmonies of #7DB14E
Complementary color
Monochromatic Colors of #7DB14E
Black with #7DB14E
Text Example
Text Example
White with #7DB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB14E; }
p { color: rgb(125,177,78); }
H1.HeaderClassName
{
color: #7DB14E;
}
.AnyTagClassName
{
color: #7DB14E;
}
</style>
background-color css
<style>
a { background-color: #7DB14E; }
a { background-color: rgb(125,177,78); }
div.DivClassName
{
background-color: #7DB14E;
}
.BgClassName
{
background-color: #7DB14E;
}
</style>
border-color css
<style>
span { border-color: #7DB14E; }
span { border-color: rgb(125,177,78); }
td.TdClassName
{
border-color: #7DB14E;
}
.TagClassName
{
border-color: #7DB14E;
}
</style>