Shades of Pear #DCFD49
Tints of Pear #DCFD49
RGB
CMYK
RGB Variations
Color information
#DCFD49 (or 0xDCFD49) is known color: Pear. HEX triplet: DC, FD and 49. RGB value is (220,253,73). Sum of RGB (Red+Green+Blue) = 220+253+73=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 73 (28.91% from 255 or 13.37% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD49 is #2302B6. Grayscale: #DFDFDF. Windows color (decimal): -2294455 or 4849116. OLE color: 4849116.
HSL color Cylindrical-coordinate representation of color #DCFD49: hue angle of 71º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCFD49 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 73 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.01 |
| HSL | 71º | 0.98% | 0.64% | - |
| HSV(B) | 71º | 0.71% | 0.99% | - |
| XYZ | 65.84 | 85.95 | 19.42 | - |
| YUV | 222.61 | 43.57 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 73 | 0.13 | 0 | 0.71 | 0.01 | 71 | 0.98 | 0.64 |
| Hex | DC | FD | 49 | D | 0 | 47 | 1 | 47 | 62 | 40 |
| Octal | 334 | 375 | 111 | 15 | 0 | 107 | 1 | 107 | 142 | 100 |
| Binary | 11011100 | 11111101 | 1001001 | 1101 | 0 | 1000111 | 1 | 1000111 | 1100010 | 1000000 |
Color Harmonies of #DCFD49
Complementary color
Monochromatic Colors of #DCFD49
Black with #DCFD49
Text Example
Text Example
White with #DCFD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD49; }
p { color: rgb(220,253,73); }
H1.HeaderClassName
{
color: #DCFD49;
}
.AnyTagClassName
{
color: #DCFD49;
}
</style>
background-color css
<style>
a { background-color: #DCFD49; }
a { background-color: rgb(220,253,73); }
div.DivClassName
{
background-color: #DCFD49;
}
.BgClassName
{
background-color: #DCFD49;
}
</style>
border-color css
<style>
span { border-color: #DCFD49; }
span { border-color: rgb(220,253,73); }
td.TdClassName
{
border-color: #DCFD49;
}
.TagClassName
{
border-color: #DCFD49;
}
</style>