Shades of Manz #DDF04B
Tints of Manz #DDF04B
RGB
CMYK
RGB Variations
Color information
#DDF04B (or 0xDDF04B) is known color: Manz. HEX triplet: DD, F0 and 4B. RGB value is (221,240,75). Sum of RGB (Red+Green+Blue) = 221+240+75=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 75 (29.69% from 255 or 13.99% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF04B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF04B is #220FB4. Grayscale: #D8D8D8. Windows color (decimal): -2232245 or 4976861. OLE color: 4976861.
HSL color Cylindrical-coordinate representation of color #DDF04B: hue angle of 66.91º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDF04B is Cyan = 0.08, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 75 | - |
| CMYK | 0.08 | 0 | 0.69 | 0.06 |
| HSL | 66.91º | 0.85% | 0.62% | - |
| HSV(B) | 66.91º | 0.69% | 0.94% | - |
| XYZ | 62.25 | 78.2 | 18.47 | - |
| YUV | 215.51 | 48.71 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 75 | 0.08 | 0 | 0.69 | 0.06 | 66.91 | 0.85 | 0.62 |
| Hex | DD | F0 | 4B | 8 | 0 | 45 | 6 | 43 | 55 | 3E |
| Octal | 335 | 360 | 113 | 10 | 0 | 105 | 6 | 103 | 125 | 76 |
| Binary | 11011101 | 11110000 | 1001011 | 1000 | 0 | 1000101 | 110 | 1000011 | 1010101 | 111110 |
Color Harmonies of #DDF04B
Complementary color
Monochromatic Colors of #DDF04B
Black with #DDF04B
Text Example
Text Example
White with #DDF04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF04B; }
p { color: rgb(221,240,75); }
H1.HeaderClassName
{
color: #DDF04B;
}
.AnyTagClassName
{
color: #DDF04B;
}
</style>
background-color css
<style>
a { background-color: #DDF04B; }
a { background-color: rgb(221,240,75); }
div.DivClassName
{
background-color: #DDF04B;
}
.BgClassName
{
background-color: #DDF04B;
}
</style>
border-color css
<style>
span { border-color: #DDF04B; }
span { border-color: rgb(221,240,75); }
td.TdClassName
{
border-color: #DDF04B;
}
.TagClassName
{
border-color: #DDF04B;
}
</style>