Shades of Pear #DCF746
Tints of Pear #DCF746
RGB
CMYK
RGB Variations
Color information
#DCF746 (or 0xDCF746) is known color: Pear. HEX triplet: DC, F7 and 46. RGB value is (220,247,70). Sum of RGB (Red+Green+Blue) = 220+247+70=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 247 (96.88% from 255 or 46.00% from 537); Blue value is 70 (27.73% from 255 or 13.04% from 537); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF746 is #2308B9. Grayscale: #DBDBDB. Windows color (decimal): -2295994 or 4650972. OLE color: 4650972.
HSL color Cylindrical-coordinate representation of color #DCF746: hue angle of 69.15º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCF746 is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 70 | - |
| CMYK | 0.11 | 0 | 0.72 | 0.03 |
| HSL | 69.15º | 0.92% | 0.62% | - |
| HSV(B) | 69.15º | 0.72% | 0.97% | - |
| XYZ | 63.88 | 82.18 | 18.29 | - |
| YUV | 218.75 | 44.05 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 70 | 0.11 | 0 | 0.72 | 0.03 | 69.15 | 0.92 | 0.62 |
| Hex | DC | F7 | 46 | B | 0 | 48 | 3 | 45 | 5C | 3E |
| Octal | 334 | 367 | 106 | 13 | 0 | 110 | 3 | 105 | 134 | 76 |
| Binary | 11011100 | 11110111 | 1000110 | 1011 | 0 | 1001000 | 11 | 1000101 | 1011100 | 111110 |
Color Harmonies of #DCF746
Complementary color
Monochromatic Colors of #DCF746
Black with #DCF746
Text Example
Text Example
White with #DCF746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF746; }
p { color: rgb(220,247,70); }
H1.HeaderClassName
{
color: #DCF746;
}
.AnyTagClassName
{
color: #DCF746;
}
</style>
background-color css
<style>
a { background-color: #DCF746; }
a { background-color: rgb(220,247,70); }
div.DivClassName
{
background-color: #DCF746;
}
.BgClassName
{
background-color: #DCF746;
}
</style>
border-color css
<style>
span { border-color: #DCF746; }
span { border-color: rgb(220,247,70); }
td.TdClassName
{
border-color: #DCF746;
}
.TagClassName
{
border-color: #DCF746;
}
</style>