Shades of Pear #DDFE49
Tints of Pear #DDFE49
RGB
CMYK
RGB Variations
Color information
#DDFE49 (or 0xDDFE49) is known color: Pear. HEX triplet: DD, FE and 49. RGB value is (221,254,73). Sum of RGB (Red+Green+Blue) = 221+254+73=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 73 (28.91% from 255 or 13.32% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE49 is #2201B6. Grayscale: #E0E0E0. Windows color (decimal): -2228663 or 4849373. OLE color: 4849373.
HSL color Cylindrical-coordinate representation of color #DDFE49: hue angle of 70.94º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDFE49 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 73 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.00 |
| HSL | 70.94º | 0.99% | 0.64% | - |
| HSV(B) | 70.94º | 0.71% | 1% | - |
| XYZ | 66.46 | 86.74 | 19.54 | - |
| YUV | 223.5 | 43.07 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 73 | 0.13 | 0 | 0.71 | 0.00 | 70.94 | 0.99 | 0.64 |
| Hex | DD | FE | 49 | D | 0 | 47 | 0 | 47 | 63 | 40 |
| Octal | 335 | 376 | 111 | 15 | 0 | 107 | 0 | 107 | 143 | 100 |
| Binary | 11011101 | 11111110 | 1001001 | 1101 | 0 | 1000111 | 0 | 1000111 | 1100011 | 1000000 |
Color Harmonies of #DDFE49
Complementary color
Monochromatic Colors of #DDFE49
Black with #DDFE49
Text Example
Text Example
White with #DDFE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE49; }
p { color: rgb(221,254,73); }
H1.HeaderClassName
{
color: #DDFE49;
}
.AnyTagClassName
{
color: #DDFE49;
}
</style>
background-color css
<style>
a { background-color: #DDFE49; }
a { background-color: rgb(221,254,73); }
div.DivClassName
{
background-color: #DDFE49;
}
.BgClassName
{
background-color: #DDFE49;
}
</style>
border-color css
<style>
span { border-color: #DDFE49; }
span { border-color: rgb(221,254,73); }
td.TdClassName
{
border-color: #DDFE49;
}
.TagClassName
{
border-color: #DDFE49;
}
</style>