Shades of Manz #DFE054
Tints of Manz #DFE054
RGB
CMYK
RGB Variations
Color information
#DFE054 (or 0xDFE054) is known color: Manz. HEX triplet: DF, E0 and 54. RGB value is (223,224,84). Sum of RGB (Red+Green+Blue) = 223+224+84=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 224 (87.89% from 255 or 42.18% from 531); Blue value is 84 (33.20% from 255 or 15.82% from 531); Max value from RGB is 224 - color contains mainly: green. Hex color #DFE054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE054 is #201FAB. Grayscale: #D0D0D0. Windows color (decimal): -2105260 or 5562591. OLE color: 5562591.
HSL color Cylindrical-coordinate representation of color #DFE054: hue angle of 60.43º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DFE054 is Cyan = 0.00, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 224 | 84 | - |
| CMYK | 0.00 | 0 | 0.62 | 0.12 |
| HSL | 60.43º | 0.69% | 0.6% | - |
| HSV(B) | 60.43º | 0.63% | 0.88% | - |
| XYZ | 58.69 | 69.64 | 18.74 | - |
| YUV | 207.74 | 58.17 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 224 | 84 | 0.00 | 0 | 0.62 | 0.12 | 60.43 | 0.69 | 0.6 |
| Hex | DF | E0 | 54 | 0 | 0 | 3E | C | 3C | 45 | 3C |
| Octal | 337 | 340 | 124 | 0 | 0 | 76 | 14 | 74 | 105 | 74 |
| Binary | 11011111 | 11100000 | 1010100 | 0 | 0 | 111110 | 1100 | 111100 | 1000101 | 111100 |
Color Harmonies of #DFE054
Complementary color
Monochromatic Colors of #DFE054
Black with #DFE054
Text Example
Text Example
White with #DFE054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE054; }
p { color: rgb(223,224,84); }
H1.HeaderClassName
{
color: #DFE054;
}
.AnyTagClassName
{
color: #DFE054;
}
</style>
background-color css
<style>
a { background-color: #DFE054; }
a { background-color: rgb(223,224,84); }
div.DivClassName
{
background-color: #DFE054;
}
.BgClassName
{
background-color: #DFE054;
}
</style>
border-color css
<style>
span { border-color: #DFE054; }
span { border-color: rgb(223,224,84); }
td.TdClassName
{
border-color: #DFE054;
}
.TagClassName
{
border-color: #DFE054;
}
</style>