Shades of Dingley #5E933F
Tints of Dingley #5E933F
RGB
CMYK
RGB Variations
Color information
#5E933F (or 0x5E933F) is known color: Dingley. HEX triplet: 5E, 93 and 3F. RGB value is (94,147,63). Sum of RGB (Red+Green+Blue) = 94+147+63=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 63 (25% from 255 or 20.72% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #5E933F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E933F is #A16CC0. Grayscale: #797979. Windows color (decimal): -10579137 or 4166494. OLE color: 4166494.
HSL color Cylindrical-coordinate representation of color #5E933F: hue angle of 97.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E933F is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 147 | 63 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.42 |
| HSL | 97.86º | 0.4% | 0.41% | - |
| HSV(B) | 97.86º | 0.57% | 0.58% | - |
| XYZ | 15.95 | 23.61 | 8.42 | - |
| YUV | 121.58 | 94.94 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 147 | 63 | 0.36 | 0 | 0.57 | 0.42 | 97.86 | 0.4 | 0.41 |
| Hex | 5E | 93 | 3F | 24 | 0 | 39 | 2A | 62 | 28 | 29 |
| Octal | 136 | 223 | 77 | 44 | 0 | 71 | 52 | 142 | 50 | 51 |
| Binary | 1011110 | 10010011 | 111111 | 100100 | 0 | 111001 | 101010 | 1100010 | 101000 | 101001 |
Color Harmonies of #5E933F
Complementary color
Monochromatic Colors of #5E933F
Black with #5E933F
Text Example
Text Example
White with #5E933F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E933F; }
p { color: rgb(94,147,63); }
H1.HeaderClassName
{
color: #5E933F;
}
.AnyTagClassName
{
color: #5E933F;
}
</style>
background-color css
<style>
a { background-color: #5E933F; }
a { background-color: rgb(94,147,63); }
div.DivClassName
{
background-color: #5E933F;
}
.BgClassName
{
background-color: #5E933F;
}
</style>
border-color css
<style>
span { border-color: #5E933F; }
span { border-color: rgb(94,147,63); }
td.TdClassName
{
border-color: #5E933F;
}
.TagClassName
{
border-color: #5E933F;
}
</style>