Shades of Manz #DFE14A
Tints of Manz #DFE14A
RGB
CMYK
RGB Variations
Color information
#DFE14A (or 0xDFE14A) is known color: Manz. HEX triplet: DF, E1 and 4A. RGB value is (223,225,74). Sum of RGB (Red+Green+Blue) = 223+225+74=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 74 (29.30% from 255 or 14.18% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE14A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE14A is #201EB5. Grayscale: #CFCFCF. Windows color (decimal): -2105014 or 4907487. OLE color: 4907487.
HSL color Cylindrical-coordinate representation of color #DFE14A: hue angle of 60.79º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFE14A is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 74 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.12 |
| HSL | 60.79º | 0.72% | 0.59% | - |
| HSV(B) | 60.79º | 0.67% | 0.88% | - |
| XYZ | 58.59 | 70.03 | 16.91 | - |
| YUV | 207.19 | 52.84 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 74 | 0.01 | 0 | 0.67 | 0.12 | 60.79 | 0.72 | 0.59 |
| Hex | DF | E1 | 4A | 1 | 0 | 43 | C | 3D | 48 | 3B |
| Octal | 337 | 341 | 112 | 1 | 0 | 103 | 14 | 75 | 110 | 73 |
| Binary | 11011111 | 11100001 | 1001010 | 1 | 0 | 1000011 | 1100 | 111101 | 1001000 | 111011 |
Color Harmonies of #DFE14A
Complementary color
Monochromatic Colors of #DFE14A
Black with #DFE14A
Text Example
Text Example
White with #DFE14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE14A; }
p { color: rgb(223,225,74); }
H1.HeaderClassName
{
color: #DFE14A;
}
.AnyTagClassName
{
color: #DFE14A;
}
</style>
background-color css
<style>
a { background-color: #DFE14A; }
a { background-color: rgb(223,225,74); }
div.DivClassName
{
background-color: #DFE14A;
}
.BgClassName
{
background-color: #DFE14A;
}
</style>
border-color css
<style>
span { border-color: #DFE14A; }
span { border-color: rgb(223,225,74); }
td.TdClassName
{
border-color: #DFE14A;
}
.TagClassName
{
border-color: #DFE14A;
}
</style>