Shades of Sushi #7DAE34
Tints of Sushi #7DAE34
RGB
CMYK
RGB Variations
Color information
#7DAE34 (or 0x7DAE34) is known color: Sushi. HEX triplet: 7D, AE and 34. RGB value is (125,174,52). Sum of RGB (Red+Green+Blue) = 125+174+52=351 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.61% from 351); Green value is 174 (68.36% from 255 or 49.57% from 351); Blue value is 52 (20.70% from 255 or 14.81% from 351); Max value from RGB is 174 - color contains mainly: green. Hex color #7DAE34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7DAE34 is #8251CB. Grayscale: #919191. Windows color (decimal): -8540620 or 3452541. OLE color: 3452541.
HSL color Cylindrical-coordinate representation of color #7DAE34: hue angle of 84.1º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7DAE34 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 174 | 52 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.32 |
| HSL | 84.1º | 0.54% | 0.44% | - |
| HSV(B) | 84.1º | 0.7% | 0.68% | - |
| XYZ | 24.21 | 34.88 | 8.71 | - |
| YUV | 145.44 | 75.27 | 113.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 174 | 52 | 0.28 | 0 | 0.70 | 0.32 | 84.1 | 0.54 | 0.44 |
| Hex | 7D | AE | 34 | 1C | 0 | 46 | 20 | 54 | 36 | 2C |
| Octal | 175 | 256 | 64 | 34 | 0 | 106 | 40 | 124 | 66 | 54 |
| Binary | 1111101 | 10101110 | 110100 | 11100 | 0 | 1000110 | 100000 | 1010100 | 110110 | 101100 |
Color Harmonies of #7DAE34
Complementary color
Monochromatic Colors of #7DAE34
Black with #7DAE34
Text Example
Text Example
White with #7DAE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DAE34; }
p { color: rgb(125,174,52); }
H1.HeaderClassName
{
color: #7DAE34;
}
.AnyTagClassName
{
color: #7DAE34;
}
</style>
background-color css
<style>
a { background-color: #7DAE34; }
a { background-color: rgb(125,174,52); }
div.DivClassName
{
background-color: #7DAE34;
}
.BgClassName
{
background-color: #7DAE34;
}
</style>
border-color css
<style>
span { border-color: #7DAE34; }
span { border-color: rgb(125,174,52); }
td.TdClassName
{
border-color: #7DAE34;
}
.TagClassName
{
border-color: #7DAE34;
}
</style>