Shades of Manz #DFE150
Tints of Manz #DFE150
RGB
CMYK
RGB Variations
Color information
#DFE150 (or 0xDFE150) is known color: Manz. HEX triplet: DF, E1 and 50. RGB value is (223,225,80). Sum of RGB (Red+Green+Blue) = 223+225+80=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 80 (31.64% from 255 or 15.15% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE150 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE150 is #201EAF. Grayscale: #D0D0D0. Windows color (decimal): -2105008 or 5300703. OLE color: 5300703.
HSL color Cylindrical-coordinate representation of color #DFE150: hue angle of 60.83º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFE150 is Cyan = 0.01, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 80 | - |
| CMYK | 0.01 | 0 | 0.64 | 0.12 |
| HSL | 60.83º | 0.71% | 0.6% | - |
| HSV(B) | 60.83º | 0.64% | 0.88% | - |
| XYZ | 58.8 | 70.12 | 18.02 | - |
| YUV | 207.87 | 55.84 | 138.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 80 | 0.01 | 0 | 0.64 | 0.12 | 60.83 | 0.71 | 0.6 |
| Hex | DF | E1 | 50 | 1 | 0 | 40 | C | 3D | 47 | 3C |
| Octal | 337 | 341 | 120 | 1 | 0 | 100 | 14 | 75 | 107 | 74 |
| Binary | 11011111 | 11100001 | 1010000 | 1 | 0 | 1000000 | 1100 | 111101 | 1000111 | 111100 |
Color Harmonies of #DFE150
Complementary color
Monochromatic Colors of #DFE150
Black with #DFE150
Text Example
Text Example
White with #DFE150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE150; }
p { color: rgb(223,225,80); }
H1.HeaderClassName
{
color: #DFE150;
}
.AnyTagClassName
{
color: #DFE150;
}
</style>
background-color css
<style>
a { background-color: #DFE150; }
a { background-color: rgb(223,225,80); }
div.DivClassName
{
background-color: #DFE150;
}
.BgClassName
{
background-color: #DFE150;
}
</style>
border-color css
<style>
span { border-color: #DFE150; }
span { border-color: rgb(223,225,80); }
td.TdClassName
{
border-color: #DFE150;
}
.TagClassName
{
border-color: #DFE150;
}
</style>