Shades of Sushi #7DAE39
Tints of Sushi #7DAE39
RGB
CMYK
RGB Variations
Color information
#7DAE39 (or 0x7DAE39) is known color: Sushi. HEX triplet: 7D, AE and 39. RGB value is (125,174,57). Sum of RGB (Red+Green+Blue) = 125+174+57=356 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.11% from 356); Green value is 174 (68.36% from 255 or 48.88% from 356); Blue value is 57 (22.66% from 255 or 16.01% from 356); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE39 is #8251C6. Grayscale: #929292. Windows color (decimal): -8540615 or 3780221. OLE color: 3780221.
HSL color Cylindrical-coordinate representation of color #7DAE39: hue angle of 85.13º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DAE39 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 57 | - |
| CMYK | 0.28 | 0 | 0.67 | 0.32 |
| HSL | 85.13º | 0.51% | 0.45% | - |
| HSV(B) | 85.13º | 0.67% | 0.68% | - |
| XYZ | 24.33 | 34.93 | 9.33 | - |
| YUV | 146.01 | 77.77 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 57 | 0.28 | 0 | 0.67 | 0.32 | 85.13 | 0.51 | 0.45 |
| Hex | 7D | AE | 39 | 1C | 0 | 43 | 20 | 55 | 33 | 2D |
| Octal | 175 | 256 | 71 | 34 | 0 | 103 | 40 | 125 | 63 | 55 |
| Binary | 1111101 | 10101110 | 111001 | 11100 | 0 | 1000011 | 100000 | 1010101 | 110011 | 101101 |
Color Harmonies of #7DAE39
Complementary color
Monochromatic Colors of #7DAE39
Black with #7DAE39
Text Example
Text Example
White with #7DAE39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE39; }
p { color: rgb(125,174,57); }
H1.HeaderClassName
{
color: #7DAE39;
}
.AnyTagClassName
{
color: #7DAE39;
}
</style>
background-color css
<style>
a { background-color: #7DAE39; }
a { background-color: rgb(125,174,57); }
div.DivClassName
{
background-color: #7DAE39;
}
.BgClassName
{
background-color: #7DAE39;
}
</style>
border-color css
<style>
span { border-color: #7DAE39; }
span { border-color: rgb(125,174,57); }
td.TdClassName
{
border-color: #7DAE39;
}
.TagClassName
{
border-color: #7DAE39;
}
</style>