Shades of Manz #DFEC54
Tints of Manz #DFEC54
RGB
CMYK
RGB Variations
Color information
#DFEC54 (or 0xDFEC54) is known color: Manz. HEX triplet: DF, EC and 54. RGB value is (223,236,84). Sum of RGB (Red+Green+Blue) = 223+236+84=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 84 (33.20% from 255 or 15.47% from 543); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEC54 is #2013AB. Grayscale: #D7D7D7. Windows color (decimal): -2102188 or 5565663. OLE color: 5565663.
HSL color Cylindrical-coordinate representation of color #DFEC54: hue angle of 65.13º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFEC54 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 84 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.07 |
| HSL | 65.13º | 0.8% | 0.63% | - |
| HSV(B) | 65.13º | 0.64% | 0.93% | - |
| XYZ | 62.03 | 76.32 | 19.85 | - |
| YUV | 214.79 | 54.19 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 84 | 0.06 | 0 | 0.64 | 0.07 | 65.13 | 0.8 | 0.63 |
| Hex | DF | EC | 54 | 6 | 0 | 40 | 7 | 41 | 50 | 3F |
| Octal | 337 | 354 | 124 | 6 | 0 | 100 | 7 | 101 | 120 | 77 |
| Binary | 11011111 | 11101100 | 1010100 | 110 | 0 | 1000000 | 111 | 1000001 | 1010000 | 111111 |
Color Harmonies of #DFEC54
Complementary color
Monochromatic Colors of #DFEC54
Black with #DFEC54
Text Example
Text Example
White with #DFEC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC54; }
p { color: rgb(223,236,84); }
H1.HeaderClassName
{
color: #DFEC54;
}
.AnyTagClassName
{
color: #DFEC54;
}
</style>
background-color css
<style>
a { background-color: #DFEC54; }
a { background-color: rgb(223,236,84); }
div.DivClassName
{
background-color: #DFEC54;
}
.BgClassName
{
background-color: #DFEC54;
}
</style>
border-color css
<style>
span { border-color: #DFEC54; }
span { border-color: rgb(223,236,84); }
td.TdClassName
{
border-color: #DFEC54;
}
.TagClassName
{
border-color: #DFEC54;
}
</style>