Shades of Pear #DCF020
Tints of Pear #DCF020
RGB
CMYK
RGB Variations
Color information
#DCF020 (or 0xDCF020) is known color: Pear. HEX triplet: DC, F0 and 20. RGB value is (220,240,32). Sum of RGB (Red+Green+Blue) = 220+240+32=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF020 is #230FDF. Grayscale: #D3D3D3. Windows color (decimal): -2297824 or 2158812. OLE color: 2158812.
HSL color Cylindrical-coordinate representation of color #DCF020: hue angle of 65.77º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF020 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 32 | - |
| CMYK | 0.08 | 0 | 0.87 | 0.06 |
| HSL | 65.77º | 0.87% | 0.53% | - |
| HSV(B) | 65.77º | 0.87% | 0.94% | - |
| XYZ | 60.94 | 77.64 | 13.14 | - |
| YUV | 210.31 | 27.37 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 32 | 0.08 | 0 | 0.87 | 0.06 | 65.77 | 0.87 | 0.53 |
| Hex | DC | F0 | 20 | 8 | 0 | 57 | 6 | 42 | 57 | 35 |
| Octal | 334 | 360 | 40 | 10 | 0 | 127 | 6 | 102 | 127 | 65 |
| Binary | 11011100 | 11110000 | 100000 | 1000 | 0 | 1010111 | 110 | 1000010 | 1010111 | 110101 |
Color Harmonies of #DCF020
Complementary color
Monochromatic Colors of #DCF020
Black with #DCF020
Text Example
Text Example
White with #DCF020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF020; }
p { color: rgb(220,240,32); }
H1.HeaderClassName
{
color: #DCF020;
}
.AnyTagClassName
{
color: #DCF020;
}
</style>
background-color css
<style>
a { background-color: #DCF020; }
a { background-color: rgb(220,240,32); }
div.DivClassName
{
background-color: #DCF020;
}
.BgClassName
{
background-color: #DCF020;
}
</style>
border-color css
<style>
span { border-color: #DCF020; }
span { border-color: rgb(220,240,32); }
td.TdClassName
{
border-color: #DCF020;
}
.TagClassName
{
border-color: #DCF020;
}
</style>