Shades of Chelsea Cucumber #7DB048
Tints of Chelsea Cucumber #7DB048
RGB
CMYK
RGB Variations
Color information
#7DB048 (or 0x7DB048) is known color: Chelsea Cucumber. HEX triplet: 7D, B0 and 48. RGB value is (125,176,72). Sum of RGB (Red+Green+Blue) = 125+176+72=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #7DB048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB048 is #824FB7. Grayscale: #959595. Windows color (decimal): -8540088 or 4763773. OLE color: 4763773.
HSL color Cylindrical-coordinate representation of color #7DB048: hue angle of 89.42º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7DB048 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 125 | 176 | 72 | - |
| CMYK | 0.29 | 0 | 0.59 | 0.31 |
| HSL | 89.42º | 0.42% | 0.49% | - |
| HSV(B) | 89.42º | 0.59% | 0.69% | - |
| XYZ | 25.15 | 35.88 | 11.73 | - |
| YUV | 148.9 | 84.6 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 176 | 72 | 0.29 | 0 | 0.59 | 0.31 | 89.42 | 0.42 | 0.49 |
| Hex | 7D | B0 | 48 | 1D | 0 | 3B | 1F | 59 | 2A | 31 |
| Octal | 175 | 260 | 110 | 35 | 0 | 73 | 37 | 131 | 52 | 61 |
| Binary | 1111101 | 10110000 | 1001000 | 11101 | 0 | 111011 | 11111 | 1011001 | 101010 | 110001 |
Color Harmonies of #7DB048
Complementary color
Monochromatic Colors of #7DB048
Black with #7DB048
Text Example
Text Example
White with #7DB048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB048; }
p { color: rgb(125,176,72); }
H1.HeaderClassName
{
color: #7DB048;
}
.AnyTagClassName
{
color: #7DB048;
}
</style>
background-color css
<style>
a { background-color: #7DB048; }
a { background-color: rgb(125,176,72); }
div.DivClassName
{
background-color: #7DB048;
}
.BgClassName
{
background-color: #7DB048;
}
</style>
border-color css
<style>
span { border-color: #7DB048; }
span { border-color: rgb(125,176,72); }
td.TdClassName
{
border-color: #7DB048;
}
.TagClassName
{
border-color: #7DB048;
}
</style>