Shades of Chelsea Cucumber #7DB442
Tints of Chelsea Cucumber #7DB442
RGB
CMYK
RGB Variations
Color information
#7DB442 (or 0x7DB442) is known color: Chelsea Cucumber. HEX triplet: 7D, B4 and 42. RGB value is (125,180,66). Sum of RGB (Red+Green+Blue) = 125+180+66=371 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.69% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 66 (26.17% from 255 or 17.79% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #7DB442 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB442 is #824BBD. Grayscale: #969696. Windows color (decimal): -8539070 or 4371581. OLE color: 4371581.
HSL color Cylindrical-coordinate representation of color #7DB442: hue angle of 88.95º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7DB442 is Cyan = 0.31, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 180 | 66 | - |
| CMYK | 0.31 | 0 | 0.63 | 0.29 |
| HSL | 88.95º | 0.46% | 0.48% | - |
| HSV(B) | 88.95º | 0.63% | 0.71% | - |
| XYZ | 25.76 | 37.4 | 11.01 | - |
| YUV | 150.56 | 80.28 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 180 | 66 | 0.31 | 0 | 0.63 | 0.29 | 88.95 | 0.46 | 0.48 |
| Hex | 7D | B4 | 42 | 1F | 0 | 3F | 1D | 59 | 2E | 30 |
| Octal | 175 | 264 | 102 | 37 | 0 | 77 | 35 | 131 | 56 | 60 |
| Binary | 1111101 | 10110100 | 1000010 | 11111 | 0 | 111111 | 11101 | 1011001 | 101110 | 110000 |
Color Harmonies of #7DB442
Complementary color
Monochromatic Colors of #7DB442
Black with #7DB442
Text Example
Text Example
White with #7DB442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB442; }
p { color: rgb(125,180,66); }
H1.HeaderClassName
{
color: #7DB442;
}
.AnyTagClassName
{
color: #7DB442;
}
</style>
background-color css
<style>
a { background-color: #7DB442; }
a { background-color: rgb(125,180,66); }
div.DivClassName
{
background-color: #7DB442;
}
.BgClassName
{
background-color: #7DB442;
}
</style>
border-color css
<style>
span { border-color: #7DB442; }
span { border-color: rgb(125,180,66); }
td.TdClassName
{
border-color: #7DB442;
}
.TagClassName
{
border-color: #7DB442;
}
</style>