Shades of Sushi #7DB53C
Tints of Sushi #7DB53C
RGB
CMYK
RGB Variations
Color information
#7DB53C (or 0x7DB53C) is known color: Sushi. HEX triplet: 7D, B5 and 3C. RGB value is (125,181,60). Sum of RGB (Red+Green+Blue) = 125+181+60=366 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.15% from 366); Green value is 181 (71.09% from 255 or 49.45% from 366); Blue value is 60 (23.83% from 255 or 16.39% from 366); Max value from RGB is 181 - color contains mainly: green. Hex color #7DB53C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB53C is #824AC3. Grayscale: #969696. Windows color (decimal): -8538820 or 3978621. OLE color: 3978621.
HSL color Cylindrical-coordinate representation of color #7DB53C: hue angle of 87.77º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DB53C is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 125 | 181 | 60 | - |
| CMYK | 0.31 | 0 | 0.67 | 0.29 |
| HSL | 87.77º | 0.5% | 0.47% | - |
| HSV(B) | 87.77º | 0.67% | 0.71% | - |
| XYZ | 25.8 | 37.73 | 10.2 | - |
| YUV | 150.46 | 76.95 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 181 | 60 | 0.31 | 0 | 0.67 | 0.29 | 87.77 | 0.5 | 0.47 |
| Hex | 7D | B5 | 3C | 1F | 0 | 43 | 1D | 58 | 32 | 2F |
| Octal | 175 | 265 | 74 | 37 | 0 | 103 | 35 | 130 | 62 | 57 |
| Binary | 1111101 | 10110101 | 111100 | 11111 | 0 | 1000011 | 11101 | 1011000 | 110010 | 101111 |
Color Harmonies of #7DB53C
Complementary color
Monochromatic Colors of #7DB53C
Black with #7DB53C
Text Example
Text Example
White with #7DB53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB53C; }
p { color: rgb(125,181,60); }
H1.HeaderClassName
{
color: #7DB53C;
}
.AnyTagClassName
{
color: #7DB53C;
}
</style>
background-color css
<style>
a { background-color: #7DB53C; }
a { background-color: rgb(125,181,60); }
div.DivClassName
{
background-color: #7DB53C;
}
.BgClassName
{
background-color: #7DB53C;
}
</style>
border-color css
<style>
span { border-color: #7DB53C; }
span { border-color: rgb(125,181,60); }
td.TdClassName
{
border-color: #7DB53C;
}
.TagClassName
{
border-color: #7DB53C;
}
</style>