Shades of Sushi #7DB83D
Tints of Sushi #7DB83D
RGB
CMYK
RGB Variations
Color information
#7DB83D (or 0x7DB83D) is known color: Sushi. HEX triplet: 7D, B8 and 3D. RGB value is (125,184,61). Sum of RGB (Red+Green+Blue) = 125+184+61=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 184 (72.27% from 255 or 49.73% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB83D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DB83D is #8247C2. Grayscale: #989898. Windows color (decimal): -8538051 or 4044925. OLE color: 4044925.
HSL color Cylindrical-coordinate representation of color #7DB83D: hue angle of 88.78º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7DB83D is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 125 | 184 | 61 | - |
| CMYK | 0.32 | 0 | 0.67 | 0.28 |
| HSL | 88.78º | 0.5% | 0.48% | - |
| HSV(B) | 88.78º | 0.67% | 0.72% | - |
| XYZ | 26.44 | 38.98 | 10.54 | - |
| YUV | 152.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 184 | 61 | 0.32 | 0 | 0.67 | 0.28 | 88.78 | 0.5 | 0.48 |
| Hex | 7D | B8 | 3D | 20 | 0 | 43 | 1C | 59 | 32 | 30 |
| Octal | 175 | 270 | 75 | 40 | 0 | 103 | 34 | 131 | 62 | 60 |
| Binary | 1111101 | 10111000 | 111101 | 100000 | 0 | 1000011 | 11100 | 1011001 | 110010 | 110000 |
Color Harmonies of #7DB83D
Complementary color
Monochromatic Colors of #7DB83D
Black with #7DB83D
Text Example
Text Example
White with #7DB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB83D; }
p { color: rgb(125,184,61); }
H1.HeaderClassName
{
color: #7DB83D;
}
.AnyTagClassName
{
color: #7DB83D;
}
</style>
background-color css
<style>
a { background-color: #7DB83D; }
a { background-color: rgb(125,184,61); }
div.DivClassName
{
background-color: #7DB83D;
}
.BgClassName
{
background-color: #7DB83D;
}
</style>
border-color css
<style>
span { border-color: #7DB83D; }
span { border-color: rgb(125,184,61); }
td.TdClassName
{
border-color: #7DB83D;
}
.TagClassName
{
border-color: #7DB83D;
}
</style>