Shades of Pear #DCF032
Tints of Pear #DCF032
RGB
CMYK
RGB Variations
Color information
#DCF032 (or 0xDCF032) is known color: Pear. HEX triplet: DC, F0 and 32. RGB value is (220,240,50). Sum of RGB (Red+Green+Blue) = 220+240+50=510 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.14% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 50 (19.92% from 255 or 9.80% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF032 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF032 is #230FCD. Grayscale: #D5D5D5. Windows color (decimal): -2297806 or 3338460. OLE color: 3338460.
HSL color Cylindrical-coordinate representation of color #DCF032: hue angle of 66.32º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCF032 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 50 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.06 |
| HSL | 66.32º | 0.86% | 0.57% | - |
| HSV(B) | 66.32º | 0.79% | 0.94% | - |
| XYZ | 61.25 | 77.77 | 14.8 | - |
| YUV | 212.36 | 36.37 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 50 | 0.08 | 0 | 0.79 | 0.06 | 66.32 | 0.86 | 0.57 |
| Hex | DC | F0 | 32 | 8 | 0 | 4F | 6 | 42 | 56 | 39 |
| Octal | 334 | 360 | 62 | 10 | 0 | 117 | 6 | 102 | 126 | 71 |
| Binary | 11011100 | 11110000 | 110010 | 1000 | 0 | 1001111 | 110 | 1000010 | 1010110 | 111001 |
Color Harmonies of #DCF032
Complementary color
Monochromatic Colors of #DCF032
Black with #DCF032
Text Example
Text Example
White with #DCF032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF032; }
p { color: rgb(220,240,50); }
H1.HeaderClassName
{
color: #DCF032;
}
.AnyTagClassName
{
color: #DCF032;
}
</style>
background-color css
<style>
a { background-color: #DCF032; }
a { background-color: rgb(220,240,50); }
div.DivClassName
{
background-color: #DCF032;
}
.BgClassName
{
background-color: #DCF032;
}
</style>
border-color css
<style>
span { border-color: #DCF032; }
span { border-color: rgb(220,240,50); }
td.TdClassName
{
border-color: #DCF032;
}
.TagClassName
{
border-color: #DCF032;
}
</style>