Shades of Manz #DDF04C
Tints of Manz #DDF04C
RGB
CMYK
RGB Variations
Color information
#DDF04C (or 0xDDF04C) is known color: Manz. HEX triplet: DD, F0 and 4C. RGB value is (221,240,76). Sum of RGB (Red+Green+Blue) = 221+240+76=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 240 (94.14% from 255 or 44.69% from 537); Blue value is 76 (30.08% from 255 or 14.15% from 537); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF04C is #220FB3. Grayscale: #D8D8D8. Windows color (decimal): -2232244 or 5042397. OLE color: 5042397.
HSL color Cylindrical-coordinate representation of color #DDF04C: hue angle of 66.95º 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 #DDF04C is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 76 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.06 |
| HSL | 66.95º | 0.85% | 0.62% | - |
| HSV(B) | 66.95º | 0.68% | 0.94% | - |
| XYZ | 62.28 | 78.21 | 18.65 | - |
| YUV | 215.62 | 49.21 | 131.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 76 | 0.08 | 0 | 0.68 | 0.06 | 66.95 | 0.85 | 0.62 |
| Hex | DD | F0 | 4C | 8 | 0 | 44 | 6 | 43 | 55 | 3E |
| Octal | 335 | 360 | 114 | 10 | 0 | 104 | 6 | 103 | 125 | 76 |
| Binary | 11011101 | 11110000 | 1001100 | 1000 | 0 | 1000100 | 110 | 1000011 | 1010101 | 111110 |
Color Harmonies of #DDF04C
Complementary color
Monochromatic Colors of #DDF04C
Black with #DDF04C
Text Example
Text Example
White with #DDF04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF04C; }
p { color: rgb(221,240,76); }
H1.HeaderClassName
{
color: #DDF04C;
}
.AnyTagClassName
{
color: #DDF04C;
}
</style>
background-color css
<style>
a { background-color: #DDF04C; }
a { background-color: rgb(221,240,76); }
div.DivClassName
{
background-color: #DDF04C;
}
.BgClassName
{
background-color: #DDF04C;
}
</style>
border-color css
<style>
span { border-color: #DDF04C; }
span { border-color: rgb(221,240,76); }
td.TdClassName
{
border-color: #DDF04C;
}
.TagClassName
{
border-color: #DDF04C;
}
</style>