Shades of Manz #DDF051
Tints of Manz #DDF051
RGB
CMYK
RGB Variations
Color information
#DDF051 (or 0xDDF051) is known color: Manz. HEX triplet: DD, F0 and 51. RGB value is (221,240,81). Sum of RGB (Red+Green+Blue) = 221+240+81=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 240 (94.14% from 255 or 44.28% from 542); Blue value is 81 (32.03% from 255 or 14.94% from 542); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF051 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF051 is #220FAE. Grayscale: #D8D8D8. Windows color (decimal): -2232239 or 5370077. OLE color: 5370077.
HSL color Cylindrical-coordinate representation of color #DDF051: hue angle of 67.17º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DDF051 is Cyan = 0.08, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 81 | - |
| CMYK | 0.08 | 0 | 0.66 | 0.06 |
| HSL | 67.17º | 0.84% | 0.63% | - |
| HSV(B) | 67.17º | 0.66% | 0.94% | - |
| XYZ | 62.46 | 78.29 | 19.6 | - |
| YUV | 216.19 | 51.71 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 81 | 0.08 | 0 | 0.66 | 0.06 | 67.17 | 0.84 | 0.63 |
| Hex | DD | F0 | 51 | 8 | 0 | 42 | 6 | 43 | 54 | 3F |
| Octal | 335 | 360 | 121 | 10 | 0 | 102 | 6 | 103 | 124 | 77 |
| Binary | 11011101 | 11110000 | 1010001 | 1000 | 0 | 1000010 | 110 | 1000011 | 1010100 | 111111 |
Color Harmonies of #DDF051
Complementary color
Monochromatic Colors of #DDF051
Black with #DDF051
Text Example
Text Example
White with #DDF051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF051; }
p { color: rgb(221,240,81); }
H1.HeaderClassName
{
color: #DDF051;
}
.AnyTagClassName
{
color: #DDF051;
}
</style>
background-color css
<style>
a { background-color: #DDF051; }
a { background-color: rgb(221,240,81); }
div.DivClassName
{
background-color: #DDF051;
}
.BgClassName
{
background-color: #DDF051;
}
</style>
border-color css
<style>
span { border-color: #DDF051; }
span { border-color: rgb(221,240,81); }
td.TdClassName
{
border-color: #DDF051;
}
.TagClassName
{
border-color: #DDF051;
}
</style>