Shades of Dingley #5E903E
Tints of Dingley #5E903E
RGB
CMYK
RGB Variations
Color information
#5E903E (or 0x5E903E) is known color: Dingley. HEX triplet: 5E, 90 and 3E. RGB value is (94,144,62). Sum of RGB (Red+Green+Blue) = 94+144+62=300 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.33% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 144 - color contains mainly: green. Hex color #5E903E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E903E is #A16FC1. Grayscale: #777777. Windows color (decimal): -10579906 or 4100190. OLE color: 4100190.
HSL color Cylindrical-coordinate representation of color #5E903E: hue angle of 96.59º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E903E is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 94 | 144 | 62 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.44 |
| HSL | 96.59º | 0.4% | 0.4% | - |
| HSV(B) | 96.59º | 0.57% | 0.56% | - |
| XYZ | 15.46 | 22.67 | 8.12 | - |
| YUV | 119.7 | 95.44 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 144 | 62 | 0.35 | 0 | 0.57 | 0.44 | 96.59 | 0.4 | 0.4 |
| Hex | 5E | 90 | 3E | 23 | 0 | 39 | 2C | 61 | 28 | 28 |
| Octal | 136 | 220 | 76 | 43 | 0 | 71 | 54 | 141 | 50 | 50 |
| Binary | 1011110 | 10010000 | 111110 | 100011 | 0 | 111001 | 101100 | 1100001 | 101000 | 101000 |
Color Harmonies of #5E903E
Complementary color
Monochromatic Colors of #5E903E
Black with #5E903E
Text Example
Text Example
White with #5E903E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E903E; }
p { color: rgb(94,144,62); }
H1.HeaderClassName
{
color: #5E903E;
}
.AnyTagClassName
{
color: #5E903E;
}
</style>
background-color css
<style>
a { background-color: #5E903E; }
a { background-color: rgb(94,144,62); }
div.DivClassName
{
background-color: #5E903E;
}
.BgClassName
{
background-color: #5E903E;
}
</style>
border-color css
<style>
span { border-color: #5E903E; }
span { border-color: rgb(94,144,62); }
td.TdClassName
{
border-color: #5E903E;
}
.TagClassName
{
border-color: #5E903E;
}
</style>