Shades of Manz #DFF04F
Tints of Manz #DFF04F
RGB
CMYK
RGB Variations
Color information
#DFF04F (or 0xDFF04F) is known color: Manz. HEX triplet: DF, F0 and 4F. RGB value is (223,240,79). Sum of RGB (Red+Green+Blue) = 223+240+79=542 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.14% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 79 (31.25% from 255 or 14.58% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF04F is #200FB0. Grayscale: #D9D9D9. Windows color (decimal): -2101169 or 5239007. OLE color: 5239007.
HSL color Cylindrical-coordinate representation of color #DFF04F: hue angle of 66.34º 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 #DFF04F is Cyan = 0.07, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 79 | - |
| CMYK | 0.07 | 0 | 0.67 | 0.06 |
| HSL | 66.34º | 0.84% | 0.63% | - |
| HSV(B) | 66.34º | 0.67% | 0.94% | - |
| XYZ | 63 | 78.57 | 19.24 | - |
| YUV | 216.56 | 50.37 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 79 | 0.07 | 0 | 0.67 | 0.06 | 66.34 | 0.84 | 0.63 |
| Hex | DF | F0 | 4F | 7 | 0 | 43 | 6 | 42 | 54 | 3F |
| Octal | 337 | 360 | 117 | 7 | 0 | 103 | 6 | 102 | 124 | 77 |
| Binary | 11011111 | 11110000 | 1001111 | 111 | 0 | 1000011 | 110 | 1000010 | 1010100 | 111111 |
Color Harmonies of #DFF04F
Complementary color
Monochromatic Colors of #DFF04F
Black with #DFF04F
Text Example
Text Example
White with #DFF04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF04F; }
p { color: rgb(223,240,79); }
H1.HeaderClassName
{
color: #DFF04F;
}
.AnyTagClassName
{
color: #DFF04F;
}
</style>
background-color css
<style>
a { background-color: #DFF04F; }
a { background-color: rgb(223,240,79); }
div.DivClassName
{
background-color: #DFF04F;
}
.BgClassName
{
background-color: #DFF04F;
}
</style>
border-color css
<style>
span { border-color: #DFF04F; }
span { border-color: rgb(223,240,79); }
td.TdClassName
{
border-color: #DFF04F;
}
.TagClassName
{
border-color: #DFF04F;
}
</style>