Shades of Manz #DFE45B
Tints of Manz #DFE45B
RGB
CMYK
RGB Variations
Color information
#DFE45B (or 0xDFE45B) is known color: Manz. HEX triplet: DF, E4 and 5B. RGB value is (223,228,91). Sum of RGB (Red+Green+Blue) = 223+228+91=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 91 (35.94% from 255 or 16.79% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE45B is #201BA4. Grayscale: #D3D3D3. Windows color (decimal): -2104229 or 6022367. OLE color: 6022367.
HSL color Cylindrical-coordinate representation of color #DFE45B: hue angle of 62.19º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFE45B is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 91 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.11 |
| HSL | 62.19º | 0.72% | 0.63% | - |
| HSV(B) | 62.19º | 0.6% | 0.89% | - |
| XYZ | 60.06 | 71.93 | 20.62 | - |
| YUV | 210.89 | 60.34 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 91 | 0.02 | 0 | 0.60 | 0.11 | 62.19 | 0.72 | 0.63 |
| Hex | DF | E4 | 5B | 2 | 0 | 3C | B | 3E | 48 | 3F |
| Octal | 337 | 344 | 133 | 2 | 0 | 74 | 13 | 76 | 110 | 77 |
| Binary | 11011111 | 11100100 | 1011011 | 10 | 0 | 111100 | 1011 | 111110 | 1001000 | 111111 |
Color Harmonies of #DFE45B
Complementary color
Monochromatic Colors of #DFE45B
Black with #DFE45B
Text Example
Text Example
White with #DFE45B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE45B; }
p { color: rgb(223,228,91); }
H1.HeaderClassName
{
color: #DFE45B;
}
.AnyTagClassName
{
color: #DFE45B;
}
</style>
background-color css
<style>
a { background-color: #DFE45B; }
a { background-color: rgb(223,228,91); }
div.DivClassName
{
background-color: #DFE45B;
}
.BgClassName
{
background-color: #DFE45B;
}
</style>
border-color css
<style>
span { border-color: #DFE45B; }
span { border-color: rgb(223,228,91); }
td.TdClassName
{
border-color: #DFE45B;
}
.TagClassName
{
border-color: #DFE45B;
}
</style>