Shades of Manz #DFE24B
Tints of Manz #DFE24B
RGB
CMYK
RGB Variations
Color information
#DFE24B (or 0xDFE24B) is known color: Manz. HEX triplet: DF, E2 and 4B. RGB value is (223,226,75). Sum of RGB (Red+Green+Blue) = 223+226+75=524 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.56% from 524); Green value is 226 (88.67% from 255 or 43.13% from 524); Blue value is 75 (29.69% from 255 or 14.31% from 524); Max value from RGB is 226 - color contains mainly: green. Hex color #DFE24B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE24B is #201DB4. Grayscale: #D0D0D0. Windows color (decimal): -2104757 or 4973279. OLE color: 4973279.
HSL color Cylindrical-coordinate representation of color #DFE24B: hue angle of 61.19º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFE24B is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 226 | 75 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.11 |
| HSL | 61.19º | 0.72% | 0.59% | - |
| HSV(B) | 61.19º | 0.67% | 0.89% | - |
| XYZ | 58.9 | 70.59 | 17.18 | - |
| YUV | 207.89 | 53.01 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 226 | 75 | 0.01 | 0 | 0.67 | 0.11 | 61.19 | 0.72 | 0.59 |
| Hex | DF | E2 | 4B | 1 | 0 | 43 | B | 3D | 48 | 3B |
| Octal | 337 | 342 | 113 | 1 | 0 | 103 | 13 | 75 | 110 | 73 |
| Binary | 11011111 | 11100010 | 1001011 | 1 | 0 | 1000011 | 1011 | 111101 | 1001000 | 111011 |
Color Harmonies of #DFE24B
Complementary color
Monochromatic Colors of #DFE24B
Black with #DFE24B
Text Example
Text Example
White with #DFE24B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE24B; }
p { color: rgb(223,226,75); }
H1.HeaderClassName
{
color: #DFE24B;
}
.AnyTagClassName
{
color: #DFE24B;
}
</style>
background-color css
<style>
a { background-color: #DFE24B; }
a { background-color: rgb(223,226,75); }
div.DivClassName
{
background-color: #DFE24B;
}
.BgClassName
{
background-color: #DFE24B;
}
</style>
border-color css
<style>
span { border-color: #DFE24B; }
span { border-color: rgb(223,226,75); }
td.TdClassName
{
border-color: #DFE24B;
}
.TagClassName
{
border-color: #DFE24B;
}
</style>