Shades of Manz #DFE55B
Tints of Manz #DFE55B
RGB
CMYK
RGB Variations
Color information
#DFE55B (or 0xDFE55B) is known color: Manz. HEX triplet: DF, E5 and 5B. RGB value is (223,229,91). Sum of RGB (Red+Green+Blue) = 223+229+91=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 229 (89.84% from 255 or 42.17% from 543); Blue value is 91 (35.94% from 255 or 16.76% from 543); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE55B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE55B is #201AA4. Grayscale: #D4D4D4. Windows color (decimal): -2103973 or 6022623. OLE color: 6022623.
HSL color Cylindrical-coordinate representation of color #DFE55B: hue angle of 62.61º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DFE55B is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 91 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.10 |
| HSL | 62.61º | 0.73% | 0.63% | - |
| HSV(B) | 62.61º | 0.6% | 0.9% | - |
| XYZ | 60.34 | 72.48 | 20.71 | - |
| YUV | 211.47 | 60.01 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 91 | 0.03 | 0 | 0.60 | 0.10 | 62.61 | 0.73 | 0.63 |
| Hex | DF | E5 | 5B | 3 | 0 | 3C | A | 3F | 49 | 3F |
| Octal | 337 | 345 | 133 | 3 | 0 | 74 | 12 | 77 | 111 | 77 |
| Binary | 11011111 | 11100101 | 1011011 | 11 | 0 | 111100 | 1010 | 111111 | 1001001 | 111111 |
Color Harmonies of #DFE55B
Complementary color
Monochromatic Colors of #DFE55B
Black with #DFE55B
Text Example
Text Example
White with #DFE55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE55B; }
p { color: rgb(223,229,91); }
H1.HeaderClassName
{
color: #DFE55B;
}
.AnyTagClassName
{
color: #DFE55B;
}
</style>
background-color css
<style>
a { background-color: #DFE55B; }
a { background-color: rgb(223,229,91); }
div.DivClassName
{
background-color: #DFE55B;
}
.BgClassName
{
background-color: #DFE55B;
}
</style>
border-color css
<style>
span { border-color: #DFE55B; }
span { border-color: rgb(223,229,91); }
td.TdClassName
{
border-color: #DFE55B;
}
.TagClassName
{
border-color: #DFE55B;
}
</style>