Shades of Manz #DDF14C
Tints of Manz #DDF14C
RGB
CMYK
RGB Variations
Color information
#DDF14C (or 0xDDF14C) is known color: Manz. HEX triplet: DD, F1 and 4C. RGB value is (221,241,76). Sum of RGB (Red+Green+Blue) = 221+241+76=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 241 (94.53% from 255 or 44.80% from 538); Blue value is 76 (30.08% from 255 or 14.13% from 538); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF14C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF14C is #220EB3. Grayscale: #D8D8D8. Windows color (decimal): -2231988 or 5042653. OLE color: 5042653.
HSL color Cylindrical-coordinate representation of color #DDF14C: hue angle of 67.27º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDF14C is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 241 | 76 | - |
| CMYK | 0.08 | 0 | 0.68 | 0.05 |
| HSL | 67.27º | 0.85% | 0.62% | - |
| HSV(B) | 67.27º | 0.68% | 0.95% | - |
| XYZ | 62.58 | 78.8 | 18.75 | - |
| YUV | 216.21 | 48.87 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 241 | 76 | 0.08 | 0 | 0.68 | 0.05 | 67.27 | 0.85 | 0.62 |
| Hex | DD | F1 | 4C | 8 | 0 | 44 | 5 | 43 | 55 | 3E |
| Octal | 335 | 361 | 114 | 10 | 0 | 104 | 5 | 103 | 125 | 76 |
| Binary | 11011101 | 11110001 | 1001100 | 1000 | 0 | 1000100 | 101 | 1000011 | 1010101 | 111110 |
Color Harmonies of #DDF14C
Complementary color
Monochromatic Colors of #DDF14C
Black with #DDF14C
Text Example
Text Example
White with #DDF14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF14C; }
p { color: rgb(221,241,76); }
H1.HeaderClassName
{
color: #DDF14C;
}
.AnyTagClassName
{
color: #DDF14C;
}
</style>
background-color css
<style>
a { background-color: #DDF14C; }
a { background-color: rgb(221,241,76); }
div.DivClassName
{
background-color: #DDF14C;
}
.BgClassName
{
background-color: #DDF14C;
}
</style>
border-color css
<style>
span { border-color: #DDF14C; }
span { border-color: rgb(221,241,76); }
td.TdClassName
{
border-color: #DDF14C;
}
.TagClassName
{
border-color: #DDF14C;
}
</style>