Shades of Pear #DCF549
Tints of Pear #DCF549
RGB
CMYK
RGB Variations
Color information
#DCF549 (or 0xDCF549) is known color: Pear. HEX triplet: DC, F5 and 49. RGB value is (220,245,73). Sum of RGB (Red+Green+Blue) = 220+245+73=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 73 (28.91% from 255 or 13.57% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF549 is #230AB6. Grayscale: #DADADA. Windows color (decimal): -2296503 or 4847068. OLE color: 4847068.
HSL color Cylindrical-coordinate representation of color #DCF549: hue angle of 68.72º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCF549 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 73 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.04 |
| HSL | 68.72º | 0.9% | 0.62% | - |
| HSV(B) | 68.72º | 0.7% | 0.96% | - |
| XYZ | 63.37 | 81 | 18.6 | - |
| YUV | 217.92 | 46.22 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 73 | 0.10 | 0 | 0.70 | 0.04 | 68.72 | 0.9 | 0.62 |
| Hex | DC | F5 | 49 | A | 0 | 46 | 4 | 45 | 5A | 3E |
| Octal | 334 | 365 | 111 | 12 | 0 | 106 | 4 | 105 | 132 | 76 |
| Binary | 11011100 | 11110101 | 1001001 | 1010 | 0 | 1000110 | 100 | 1000101 | 1011010 | 111110 |
Color Harmonies of #DCF549
Complementary color
Monochromatic Colors of #DCF549
Black with #DCF549
Text Example
Text Example
White with #DCF549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF549; }
p { color: rgb(220,245,73); }
H1.HeaderClassName
{
color: #DCF549;
}
.AnyTagClassName
{
color: #DCF549;
}
</style>
background-color css
<style>
a { background-color: #DCF549; }
a { background-color: rgb(220,245,73); }
div.DivClassName
{
background-color: #DCF549;
}
.BgClassName
{
background-color: #DCF549;
}
</style>
border-color css
<style>
span { border-color: #DCF549; }
span { border-color: rgb(220,245,73); }
td.TdClassName
{
border-color: #DCF549;
}
.TagClassName
{
border-color: #DCF549;
}
</style>