Shades of Manz #DFE154
Tints of Manz #DFE154
RGB
CMYK
RGB Variations
Color information
#DFE154 (or 0xDFE154) is known color: Manz. HEX triplet: DF, E1 and 54. RGB value is (223,225,84). Sum of RGB (Red+Green+Blue) = 223+225+84=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 225 (88.28% from 255 or 42.29% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE154 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE154 is #201EAB. Grayscale: #D0D0D0. Windows color (decimal): -2105004 or 5562847. OLE color: 5562847.
HSL color Cylindrical-coordinate representation of color #DFE154: hue angle of 60.85º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DFE154 is Cyan = 0.01, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 84 | - |
| CMYK | 0.01 | 0 | 0.63 | 0.12 |
| HSL | 60.85º | 0.7% | 0.61% | - |
| HSV(B) | 60.85º | 0.63% | 0.88% | - |
| XYZ | 58.96 | 70.18 | 18.83 | - |
| YUV | 208.33 | 57.84 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 84 | 0.01 | 0 | 0.63 | 0.12 | 60.85 | 0.7 | 0.61 |
| Hex | DF | E1 | 54 | 1 | 0 | 3F | C | 3D | 46 | 3D |
| Octal | 337 | 341 | 124 | 1 | 0 | 77 | 14 | 75 | 106 | 75 |
| Binary | 11011111 | 11100001 | 1010100 | 1 | 0 | 111111 | 1100 | 111101 | 1000110 | 111101 |
Color Harmonies of #DFE154
Complementary color
Monochromatic Colors of #DFE154
Black with #DFE154
Text Example
Text Example
White with #DFE154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE154; }
p { color: rgb(223,225,84); }
H1.HeaderClassName
{
color: #DFE154;
}
.AnyTagClassName
{
color: #DFE154;
}
</style>
background-color css
<style>
a { background-color: #DFE154; }
a { background-color: rgb(223,225,84); }
div.DivClassName
{
background-color: #DFE154;
}
.BgClassName
{
background-color: #DFE154;
}
</style>
border-color css
<style>
span { border-color: #DFE154; }
span { border-color: rgb(223,225,84); }
td.TdClassName
{
border-color: #DFE154;
}
.TagClassName
{
border-color: #DFE154;
}
</style>