Shades of Manz #DFE24D
Tints of Manz #DFE24D
RGB
CMYK
RGB Variations
Color information
#DFE24D (or 0xDFE24D) is known color: Manz. HEX triplet: DF, E2 and 4D. RGB value is (223,226,77). Sum of RGB (Red+Green+Blue) = 223+226+77=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 226 (88.67% from 255 or 42.97% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE24D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE24D is #201DB2. Grayscale: #D0D0D0. Windows color (decimal): -2104755 or 5104351. OLE color: 5104351.
HSL color Cylindrical-coordinate representation of color #DFE24D: hue angle of 61.21º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFE24D is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 77 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.11 |
| HSL | 61.21º | 0.72% | 0.59% | - |
| HSV(B) | 61.21º | 0.66% | 0.89% | - |
| XYZ | 58.97 | 70.62 | 17.54 | - |
| YUV | 208.12 | 54.01 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 77 | 0.01 | 0 | 0.66 | 0.11 | 61.21 | 0.72 | 0.59 |
| Hex | DF | E2 | 4D | 1 | 0 | 42 | B | 3D | 48 | 3B |
| Octal | 337 | 342 | 115 | 1 | 0 | 102 | 13 | 75 | 110 | 73 |
| Binary | 11011111 | 11100010 | 1001101 | 1 | 0 | 1000010 | 1011 | 111101 | 1001000 | 111011 |
Color Harmonies of #DFE24D
Complementary color
Monochromatic Colors of #DFE24D
Black with #DFE24D
Text Example
Text Example
White with #DFE24D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE24D; }
p { color: rgb(223,226,77); }
H1.HeaderClassName
{
color: #DFE24D;
}
.AnyTagClassName
{
color: #DFE24D;
}
</style>
background-color css
<style>
a { background-color: #DFE24D; }
a { background-color: rgb(223,226,77); }
div.DivClassName
{
background-color: #DFE24D;
}
.BgClassName
{
background-color: #DFE24D;
}
</style>
border-color css
<style>
span { border-color: #DFE24D; }
span { border-color: rgb(223,226,77); }
td.TdClassName
{
border-color: #DFE24D;
}
.TagClassName
{
border-color: #DFE24D;
}
</style>