Shades of Dingley #5E923F
Tints of Dingley #5E923F
RGB
CMYK
RGB Variations
Color information
#5E923F (or 0x5E923F) is known color: Dingley. HEX triplet: 5E, 92 and 3F. RGB value is (94,146,63). Sum of RGB (Red+Green+Blue) = 94+146+63=303 (40% of max value = 765). Red value is 94 (37.11% from 255 or 31.02% from 303); Green value is 146 (57.42% from 255 or 48.18% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 146 - color contains mainly: green. Hex color #5E923F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E923F is #A16DC0. Grayscale: #797979. Windows color (decimal): -10579393 or 4166238. OLE color: 4166238.
HSL color Cylindrical-coordinate representation of color #5E923F: hue angle of 97.59º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E923F is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 63 | - |
| CMYK | 0.36 | 0 | 0.57 | 0.43 |
| HSL | 97.59º | 0.4% | 0.41% | - |
| HSV(B) | 97.59º | 0.57% | 0.57% | - |
| XYZ | 15.79 | 23.3 | 8.37 | - |
| YUV | 120.99 | 95.27 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 63 | 0.36 | 0 | 0.57 | 0.43 | 97.59 | 0.4 | 0.41 |
| Hex | 5E | 92 | 3F | 24 | 0 | 39 | 2B | 62 | 28 | 29 |
| Octal | 136 | 222 | 77 | 44 | 0 | 71 | 53 | 142 | 50 | 51 |
| Binary | 1011110 | 10010010 | 111111 | 100100 | 0 | 111001 | 101011 | 1100010 | 101000 | 101001 |
Color Harmonies of #5E923F
Complementary color
Monochromatic Colors of #5E923F
Black with #5E923F
Text Example
Text Example
White with #5E923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E923F; }
p { color: rgb(94,146,63); }
H1.HeaderClassName
{
color: #5E923F;
}
.AnyTagClassName
{
color: #5E923F;
}
</style>
background-color css
<style>
a { background-color: #5E923F; }
a { background-color: rgb(94,146,63); }
div.DivClassName
{
background-color: #5E923F;
}
.BgClassName
{
background-color: #5E923F;
}
</style>
border-color css
<style>
span { border-color: #5E923F; }
span { border-color: rgb(94,146,63); }
td.TdClassName
{
border-color: #5E923F;
}
.TagClassName
{
border-color: #5E923F;
}
</style>