Shades of Dingley #5E903D
Tints of Dingley #5E903D
RGB
CMYK
RGB Variations
Color information
#5E903D (or 0x5E903D) is known color: Dingley. HEX triplet: 5E, 90 and 3D. RGB value is (94,144,61). Sum of RGB (Red+Green+Blue) = 94+144+61=299 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.44% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #5E903D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E903D is #A16FC2. Grayscale: #777777. Windows color (decimal): -10579907 or 4034654. OLE color: 4034654.
HSL color Cylindrical-coordinate representation of color #5E903D: hue angle of 96.14º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5E903D is Cyan = 0.35, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 61 | - |
| CMYK | 0.35 | 0 | 0.58 | 0.44 |
| HSL | 96.14º | 0.4% | 0.4% | - |
| HSV(B) | 96.14º | 0.58% | 0.56% | - |
| XYZ | 15.43 | 22.66 | 7.98 | - |
| YUV | 119.59 | 94.94 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 61 | 0.35 | 0 | 0.58 | 0.44 | 96.14 | 0.4 | 0.4 |
| Hex | 5E | 90 | 3D | 23 | 0 | 3A | 2C | 60 | 28 | 28 |
| Octal | 136 | 220 | 75 | 43 | 0 | 72 | 54 | 140 | 50 | 50 |
| Binary | 1011110 | 10010000 | 111101 | 100011 | 0 | 111010 | 101100 | 1100000 | 101000 | 101000 |
Color Harmonies of #5E903D
Complementary color
Monochromatic Colors of #5E903D
Black with #5E903D
Text Example
Text Example
White with #5E903D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E903D; }
p { color: rgb(94,144,61); }
H1.HeaderClassName
{
color: #5E903D;
}
.AnyTagClassName
{
color: #5E903D;
}
</style>
background-color css
<style>
a { background-color: #5E903D; }
a { background-color: rgb(94,144,61); }
div.DivClassName
{
background-color: #5E903D;
}
.BgClassName
{
background-color: #5E903D;
}
</style>
border-color css
<style>
span { border-color: #5E903D; }
span { border-color: rgb(94,144,61); }
td.TdClassName
{
border-color: #5E903D;
}
.TagClassName
{
border-color: #5E903D;
}
</style>