Shades of Manz #DFF04C
Tints of Manz #DFF04C
RGB
CMYK
RGB Variations
Color information
#DFF04C (or 0xDFF04C) is known color: Manz. HEX triplet: DF, F0 and 4C. RGB value is (223,240,76). Sum of RGB (Red+Green+Blue) = 223+240+76=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 76 (30.08% from 255 or 14.10% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFF04C is #200FB3. Grayscale: #D8D8D8. Windows color (decimal): -2101172 or 5042399. OLE color: 5042399.
HSL color Cylindrical-coordinate representation of color #DFF04C: hue angle of 66.22º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DFF04C is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 76 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.06 |
| HSL | 66.22º | 0.85% | 0.62% | - |
| HSV(B) | 66.22º | 0.68% | 0.94% | - |
| XYZ | 62.9 | 78.53 | 18.68 | - |
| YUV | 216.22 | 48.87 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 76 | 0.07 | 0 | 0.68 | 0.06 | 66.22 | 0.85 | 0.62 |
| Hex | DF | F0 | 4C | 7 | 0 | 44 | 6 | 42 | 55 | 3E |
| Octal | 337 | 360 | 114 | 7 | 0 | 104 | 6 | 102 | 125 | 76 |
| Binary | 11011111 | 11110000 | 1001100 | 111 | 0 | 1000100 | 110 | 1000010 | 1010101 | 111110 |
Color Harmonies of #DFF04C
Complementary color
Monochromatic Colors of #DFF04C
Black with #DFF04C
Text Example
Text Example
White with #DFF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF04C; }
p { color: rgb(223,240,76); }
H1.HeaderClassName
{
color: #DFF04C;
}
.AnyTagClassName
{
color: #DFF04C;
}
</style>
background-color css
<style>
a { background-color: #DFF04C; }
a { background-color: rgb(223,240,76); }
div.DivClassName
{
background-color: #DFF04C;
}
.BgClassName
{
background-color: #DFF04C;
}
</style>
border-color css
<style>
span { border-color: #DFF04C; }
span { border-color: rgb(223,240,76); }
td.TdClassName
{
border-color: #DFF04C;
}
.TagClassName
{
border-color: #DFF04C;
}
</style>