Shades of Pear #DDF040
Tints of Pear #DDF040
RGB
CMYK
RGB Variations
Color information
#DDF040 (or 0xDDF040) is known color: Pear. HEX triplet: DD, F0 and 40. RGB value is (221,240,64). Sum of RGB (Red+Green+Blue) = 221+240+64=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 64 (25.39% from 255 or 12.19% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF040 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF040 is #220FBF. Grayscale: #D6D6D6. Windows color (decimal): -2232256 or 4255965. OLE color: 4255965.
HSL color Cylindrical-coordinate representation of color #DDF040: hue angle of 66.48º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDF040 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 64 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.06 |
| HSL | 66.48º | 0.85% | 0.6% | - |
| HSV(B) | 66.48º | 0.73% | 0.94% | - |
| XYZ | 61.9 | 78.06 | 16.66 | - |
| YUV | 214.26 | 43.21 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 64 | 0.08 | 0 | 0.73 | 0.06 | 66.48 | 0.85 | 0.6 |
| Hex | DD | F0 | 40 | 8 | 0 | 49 | 6 | 42 | 55 | 3C |
| Octal | 335 | 360 | 100 | 10 | 0 | 111 | 6 | 102 | 125 | 74 |
| Binary | 11011101 | 11110000 | 1000000 | 1000 | 0 | 1001001 | 110 | 1000010 | 1010101 | 111100 |
Color Harmonies of #DDF040
Complementary color
Monochromatic Colors of #DDF040
Black with #DDF040
Text Example
Text Example
White with #DDF040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF040; }
p { color: rgb(221,240,64); }
H1.HeaderClassName
{
color: #DDF040;
}
.AnyTagClassName
{
color: #DDF040;
}
</style>
background-color css
<style>
a { background-color: #DDF040; }
a { background-color: rgb(221,240,64); }
div.DivClassName
{
background-color: #DDF040;
}
.BgClassName
{
background-color: #DDF040;
}
</style>
border-color css
<style>
span { border-color: #DDF040; }
span { border-color: rgb(221,240,64); }
td.TdClassName
{
border-color: #DDF040;
}
.TagClassName
{
border-color: #DDF040;
}
</style>