Shades of Pear #DCFD47
Tints of Pear #DCFD47
RGB
CMYK
RGB Variations
Color information
#DCFD47 (or 0xDCFD47) is known color: Pear. HEX triplet: DC, FD and 47. RGB value is (220,253,71). Sum of RGB (Red+Green+Blue) = 220+253+71=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 71 (28.12% from 255 or 13.05% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD47 is #2302B8. Grayscale: #DFDFDF. Windows color (decimal): -2294457 or 4718044. OLE color: 4718044.
HSL color Cylindrical-coordinate representation of color #DCFD47: hue angle of 70.88º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCFD47 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 71 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.01 |
| HSL | 70.88º | 0.98% | 0.64% | - |
| HSV(B) | 70.88º | 0.72% | 0.99% | - |
| XYZ | 65.78 | 85.92 | 19.08 | - |
| YUV | 222.39 | 42.57 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 71 | 0.13 | 0 | 0.72 | 0.01 | 70.88 | 0.98 | 0.64 |
| Hex | DC | FD | 47 | D | 0 | 48 | 1 | 47 | 62 | 40 |
| Octal | 334 | 375 | 107 | 15 | 0 | 110 | 1 | 107 | 142 | 100 |
| Binary | 11011100 | 11111101 | 1000111 | 1101 | 0 | 1001000 | 1 | 1000111 | 1100010 | 1000000 |
Color Harmonies of #DCFD47
Complementary color
Monochromatic Colors of #DCFD47
Black with #DCFD47
Text Example
Text Example
White with #DCFD47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD47; }
p { color: rgb(220,253,71); }
H1.HeaderClassName
{
color: #DCFD47;
}
.AnyTagClassName
{
color: #DCFD47;
}
</style>
background-color css
<style>
a { background-color: #DCFD47; }
a { background-color: rgb(220,253,71); }
div.DivClassName
{
background-color: #DCFD47;
}
.BgClassName
{
background-color: #DCFD47;
}
</style>
border-color css
<style>
span { border-color: #DCFD47; }
span { border-color: rgb(220,253,71); }
td.TdClassName
{
border-color: #DCFD47;
}
.TagClassName
{
border-color: #DCFD47;
}
</style>