Shades of Manz #DFE350
Tints of Manz #DFE350
RGB
CMYK
RGB Variations
Color information
#DFE350 (or 0xDFE350) is known color: Manz. HEX triplet: DF, E3 and 50. RGB value is (223,227,80). Sum of RGB (Red+Green+Blue) = 223+227+80=530 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.08% from 530); Green value is 227 (89.06% from 255 or 42.83% from 530); Blue value is 80 (31.64% from 255 or 15.09% from 530); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE350 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE350 is #201CAF. Grayscale: #D1D1D1. Windows color (decimal): -2104496 or 5301215. OLE color: 5301215.
HSL color Cylindrical-coordinate representation of color #DFE350: hue angle of 61.63º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DFE350 is Cyan = 0.02, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 80 | - |
| CMYK | 0.02 | 0 | 0.65 | 0.11 |
| HSL | 61.63º | 0.72% | 0.6% | - |
| HSV(B) | 61.63º | 0.65% | 0.89% | - |
| XYZ | 59.35 | 71.21 | 18.21 | - |
| YUV | 209.05 | 55.17 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 80 | 0.02 | 0 | 0.65 | 0.11 | 61.63 | 0.72 | 0.6 |
| Hex | DF | E3 | 50 | 2 | 0 | 41 | B | 3E | 48 | 3C |
| Octal | 337 | 343 | 120 | 2 | 0 | 101 | 13 | 76 | 110 | 74 |
| Binary | 11011111 | 11100011 | 1010000 | 10 | 0 | 1000001 | 1011 | 111110 | 1001000 | 111100 |
Color Harmonies of #DFE350
Complementary color
Monochromatic Colors of #DFE350
Black with #DFE350
Text Example
Text Example
White with #DFE350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE350; }
p { color: rgb(223,227,80); }
H1.HeaderClassName
{
color: #DFE350;
}
.AnyTagClassName
{
color: #DFE350;
}
</style>
background-color css
<style>
a { background-color: #DFE350; }
a { background-color: rgb(223,227,80); }
div.DivClassName
{
background-color: #DFE350;
}
.BgClassName
{
background-color: #DFE350;
}
</style>
border-color css
<style>
span { border-color: #DFE350; }
span { border-color: rgb(223,227,80); }
td.TdClassName
{
border-color: #DFE350;
}
.TagClassName
{
border-color: #DFE350;
}
</style>