Shades of Chelsea Cucumber #7DB547
Tints of Chelsea Cucumber #7DB547
RGB
CMYK
RGB Variations
Color information
#7DB547 (or 0x7DB547) is known color: Chelsea Cucumber. HEX triplet: 7D, B5 and 47. RGB value is (125,181,71). Sum of RGB (Red+Green+Blue) = 125+181+71=377 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.16% from 377); Green value is 181 (71.09% from 255 or 48.01% from 377); Blue value is 71 (28.12% from 255 or 18.83% from 377); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB547 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB547 is #824AB8. Grayscale: #989898. Windows color (decimal): -8538809 or 4699517. OLE color: 4699517.
HSL color Cylindrical-coordinate representation of color #7DB547: hue angle of 90.55º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7DB547 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 71 | - |
| CMYK | 0.31 | 0 | 0.61 | 0.29 |
| HSL | 90.55º | 0.44% | 0.49% | - |
| HSV(B) | 90.55º | 0.61% | 0.71% | - |
| XYZ | 26.12 | 37.86 | 11.89 | - |
| YUV | 151.72 | 82.45 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 71 | 0.31 | 0 | 0.61 | 0.29 | 90.55 | 0.44 | 0.49 |
| Hex | 7D | B5 | 47 | 1F | 0 | 3D | 1D | 5B | 2C | 31 |
| Octal | 175 | 265 | 107 | 37 | 0 | 75 | 35 | 133 | 54 | 61 |
| Binary | 1111101 | 10110101 | 1000111 | 11111 | 0 | 111101 | 11101 | 1011011 | 101100 | 110001 |
Color Harmonies of #7DB547
Complementary color
Monochromatic Colors of #7DB547
Black with #7DB547
Text Example
Text Example
White with #7DB547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB547; }
p { color: rgb(125,181,71); }
H1.HeaderClassName
{
color: #7DB547;
}
.AnyTagClassName
{
color: #7DB547;
}
</style>
background-color css
<style>
a { background-color: #7DB547; }
a { background-color: rgb(125,181,71); }
div.DivClassName
{
background-color: #7DB547;
}
.BgClassName
{
background-color: #7DB547;
}
</style>
border-color css
<style>
span { border-color: #7DB547; }
span { border-color: rgb(125,181,71); }
td.TdClassName
{
border-color: #7DB547;
}
.TagClassName
{
border-color: #7DB547;
}
</style>