Shades of Pear #DDFE29
Tints of Pear #DDFE29
RGB
CMYK
RGB Variations
Color information
#DDFE29 (or 0xDDFE29) is known color: Pear. HEX triplet: DD, FE and 29. RGB value is (221,254,41). Sum of RGB (Red+Green+Blue) = 221+254+41=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 254 (99.61% from 255 or 49.22% from 516); Blue value is 41 (16.41% from 255 or 7.95% from 516); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE29 is #2201D6. Grayscale: #DCDCDC. Windows color (decimal): -2228695 or 2752221. OLE color: 2752221.
HSL color Cylindrical-coordinate representation of color #DDFE29: hue angle of 69.3º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDFE29 is Cyan = 0.13, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 41 | - |
| CMYK | 0.13 | 0 | 0.84 | 0.00 |
| HSL | 69.3º | 0.99% | 0.58% | - |
| HSV(B) | 69.3º | 0.84% | 1% | - |
| XYZ | 65.66 | 86.42 | 15.32 | - |
| YUV | 219.85 | 27.07 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 41 | 0.13 | 0 | 0.84 | 0.00 | 69.3 | 0.99 | 0.58 |
| Hex | DD | FE | 29 | D | 0 | 54 | 0 | 45 | 63 | 3A |
| Octal | 335 | 376 | 51 | 15 | 0 | 124 | 0 | 105 | 143 | 72 |
| Binary | 11011101 | 11111110 | 101001 | 1101 | 0 | 1010100 | 0 | 1000101 | 1100011 | 111010 |
Color Harmonies of #DDFE29
Complementary color
Monochromatic Colors of #DDFE29
Black with #DDFE29
Text Example
Text Example
White with #DDFE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE29; }
p { color: rgb(221,254,41); }
H1.HeaderClassName
{
color: #DDFE29;
}
.AnyTagClassName
{
color: #DDFE29;
}
</style>
background-color css
<style>
a { background-color: #DDFE29; }
a { background-color: rgb(221,254,41); }
div.DivClassName
{
background-color: #DDFE29;
}
.BgClassName
{
background-color: #DDFE29;
}
</style>
border-color css
<style>
span { border-color: #DDFE29; }
span { border-color: rgb(221,254,41); }
td.TdClassName
{
border-color: #DDFE29;
}
.TagClassName
{
border-color: #DDFE29;
}
</style>