Shades of Manz #DFF04D
Tints of Manz #DFF04D
RGB
CMYK
RGB Variations
Color information
#DFF04D (or 0xDFF04D) is known color: Manz. HEX triplet: DF, F0 and 4D. RGB value is (223,240,77). Sum of RGB (Red+Green+Blue) = 223+240+77=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 77 (30.47% from 255 or 14.26% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF04D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFF04D is #200FB2. Grayscale: #D8D8D8. Windows color (decimal): -2101171 or 5107935. OLE color: 5107935.
HSL color Cylindrical-coordinate representation of color #DFF04D: hue angle of 66.26º degrees, saturation: 0.84, 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 #DFF04D is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 240 | 77 | - |
| CMYK | 0.07 | 0 | 0.68 | 0.06 |
| HSL | 66.26º | 0.84% | 0.62% | - |
| HSV(B) | 66.26º | 0.68% | 0.94% | - |
| XYZ | 62.93 | 78.54 | 18.86 | - |
| YUV | 216.34 | 49.37 | 132.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 240 | 77 | 0.07 | 0 | 0.68 | 0.06 | 66.26 | 0.84 | 0.62 |
| Hex | DF | F0 | 4D | 7 | 0 | 44 | 6 | 42 | 54 | 3E |
| Octal | 337 | 360 | 115 | 7 | 0 | 104 | 6 | 102 | 124 | 76 |
| Binary | 11011111 | 11110000 | 1001101 | 111 | 0 | 1000100 | 110 | 1000010 | 1010100 | 111110 |
Color Harmonies of #DFF04D
Complementary color
Monochromatic Colors of #DFF04D
Black with #DFF04D
Text Example
Text Example
White with #DFF04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFF04D; }
p { color: rgb(223,240,77); }
H1.HeaderClassName
{
color: #DFF04D;
}
.AnyTagClassName
{
color: #DFF04D;
}
</style>
background-color css
<style>
a { background-color: #DFF04D; }
a { background-color: rgb(223,240,77); }
div.DivClassName
{
background-color: #DFF04D;
}
.BgClassName
{
background-color: #DFF04D;
}
</style>
border-color css
<style>
span { border-color: #DFF04D; }
span { border-color: rgb(223,240,77); }
td.TdClassName
{
border-color: #DFF04D;
}
.TagClassName
{
border-color: #DFF04D;
}
</style>