Shades of Pear #DCF420
Tints of Pear #DCF420
RGB
CMYK
RGB Variations
Color information
#DCF420 (or 0xDCF420) is known color: Pear. HEX triplet: DC, F4 and 20. RGB value is (220,244,32). Sum of RGB (Red+Green+Blue) = 220+244+32=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 32 (12.89% from 255 or 6.45% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF420 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF420 is #230BDF. Grayscale: #D5D5D5. Windows color (decimal): -2296800 or 2159836. OLE color: 2159836.
HSL color Cylindrical-coordinate representation of color #DCF420: hue angle of 66.79º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF420 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 32 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.04 |
| HSL | 66.79º | 0.91% | 0.54% | - |
| HSV(B) | 66.79º | 0.87% | 0.96% | - |
| XYZ | 62.13 | 80.02 | 13.54 | - |
| YUV | 212.66 | 26.05 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 32 | 0.10 | 0 | 0.87 | 0.04 | 66.79 | 0.91 | 0.54 |
| Hex | DC | F4 | 20 | A | 0 | 57 | 4 | 43 | 5B | 36 |
| Octal | 334 | 364 | 40 | 12 | 0 | 127 | 4 | 103 | 133 | 66 |
| Binary | 11011100 | 11110100 | 100000 | 1010 | 0 | 1010111 | 100 | 1000011 | 1011011 | 110110 |
Color Harmonies of #DCF420
Complementary color
Monochromatic Colors of #DCF420
Black with #DCF420
Text Example
Text Example
White with #DCF420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF420; }
p { color: rgb(220,244,32); }
H1.HeaderClassName
{
color: #DCF420;
}
.AnyTagClassName
{
color: #DCF420;
}
</style>
background-color css
<style>
a { background-color: #DCF420; }
a { background-color: rgb(220,244,32); }
div.DivClassName
{
background-color: #DCF420;
}
.BgClassName
{
background-color: #DCF420;
}
</style>
border-color css
<style>
span { border-color: #DCF420; }
span { border-color: rgb(220,244,32); }
td.TdClassName
{
border-color: #DCF420;
}
.TagClassName
{
border-color: #DCF420;
}
</style>