Shades of Pear #DCFE49
Tints of Pear #DCFE49
RGB
CMYK
RGB Variations
Color information
#DCFE49 (or 0xDCFE49) is known color: Pear. HEX triplet: DC, FE and 49. RGB value is (220,254,73). Sum of RGB (Red+Green+Blue) = 220+254+73=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 254 (99.61% from 255 or 46.44% from 547); Blue value is 73 (28.91% from 255 or 13.35% from 547); Max value from RGB is 254 - color contains mainly: green. Hex color #DCFE49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFE49 is #2301B6. Grayscale: #DFDFDF. Windows color (decimal): -2294199 or 4849372. OLE color: 4849372.
HSL color Cylindrical-coordinate representation of color #DCFE49: hue angle of 71.27º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCFE49 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 220 | 254 | 73 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.00 |
| HSL | 71.27º | 0.99% | 0.64% | - |
| HSV(B) | 71.27º | 0.71% | 1% | - |
| XYZ | 66.16 | 86.58 | 19.53 | - |
| YUV | 223.2 | 43.24 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 254 | 73 | 0.13 | 0 | 0.71 | 0.00 | 71.27 | 0.99 | 0.64 |
| Hex | DC | FE | 49 | D | 0 | 47 | 0 | 47 | 63 | 40 |
| Octal | 334 | 376 | 111 | 15 | 0 | 107 | 0 | 107 | 143 | 100 |
| Binary | 11011100 | 11111110 | 1001001 | 1101 | 0 | 1000111 | 0 | 1000111 | 1100011 | 1000000 |
Color Harmonies of #DCFE49
Complementary color
Monochromatic Colors of #DCFE49
Black with #DCFE49
Text Example
Text Example
White with #DCFE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFE49; }
p { color: rgb(220,254,73); }
H1.HeaderClassName
{
color: #DCFE49;
}
.AnyTagClassName
{
color: #DCFE49;
}
</style>
background-color css
<style>
a { background-color: #DCFE49; }
a { background-color: rgb(220,254,73); }
div.DivClassName
{
background-color: #DCFE49;
}
.BgClassName
{
background-color: #DCFE49;
}
</style>
border-color css
<style>
span { border-color: #DCFE49; }
span { border-color: rgb(220,254,73); }
td.TdClassName
{
border-color: #DCFE49;
}
.TagClassName
{
border-color: #DCFE49;
}
</style>