Shades of Chelsea Cucumber #7DB150
Tints of Chelsea Cucumber #7DB150
RGB
CMYK
RGB Variations
Color information
#7DB150 (or 0x7DB150) is known color: Chelsea Cucumber. HEX triplet: 7D, B1 and 50. RGB value is (125,177,80). Sum of RGB (Red+Green+Blue) = 125+177+80=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 80 (31.64% from 255 or 20.94% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB150 is #824EAF. Grayscale: #969696. Windows color (decimal): -8539824 or 5288317. OLE color: 5288317.
HSL color Cylindrical-coordinate representation of color #7DB150: hue angle of 92.16º 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 #7DB150 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 177 | 80 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.31 |
| HSL | 92.16º | 0.38% | 0.5% | - |
| HSV(B) | 92.16º | 0.55% | 0.69% | - |
| XYZ | 25.63 | 36.38 | 13.26 | - |
| YUV | 150.39 | 88.27 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 177 | 80 | 0.29 | 0 | 0.55 | 0.31 | 92.16 | 0.38 | 0.5 |
| Hex | 7D | B1 | 50 | 1D | 0 | 37 | 1F | 5C | 26 | 32 |
| Octal | 175 | 261 | 120 | 35 | 0 | 67 | 37 | 134 | 46 | 62 |
| Binary | 1111101 | 10110001 | 1010000 | 11101 | 0 | 110111 | 11111 | 1011100 | 100110 | 110010 |
Color Harmonies of #7DB150
Complementary color
Monochromatic Colors of #7DB150
Black with #7DB150
Text Example
Text Example
White with #7DB150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB150; }
p { color: rgb(125,177,80); }
H1.HeaderClassName
{
color: #7DB150;
}
.AnyTagClassName
{
color: #7DB150;
}
</style>
background-color css
<style>
a { background-color: #7DB150; }
a { background-color: rgb(125,177,80); }
div.DivClassName
{
background-color: #7DB150;
}
.BgClassName
{
background-color: #7DB150;
}
</style>
border-color css
<style>
span { border-color: #7DB150; }
span { border-color: rgb(125,177,80); }
td.TdClassName
{
border-color: #7DB150;
}
.TagClassName
{
border-color: #7DB150;
}
</style>