Shades of Manz #DFE250
Tints of Manz #DFE250
RGB
CMYK
RGB Variations
Color information
#DFE250 (or 0xDFE250) is known color: Manz. HEX triplet: DF, E2 and 50. RGB value is (223,226,80). Sum of RGB (Red+Green+Blue) = 223+226+80=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 226 (88.67% from 255 or 42.72% from 529); Blue value is 80 (31.64% from 255 or 15.12% from 529); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE250 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE250 is #201DAF. Grayscale: #D1D1D1. Windows color (decimal): -2104752 or 5300959. OLE color: 5300959.
HSL color Cylindrical-coordinate representation of color #DFE250: hue angle of 61.23º 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 #DFE250 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 80 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.11 |
| HSL | 61.23º | 0.72% | 0.6% | - |
| HSV(B) | 61.23º | 0.65% | 0.89% | - |
| XYZ | 59.08 | 70.66 | 18.11 | - |
| YUV | 208.46 | 55.51 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 80 | 0.01 | 0 | 0.65 | 0.11 | 61.23 | 0.72 | 0.6 |
| Hex | DF | E2 | 50 | 1 | 0 | 41 | B | 3D | 48 | 3C |
| Octal | 337 | 342 | 120 | 1 | 0 | 101 | 13 | 75 | 110 | 74 |
| Binary | 11011111 | 11100010 | 1010000 | 1 | 0 | 1000001 | 1011 | 111101 | 1001000 | 111100 |
Color Harmonies of #DFE250
Complementary color
Monochromatic Colors of #DFE250
Black with #DFE250
Text Example
Text Example
White with #DFE250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE250; }
p { color: rgb(223,226,80); }
H1.HeaderClassName
{
color: #DFE250;
}
.AnyTagClassName
{
color: #DFE250;
}
</style>
background-color css
<style>
a { background-color: #DFE250; }
a { background-color: rgb(223,226,80); }
div.DivClassName
{
background-color: #DFE250;
}
.BgClassName
{
background-color: #DFE250;
}
</style>
border-color css
<style>
span { border-color: #DFE250; }
span { border-color: rgb(223,226,80); }
td.TdClassName
{
border-color: #DFE250;
}
.TagClassName
{
border-color: #DFE250;
}
</style>