Shades of Sushi #7DAE31
Tints of Sushi #7DAE31
RGB
CMYK
RGB Variations
Color information
#7DAE31 (or 0x7DAE31) is known color: Sushi. HEX triplet: 7D, AE and 31. RGB value is (125,174,49). Sum of RGB (Red+Green+Blue) = 125+174+49=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 174 (68.36% from 255 or 50% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE31 is #8251CE. Grayscale: #919191. Windows color (decimal): -8540623 or 3255933. OLE color: 3255933.
HSL color Cylindrical-coordinate representation of color #7DAE31: hue angle of 83.52º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DAE31 is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 49 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.32 |
| HSL | 83.52º | 0.56% | 0.44% | - |
| HSV(B) | 83.52º | 0.72% | 0.68% | - |
| XYZ | 24.15 | 34.85 | 8.36 | - |
| YUV | 145.1 | 73.77 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 49 | 0.28 | 0 | 0.72 | 0.32 | 83.52 | 0.56 | 0.44 |
| Hex | 7D | AE | 31 | 1C | 0 | 48 | 20 | 54 | 38 | 2C |
| Octal | 175 | 256 | 61 | 34 | 0 | 110 | 40 | 124 | 70 | 54 |
| Binary | 1111101 | 10101110 | 110001 | 11100 | 0 | 1001000 | 100000 | 1010100 | 111000 | 101100 |
Color Harmonies of #7DAE31
Complementary color
Monochromatic Colors of #7DAE31
Black with #7DAE31
Text Example
Text Example
White with #7DAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE31; }
p { color: rgb(125,174,49); }
H1.HeaderClassName
{
color: #7DAE31;
}
.AnyTagClassName
{
color: #7DAE31;
}
</style>
background-color css
<style>
a { background-color: #7DAE31; }
a { background-color: rgb(125,174,49); }
div.DivClassName
{
background-color: #7DAE31;
}
.BgClassName
{
background-color: #7DAE31;
}
</style>
border-color css
<style>
span { border-color: #7DAE31; }
span { border-color: rgb(125,174,49); }
td.TdClassName
{
border-color: #7DAE31;
}
.TagClassName
{
border-color: #7DAE31;
}
</style>