Shades of Pear #DDEF29
Tints of Pear #DDEF29
RGB
CMYK
RGB Variations
Color information
#DDEF29 (or 0xDDEF29) is known color: Pear. HEX triplet: DD, EF and 29. RGB value is (221,239,41). Sum of RGB (Red+Green+Blue) = 221+239+41=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 239 (93.75% from 255 or 47.70% from 501); Blue value is 41 (16.41% from 255 or 8.18% from 501); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF29 is #2210D6. Grayscale: #D3D3D3. Windows color (decimal): -2232535 or 2748381. OLE color: 2748381.
HSL color Cylindrical-coordinate representation of color #DDEF29: hue angle of 65.45º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDEF29 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 239 | 41 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.06 |
| HSL | 65.45º | 0.86% | 0.55% | - |
| HSV(B) | 65.45º | 0.83% | 0.94% | - |
| XYZ | 61.09 | 77.27 | 13.79 | - |
| YUV | 211.05 | 32.04 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 239 | 41 | 0.08 | 0 | 0.83 | 0.06 | 65.45 | 0.86 | 0.55 |
| Hex | DD | EF | 29 | 8 | 0 | 53 | 6 | 41 | 56 | 37 |
| Octal | 335 | 357 | 51 | 10 | 0 | 123 | 6 | 101 | 126 | 67 |
| Binary | 11011101 | 11101111 | 101001 | 1000 | 0 | 1010011 | 110 | 1000001 | 1010110 | 110111 |
Color Harmonies of #DDEF29
Complementary color
Monochromatic Colors of #DDEF29
Black with #DDEF29
Text Example
Text Example
White with #DDEF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDEF29; }
p { color: rgb(221,239,41); }
H1.HeaderClassName
{
color: #DDEF29;
}
.AnyTagClassName
{
color: #DDEF29;
}
</style>
background-color css
<style>
a { background-color: #DDEF29; }
a { background-color: rgb(221,239,41); }
div.DivClassName
{
background-color: #DDEF29;
}
.BgClassName
{
background-color: #DDEF29;
}
</style>
border-color css
<style>
span { border-color: #DDEF29; }
span { border-color: rgb(221,239,41); }
td.TdClassName
{
border-color: #DDEF29;
}
.TagClassName
{
border-color: #DDEF29;
}
</style>