Shades of Pear #DDF240
Tints of Pear #DDF240
RGB
CMYK
RGB Variations
Color information
#DDF240 (or 0xDDF240) is known color: Pear. HEX triplet: DD, F2 and 40. RGB value is (221,242,64). Sum of RGB (Red+Green+Blue) = 221+242+64=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF240 is #220DBF. Grayscale: #D8D8D8. Windows color (decimal): -2231744 or 4256477. OLE color: 4256477.
HSL color Cylindrical-coordinate representation of color #DDF240: hue angle of 67.08º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDF240 is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 242 | 64 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.05 |
| HSL | 67.08º | 0.87% | 0.6% | - |
| HSV(B) | 67.08º | 0.74% | 0.95% | - |
| XYZ | 62.5 | 79.25 | 16.85 | - |
| YUV | 215.43 | 42.54 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 242 | 64 | 0.09 | 0 | 0.74 | 0.05 | 67.08 | 0.87 | 0.6 |
| Hex | DD | F2 | 40 | 9 | 0 | 4A | 5 | 43 | 57 | 3C |
| Octal | 335 | 362 | 100 | 11 | 0 | 112 | 5 | 103 | 127 | 74 |
| Binary | 11011101 | 11110010 | 1000000 | 1001 | 0 | 1001010 | 101 | 1000011 | 1010111 | 111100 |
Color Harmonies of #DDF240
Complementary color
Monochromatic Colors of #DDF240
Black with #DDF240
Text Example
Text Example
White with #DDF240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF240; }
p { color: rgb(221,242,64); }
H1.HeaderClassName
{
color: #DDF240;
}
.AnyTagClassName
{
color: #DDF240;
}
</style>
background-color css
<style>
a { background-color: #DDF240; }
a { background-color: rgb(221,242,64); }
div.DivClassName
{
background-color: #DDF240;
}
.BgClassName
{
background-color: #DDF240;
}
</style>
border-color css
<style>
span { border-color: #DDF240; }
span { border-color: rgb(221,242,64); }
td.TdClassName
{
border-color: #DDF240;
}
.TagClassName
{
border-color: #DDF240;
}
</style>