Shades of Pear #DCFC49
Tints of Pear #DCFC49
RGB
CMYK
RGB Variations
Color information
#DCFC49 (or 0xDCFC49) is known color: Pear. HEX triplet: DC, FC and 49. RGB value is (220,252,73). Sum of RGB (Red+Green+Blue) = 220+252+73=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFC49 is #2303B6. Grayscale: #DEDEDE. Windows color (decimal): -2294711 or 4848860. OLE color: 4848860.
HSL color Cylindrical-coordinate representation of color #DCFC49: hue angle of 70.73º degrees, saturation: 0.97, 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 #DCFC49 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 252 | 73 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.01 |
| HSL | 70.73º | 0.97% | 0.64% | - |
| HSV(B) | 70.73º | 0.71% | 0.99% | - |
| XYZ | 65.53 | 85.32 | 19.32 | - |
| YUV | 222.03 | 43.9 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 252 | 73 | 0.13 | 0 | 0.71 | 0.01 | 70.73 | 0.97 | 0.64 |
| Hex | DC | FC | 49 | D | 0 | 47 | 1 | 47 | 61 | 40 |
| Octal | 334 | 374 | 111 | 15 | 0 | 107 | 1 | 107 | 141 | 100 |
| Binary | 11011100 | 11111100 | 1001001 | 1101 | 0 | 1000111 | 1 | 1000111 | 1100001 | 1000000 |
Color Harmonies of #DCFC49
Complementary color
Monochromatic Colors of #DCFC49
Black with #DCFC49
Text Example
Text Example
White with #DCFC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFC49; }
p { color: rgb(220,252,73); }
H1.HeaderClassName
{
color: #DCFC49;
}
.AnyTagClassName
{
color: #DCFC49;
}
</style>
background-color css
<style>
a { background-color: #DCFC49; }
a { background-color: rgb(220,252,73); }
div.DivClassName
{
background-color: #DCFC49;
}
.BgClassName
{
background-color: #DCFC49;
}
</style>
border-color css
<style>
span { border-color: #DCFC49; }
span { border-color: rgb(220,252,73); }
td.TdClassName
{
border-color: #DCFC49;
}
.TagClassName
{
border-color: #DCFC49;
}
</style>