Shades of Manz #DDF150
Tints of Manz #DDF150
RGB
CMYK
RGB Variations
Color information
#DDF150 (or 0xDDF150) is known color: Manz. HEX triplet: DD, F1 and 50. RGB value is (221,241,80). Sum of RGB (Red+Green+Blue) = 221+241+80=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 241 (94.53% from 255 or 44.46% from 542); Blue value is 80 (31.64% from 255 or 14.76% from 542); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF150 is #220EAF. Grayscale: #D9D9D9. Windows color (decimal): -2231984 or 5304797. OLE color: 5304797.
HSL color Cylindrical-coordinate representation of color #DDF150: hue angle of 67.45º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DDF150 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 80 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.05 |
| HSL | 67.45º | 0.85% | 0.63% | - |
| HSV(B) | 67.45º | 0.67% | 0.95% | - |
| XYZ | 62.72 | 78.86 | 19.51 | - |
| YUV | 216.67 | 50.87 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 80 | 0.08 | 0 | 0.67 | 0.05 | 67.45 | 0.85 | 0.63 |
| Hex | DD | F1 | 50 | 8 | 0 | 43 | 5 | 43 | 55 | 3F |
| Octal | 335 | 361 | 120 | 10 | 0 | 103 | 5 | 103 | 125 | 77 |
| Binary | 11011101 | 11110001 | 1010000 | 1000 | 0 | 1000011 | 101 | 1000011 | 1010101 | 111111 |
Color Harmonies of #DDF150
Complementary color
Monochromatic Colors of #DDF150
Black with #DDF150
Text Example
Text Example
White with #DDF150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF150; }
p { color: rgb(221,241,80); }
H1.HeaderClassName
{
color: #DDF150;
}
.AnyTagClassName
{
color: #DDF150;
}
</style>
background-color css
<style>
a { background-color: #DDF150; }
a { background-color: rgb(221,241,80); }
div.DivClassName
{
background-color: #DDF150;
}
.BgClassName
{
background-color: #DDF150;
}
</style>
border-color css
<style>
span { border-color: #DDF150; }
span { border-color: rgb(221,241,80); }
td.TdClassName
{
border-color: #DDF150;
}
.TagClassName
{
border-color: #DDF150;
}
</style>