Shades of Pear #DDEF40
Tints of Pear #DDEF40
RGB
CMYK
RGB Variations
Color information
#DDEF40 (or 0xDDEF40) is known color: Pear. HEX triplet: DD, EF and 40. RGB value is (221,239,64). Sum of RGB (Red+Green+Blue) = 221+239+64=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 239 (93.75% from 255 or 45.61% from 524); Blue value is 64 (25.39% from 255 or 12.21% from 524); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF40 is #2210BF. Grayscale: #D6D6D6. Windows color (decimal): -2232512 or 4255709. OLE color: 4255709.
HSL color Cylindrical-coordinate representation of color #DDEF40: hue angle of 66.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDEF40 is Cyan = 0.08, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 64 | - |
| CMYK | 0.08 | 0 | 0.73 | 0.06 |
| HSL | 66.17º | 0.85% | 0.59% | - |
| HSV(B) | 66.17º | 0.73% | 0.94% | - |
| XYZ | 61.61 | 77.48 | 16.56 | - |
| YUV | 213.67 | 43.54 | 133.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 64 | 0.08 | 0 | 0.73 | 0.06 | 66.17 | 0.85 | 0.59 |
| Hex | DD | EF | 40 | 8 | 0 | 49 | 6 | 42 | 55 | 3B |
| Octal | 335 | 357 | 100 | 10 | 0 | 111 | 6 | 102 | 125 | 73 |
| Binary | 11011101 | 11101111 | 1000000 | 1000 | 0 | 1001001 | 110 | 1000010 | 1010101 | 111011 |
Color Harmonies of #DDEF40
Complementary color
Monochromatic Colors of #DDEF40
Black with #DDEF40
Text Example
Text Example
White with #DDEF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF40; }
p { color: rgb(221,239,64); }
H1.HeaderClassName
{
color: #DDEF40;
}
.AnyTagClassName
{
color: #DDEF40;
}
</style>
background-color css
<style>
a { background-color: #DDEF40; }
a { background-color: rgb(221,239,64); }
div.DivClassName
{
background-color: #DDEF40;
}
.BgClassName
{
background-color: #DDEF40;
}
</style>
border-color css
<style>
span { border-color: #DDEF40; }
span { border-color: rgb(221,239,64); }
td.TdClassName
{
border-color: #DDEF40;
}
.TagClassName
{
border-color: #DDEF40;
}
</style>