Shades of Chelsea Cucumber #7DAE4A
Tints of Chelsea Cucumber #7DAE4A
RGB
CMYK
RGB Variations
Color information
#7DAE4A (or 0x7DAE4A) is known color: Chelsea Cucumber. HEX triplet: 7D, AE and 4A. RGB value is (125,174,74). Sum of RGB (Red+Green+Blue) = 125+174+74=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 74 (29.30% from 255 or 19.84% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE4A is #8251B5. Grayscale: #949494. Windows color (decimal): -8540598 or 4894333. OLE color: 4894333.
HSL color Cylindrical-coordinate representation of color #7DAE4A: hue angle of 89.4º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7DAE4A is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 74 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.32 |
| HSL | 89.4º | 0.4% | 0.49% | - |
| HSV(B) | 89.4º | 0.57% | 0.68% | - |
| XYZ | 24.83 | 35.13 | 11.95 | - |
| YUV | 147.95 | 86.27 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 74 | 0.28 | 0 | 0.57 | 0.32 | 89.4 | 0.4 | 0.49 |
| Hex | 7D | AE | 4A | 1C | 0 | 39 | 20 | 59 | 28 | 31 |
| Octal | 175 | 256 | 112 | 34 | 0 | 71 | 40 | 131 | 50 | 61 |
| Binary | 1111101 | 10101110 | 1001010 | 11100 | 0 | 111001 | 100000 | 1011001 | 101000 | 110001 |
Color Harmonies of #7DAE4A
Complementary color
Monochromatic Colors of #7DAE4A
Black with #7DAE4A
Text Example
Text Example
White with #7DAE4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE4A; }
p { color: rgb(125,174,74); }
H1.HeaderClassName
{
color: #7DAE4A;
}
.AnyTagClassName
{
color: #7DAE4A;
}
</style>
background-color css
<style>
a { background-color: #7DAE4A; }
a { background-color: rgb(125,174,74); }
div.DivClassName
{
background-color: #7DAE4A;
}
.BgClassName
{
background-color: #7DAE4A;
}
</style>
border-color css
<style>
span { border-color: #7DAE4A; }
span { border-color: rgb(125,174,74); }
td.TdClassName
{
border-color: #7DAE4A;
}
.TagClassName
{
border-color: #7DAE4A;
}
</style>