Shades of Pear #DCF220
Tints of Pear #DCF220
RGB
CMYK
RGB Variations
Color information
#DCF220 (or 0xDCF220) is known color: Pear. HEX triplet: DC, F2 and 20. RGB value is (220,242,32). Sum of RGB (Red+Green+Blue) = 220+242+32=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF220 is #230DDF. Grayscale: #D4D4D4. Windows color (decimal): -2297312 or 2159324. OLE color: 2159324.
HSL color Cylindrical-coordinate representation of color #DCF220: hue angle of 66.29º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF220 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 242 | 32 | - |
| CMYK | 0.09 | 0 | 0.87 | 0.05 |
| HSL | 66.29º | 0.89% | 0.54% | - |
| HSV(B) | 66.29º | 0.87% | 0.95% | - |
| XYZ | 61.53 | 78.82 | 13.34 | - |
| YUV | 211.48 | 26.71 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 242 | 32 | 0.09 | 0 | 0.87 | 0.05 | 66.29 | 0.89 | 0.54 |
| Hex | DC | F2 | 20 | 9 | 0 | 57 | 5 | 42 | 59 | 36 |
| Octal | 334 | 362 | 40 | 11 | 0 | 127 | 5 | 102 | 131 | 66 |
| Binary | 11011100 | 11110010 | 100000 | 1001 | 0 | 1010111 | 101 | 1000010 | 1011001 | 110110 |
Color Harmonies of #DCF220
Complementary color
Monochromatic Colors of #DCF220
Black with #DCF220
Text Example
Text Example
White with #DCF220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF220; }
p { color: rgb(220,242,32); }
H1.HeaderClassName
{
color: #DCF220;
}
.AnyTagClassName
{
color: #DCF220;
}
</style>
background-color css
<style>
a { background-color: #DCF220; }
a { background-color: rgb(220,242,32); }
div.DivClassName
{
background-color: #DCF220;
}
.BgClassName
{
background-color: #DCF220;
}
</style>
border-color css
<style>
span { border-color: #DCF220; }
span { border-color: rgb(220,242,32); }
td.TdClassName
{
border-color: #DCF220;
}
.TagClassName
{
border-color: #DCF220;
}
</style>