Shades of Manz #DFF050
Tints of Manz #DFF050
RGB
CMYK
RGB Variations
Color information
#DFF050 (or 0xDFF050) is known color: Manz. HEX triplet: DF, F0 and 50. RGB value is (223,240,80). Sum of RGB (Red+Green+Blue) = 223+240+80=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 80 (31.64% from 255 or 14.73% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF050 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF050 is #200FAF. Grayscale: #D9D9D9. Windows color (decimal): -2101168 or 5304543. OLE color: 5304543.
HSL color Cylindrical-coordinate representation of color #DFF050: hue angle of 66.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DFF050 is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 80 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.06 |
| HSL | 66.38º | 0.84% | 0.63% | - |
| HSV(B) | 66.38º | 0.67% | 0.94% | - |
| XYZ | 63.04 | 78.59 | 19.44 | - |
| YUV | 216.68 | 50.87 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 80 | 0.07 | 0 | 0.67 | 0.06 | 66.38 | 0.84 | 0.63 |
| Hex | DF | F0 | 50 | 7 | 0 | 43 | 6 | 42 | 54 | 3F |
| Octal | 337 | 360 | 120 | 7 | 0 | 103 | 6 | 102 | 124 | 77 |
| Binary | 11011111 | 11110000 | 1010000 | 111 | 0 | 1000011 | 110 | 1000010 | 1010100 | 111111 |
Color Harmonies of #DFF050
Complementary color
Monochromatic Colors of #DFF050
Black with #DFF050
Text Example
Text Example
White with #DFF050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF050; }
p { color: rgb(223,240,80); }
H1.HeaderClassName
{
color: #DFF050;
}
.AnyTagClassName
{
color: #DFF050;
}
</style>
background-color css
<style>
a { background-color: #DFF050; }
a { background-color: rgb(223,240,80); }
div.DivClassName
{
background-color: #DFF050;
}
.BgClassName
{
background-color: #DFF050;
}
</style>
border-color css
<style>
span { border-color: #DFF050; }
span { border-color: rgb(223,240,80); }
td.TdClassName
{
border-color: #DFF050;
}
.TagClassName
{
border-color: #DFF050;
}
</style>