Shades of Chelsea Cucumber #7DB24B
Tints of Chelsea Cucumber #7DB24B
RGB
CMYK
RGB Variations
Color information
#7DB24B (or 0x7DB24B) is known color: Chelsea Cucumber. HEX triplet: 7D, B2 and 4B. RGB value is (125,178,75). Sum of RGB (Red+Green+Blue) = 125+178+75=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 178 (69.92% from 255 or 47.09% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB24B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DB24B is #824DB4. Grayscale: #969696. Windows color (decimal): -8539573 or 4960893. OLE color: 4960893.
HSL color Cylindrical-coordinate representation of color #7DB24B: hue angle of 90.87º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7DB24B is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 75 | - |
| CMYK | 0.30 | 0 | 0.58 | 0.30 |
| HSL | 90.87º | 0.41% | 0.5% | - |
| HSV(B) | 90.87º | 0.58% | 0.7% | - |
| XYZ | 25.65 | 36.71 | 12.39 | - |
| YUV | 150.41 | 85.44 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 75 | 0.30 | 0 | 0.58 | 0.30 | 90.87 | 0.41 | 0.5 |
| Hex | 7D | B2 | 4B | 1E | 0 | 3A | 1E | 5B | 29 | 32 |
| Octal | 175 | 262 | 113 | 36 | 0 | 72 | 36 | 133 | 51 | 62 |
| Binary | 1111101 | 10110010 | 1001011 | 11110 | 0 | 111010 | 11110 | 1011011 | 101001 | 110010 |
Color Harmonies of #7DB24B
Complementary color
Monochromatic Colors of #7DB24B
Black with #7DB24B
Text Example
Text Example
White with #7DB24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB24B; }
p { color: rgb(125,178,75); }
H1.HeaderClassName
{
color: #7DB24B;
}
.AnyTagClassName
{
color: #7DB24B;
}
</style>
background-color css
<style>
a { background-color: #7DB24B; }
a { background-color: rgb(125,178,75); }
div.DivClassName
{
background-color: #7DB24B;
}
.BgClassName
{
background-color: #7DB24B;
}
</style>
border-color css
<style>
span { border-color: #7DB24B; }
span { border-color: rgb(125,178,75); }
td.TdClassName
{
border-color: #7DB24B;
}
.TagClassName
{
border-color: #7DB24B;
}
</style>