Shades of Manz #DDF34C
Tints of Manz #DDF34C
RGB
CMYK
RGB Variations
Color information
#DDF34C (or 0xDDF34C) is known color: Manz. HEX triplet: DD, F3 and 4C. RGB value is (221,243,76). Sum of RGB (Red+Green+Blue) = 221+243+76=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 243 (95.31% from 255 or 45% from 540); Blue value is 76 (30.08% from 255 or 14.07% from 540); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF34C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF34C is #220CB3. Grayscale: #DADADA. Windows color (decimal): -2231476 or 5043165. OLE color: 5043165.
HSL color Cylindrical-coordinate representation of color #DDF34C: hue angle of 67.9º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DDF34C is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 243 | 76 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.05 |
| HSL | 67.9º | 0.87% | 0.63% | - |
| HSV(B) | 67.9º | 0.69% | 0.95% | - |
| XYZ | 63.17 | 80 | 18.95 | - |
| YUV | 217.38 | 48.21 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 243 | 76 | 0.09 | 0 | 0.69 | 0.05 | 67.9 | 0.87 | 0.63 |
| Hex | DD | F3 | 4C | 9 | 0 | 45 | 5 | 44 | 57 | 3F |
| Octal | 335 | 363 | 114 | 11 | 0 | 105 | 5 | 104 | 127 | 77 |
| Binary | 11011101 | 11110011 | 1001100 | 1001 | 0 | 1000101 | 101 | 1000100 | 1010111 | 111111 |
Color Harmonies of #DDF34C
Complementary color
Monochromatic Colors of #DDF34C
Black with #DDF34C
Text Example
Text Example
White with #DDF34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF34C; }
p { color: rgb(221,243,76); }
H1.HeaderClassName
{
color: #DDF34C;
}
.AnyTagClassName
{
color: #DDF34C;
}
</style>
background-color css
<style>
a { background-color: #DDF34C; }
a { background-color: rgb(221,243,76); }
div.DivClassName
{
background-color: #DDF34C;
}
.BgClassName
{
background-color: #DDF34C;
}
</style>
border-color css
<style>
span { border-color: #DDF34C; }
span { border-color: rgb(221,243,76); }
td.TdClassName
{
border-color: #DDF34C;
}
.TagClassName
{
border-color: #DDF34C;
}
</style>