Shades of Pear #DDFF47
Tints of Pear #DDFF47
RGB
CMYK
RGB Variations
Color information
#DDFF47 (or 0xDDFF47) is known color: Pear. HEX triplet: DD, FF and 47. RGB value is (221,255,71). Sum of RGB (Red+Green+Blue) = 221+255+71=547 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.40% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 71 (28.12% from 255 or 12.98% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF47 is #2200B8. Grayscale: #E0E0E0. Windows color (decimal): -2228409 or 4718557. OLE color: 4718557.
HSL color Cylindrical-coordinate representation of color #DDFF47: hue angle of 71.09º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDFF47 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 221 | 255 | 71 | - |
| CMYK | 0.13 | 0 | 0.72 | 0 |
| HSL | 71.09º | 1% | 0.64% | - |
| HSV(B) | 71.09º | 0.72% | 1% | - |
| XYZ | 66.72 | 87.35 | 19.3 | - |
| YUV | 223.86 | 41.74 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 255 | 71 | 0.13 | 0 | 0.72 | 0 | 71.09 | 1 | 0.64 |
| Hex | DD | FF | 47 | D | 0 | 48 | 0 | 47 | 64 | 40 |
| Octal | 335 | 377 | 107 | 15 | 0 | 110 | 0 | 107 | 144 | 100 |
| Binary | 11011101 | 11111111 | 1000111 | 1101 | 0 | 1001000 | 0 | 1000111 | 1100100 | 1000000 |
Color Harmonies of #DDFF47
Complementary color
Monochromatic Colors of #DDFF47
Black with #DDFF47
Text Example
Text Example
White with #DDFF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFF47; }
p { color: rgb(221,255,71); }
H1.HeaderClassName
{
color: #DDFF47;
}
.AnyTagClassName
{
color: #DDFF47;
}
</style>
background-color css
<style>
a { background-color: #DDFF47; }
a { background-color: rgb(221,255,71); }
div.DivClassName
{
background-color: #DDFF47;
}
.BgClassName
{
background-color: #DDFF47;
}
</style>
border-color css
<style>
span { border-color: #DDFF47; }
span { border-color: rgb(221,255,71); }
td.TdClassName
{
border-color: #DDFF47;
}
.TagClassName
{
border-color: #DDFF47;
}
</style>