Shades of Pear #DDFF49
Tints of Pear #DDFF49
RGB
CMYK
RGB Variations
Color information
#DDFF49 (or 0xDDFF49) is known color: Pear. HEX triplet: DD, FF and 49. RGB value is (221,255,73). Sum of RGB (Red+Green+Blue) = 221+255+73=549 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.26% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 73 (28.91% from 255 or 13.30% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF49 is #2200B6. Grayscale: #E0E0E0. Windows color (decimal): -2228407 or 4849629. OLE color: 4849629.
HSL color Cylindrical-coordinate representation of color #DDFF49: hue angle of 71.21º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DDFF49 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 73 | - |
| CMYK | 0.13 | 0 | 0.71 | 0 |
| HSL | 71.21º | 1% | 0.64% | - |
| HSV(B) | 71.21º | 0.71% | 1% | - |
| XYZ | 66.78 | 87.37 | 19.65 | - |
| YUV | 224.09 | 42.74 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 73 | 0.13 | 0 | 0.71 | 0 | 71.21 | 1 | 0.64 |
| Hex | DD | FF | 49 | D | 0 | 47 | 0 | 47 | 64 | 40 |
| Octal | 335 | 377 | 111 | 15 | 0 | 107 | 0 | 107 | 144 | 100 |
| Binary | 11011101 | 11111111 | 1001001 | 1101 | 0 | 1000111 | 0 | 1000111 | 1100100 | 1000000 |
Color Harmonies of #DDFF49
Complementary color
Monochromatic Colors of #DDFF49
Black with #DDFF49
Text Example
Text Example
White with #DDFF49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF49; }
p { color: rgb(221,255,73); }
H1.HeaderClassName
{
color: #DDFF49;
}
.AnyTagClassName
{
color: #DDFF49;
}
</style>
background-color css
<style>
a { background-color: #DDFF49; }
a { background-color: rgb(221,255,73); }
div.DivClassName
{
background-color: #DDFF49;
}
.BgClassName
{
background-color: #DDFF49;
}
</style>
border-color css
<style>
span { border-color: #DDFF49; }
span { border-color: rgb(221,255,73); }
td.TdClassName
{
border-color: #DDFF49;
}
.TagClassName
{
border-color: #DDFF49;
}
</style>