Shades of Manz #DFEC50
Tints of Manz #DFEC50
RGB
CMYK
RGB Variations
Color information
#DFEC50 (or 0xDFEC50) is known color: Manz. HEX triplet: DF, EC and 50. RGB value is (223,236,80). Sum of RGB (Red+Green+Blue) = 223+236+80=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 236 (92.58% from 255 or 43.78% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFEC50 is #2013AF. Grayscale: #D6D6D6. Windows color (decimal): -2102192 or 5303519. OLE color: 5303519.
HSL color Cylindrical-coordinate representation of color #DFEC50: hue angle of 65º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DFEC50 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 80 | - |
| CMYK | 0.06 | 0 | 0.66 | 0.07 |
| HSL | 65º | 0.8% | 0.62% | - |
| HSV(B) | 65º | 0.66% | 0.93% | - |
| XYZ | 61.87 | 76.26 | 19.05 | - |
| YUV | 214.33 | 52.19 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 80 | 0.06 | 0 | 0.66 | 0.07 | 65 | 0.8 | 0.62 |
| Hex | DF | EC | 50 | 6 | 0 | 42 | 7 | 41 | 50 | 3E |
| Octal | 337 | 354 | 120 | 6 | 0 | 102 | 7 | 101 | 120 | 76 |
| Binary | 11011111 | 11101100 | 1010000 | 110 | 0 | 1000010 | 111 | 1000001 | 1010000 | 111110 |
Color Harmonies of #DFEC50
Complementary color
Monochromatic Colors of #DFEC50
Black with #DFEC50
Text Example
Text Example
White with #DFEC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC50; }
p { color: rgb(223,236,80); }
H1.HeaderClassName
{
color: #DFEC50;
}
.AnyTagClassName
{
color: #DFEC50;
}
</style>
background-color css
<style>
a { background-color: #DFEC50; }
a { background-color: rgb(223,236,80); }
div.DivClassName
{
background-color: #DFEC50;
}
.BgClassName
{
background-color: #DFEC50;
}
</style>
border-color css
<style>
span { border-color: #DFEC50; }
span { border-color: rgb(223,236,80); }
td.TdClassName
{
border-color: #DFEC50;
}
.TagClassName
{
border-color: #DFEC50;
}
</style>