Shades of Pear #DDFE47
Tints of Pear #DDFE47
RGB
CMYK
RGB Variations
Color information
#DDFE47 (or 0xDDFE47) is known color: Pear. HEX triplet: DD, FE and 47. RGB value is (221,254,71). Sum of RGB (Red+Green+Blue) = 221+254+71=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 254 (99.61% from 255 or 46.52% from 546); Blue value is 71 (28.12% from 255 or 13.00% from 546); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE47 is #2201B8. Grayscale: #DFDFDF. Windows color (decimal): -2228665 or 4718301. OLE color: 4718301.
HSL color Cylindrical-coordinate representation of color #DDFE47: hue angle of 70.82º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DDFE47 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 71 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.00 |
| HSL | 70.82º | 0.99% | 0.64% | - |
| HSV(B) | 70.82º | 0.72% | 1% | - |
| XYZ | 66.4 | 86.71 | 19.2 | - |
| YUV | 223.27 | 42.07 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 71 | 0.13 | 0 | 0.72 | 0.00 | 70.82 | 0.99 | 0.64 |
| Hex | DD | FE | 47 | D | 0 | 48 | 0 | 47 | 63 | 40 |
| Octal | 335 | 376 | 107 | 15 | 0 | 110 | 0 | 107 | 143 | 100 |
| Binary | 11011101 | 11111110 | 1000111 | 1101 | 0 | 1001000 | 0 | 1000111 | 1100011 | 1000000 |
Color Harmonies of #DDFE47
Complementary color
Monochromatic Colors of #DDFE47
Black with #DDFE47
Text Example
Text Example
White with #DDFE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE47; }
p { color: rgb(221,254,71); }
H1.HeaderClassName
{
color: #DDFE47;
}
.AnyTagClassName
{
color: #DDFE47;
}
</style>
background-color css
<style>
a { background-color: #DDFE47; }
a { background-color: rgb(221,254,71); }
div.DivClassName
{
background-color: #DDFE47;
}
.BgClassName
{
background-color: #DDFE47;
}
</style>
border-color css
<style>
span { border-color: #DDFE47; }
span { border-color: rgb(221,254,71); }
td.TdClassName
{
border-color: #DDFE47;
}
.TagClassName
{
border-color: #DDFE47;
}
</style>