Shades of Manz #DFE24F
Tints of Manz #DFE24F
RGB
CMYK
RGB Variations
Color information
#DFE24F (or 0xDFE24F) is known color: Manz. HEX triplet: DF, E2 and 4F. RGB value is (223,226,79). Sum of RGB (Red+Green+Blue) = 223+226+79=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 226 (88.67% from 255 or 42.80% from 528); Blue value is 79 (31.25% from 255 or 14.96% from 528); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE24F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE24F is #201DB0. Grayscale: #D0D0D0. Windows color (decimal): -2104753 or 5235423. OLE color: 5235423.
HSL color Cylindrical-coordinate representation of color #DFE24F: hue angle of 61.22º 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 #DFE24F is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 79 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.11 |
| HSL | 61.22º | 0.72% | 0.6% | - |
| HSV(B) | 61.22º | 0.65% | 0.89% | - |
| XYZ | 59.04 | 70.65 | 17.92 | - |
| YUV | 208.35 | 55.01 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 79 | 0.01 | 0 | 0.65 | 0.11 | 61.22 | 0.72 | 0.6 |
| Hex | DF | E2 | 4F | 1 | 0 | 41 | B | 3D | 48 | 3C |
| Octal | 337 | 342 | 117 | 1 | 0 | 101 | 13 | 75 | 110 | 74 |
| Binary | 11011111 | 11100010 | 1001111 | 1 | 0 | 1000001 | 1011 | 111101 | 1001000 | 111100 |
Color Harmonies of #DFE24F
Complementary color
Monochromatic Colors of #DFE24F
Black with #DFE24F
Text Example
Text Example
White with #DFE24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE24F; }
p { color: rgb(223,226,79); }
H1.HeaderClassName
{
color: #DFE24F;
}
.AnyTagClassName
{
color: #DFE24F;
}
</style>
background-color css
<style>
a { background-color: #DFE24F; }
a { background-color: rgb(223,226,79); }
div.DivClassName
{
background-color: #DFE24F;
}
.BgClassName
{
background-color: #DFE24F;
}
</style>
border-color css
<style>
span { border-color: #DFE24F; }
span { border-color: rgb(223,226,79); }
td.TdClassName
{
border-color: #DFE24F;
}
.TagClassName
{
border-color: #DFE24F;
}
</style>