Shades of Manz #DDF34E
Tints of Manz #DDF34E
RGB
CMYK
RGB Variations
Color information
#DDF34E (or 0xDDF34E) is known color: Manz. HEX triplet: DD, F3 and 4E. RGB value is (221,243,78). Sum of RGB (Red+Green+Blue) = 221+243+78=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 78 (30.86% from 255 or 14.39% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF34E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF34E is #220CB1. Grayscale: #DADADA. Windows color (decimal): -2231474 or 5174237. OLE color: 5174237.
HSL color Cylindrical-coordinate representation of color #DDF34E: hue angle of 68º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DDF34E is Cyan = 0.09, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 78 | - |
| CMYK | 0.09 | 0 | 0.68 | 0.05 |
| HSL | 68º | 0.87% | 0.63% | - |
| HSV(B) | 68º | 0.68% | 0.95% | - |
| XYZ | 63.24 | 80.02 | 19.32 | - |
| YUV | 217.61 | 49.21 | 130.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 78 | 0.09 | 0 | 0.68 | 0.05 | 68 | 0.87 | 0.63 |
| Hex | DD | F3 | 4E | 9 | 0 | 44 | 5 | 44 | 57 | 3F |
| Octal | 335 | 363 | 116 | 11 | 0 | 104 | 5 | 104 | 127 | 77 |
| Binary | 11011101 | 11110011 | 1001110 | 1001 | 0 | 1000100 | 101 | 1000100 | 1010111 | 111111 |
Color Harmonies of #DDF34E
Complementary color
Monochromatic Colors of #DDF34E
Black with #DDF34E
Text Example
Text Example
White with #DDF34E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF34E; }
p { color: rgb(221,243,78); }
H1.HeaderClassName
{
color: #DDF34E;
}
.AnyTagClassName
{
color: #DDF34E;
}
</style>
background-color css
<style>
a { background-color: #DDF34E; }
a { background-color: rgb(221,243,78); }
div.DivClassName
{
background-color: #DDF34E;
}
.BgClassName
{
background-color: #DDF34E;
}
</style>
border-color css
<style>
span { border-color: #DDF34E; }
span { border-color: rgb(221,243,78); }
td.TdClassName
{
border-color: #DDF34E;
}
.TagClassName
{
border-color: #DDF34E;
}
</style>