Shades of Pear #DCF039
Tints of Pear #DCF039
RGB
CMYK
RGB Variations
Color information
#DCF039 (or 0xDCF039) is known color: Pear. HEX triplet: DC, F0 and 39. RGB value is (220,240,57). Sum of RGB (Red+Green+Blue) = 220+240+57=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 240 (94.14% from 255 or 46.42% from 517); Blue value is 57 (22.66% from 255 or 11.03% from 517); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF039 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF039 is #230FC6. Grayscale: #D5D5D5. Windows color (decimal): -2297799 or 3797212. OLE color: 3797212.
HSL color Cylindrical-coordinate representation of color #DCF039: hue angle of 66.56º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCF039 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 57 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.06 |
| HSL | 66.56º | 0.86% | 0.58% | - |
| HSV(B) | 66.56º | 0.76% | 0.94% | - |
| XYZ | 61.41 | 77.83 | 15.66 | - |
| YUV | 213.16 | 39.87 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 57 | 0.08 | 0 | 0.76 | 0.06 | 66.56 | 0.86 | 0.58 |
| Hex | DC | F0 | 39 | 8 | 0 | 4C | 6 | 43 | 56 | 3A |
| Octal | 334 | 360 | 71 | 10 | 0 | 114 | 6 | 103 | 126 | 72 |
| Binary | 11011100 | 11110000 | 111001 | 1000 | 0 | 1001100 | 110 | 1000011 | 1010110 | 111010 |
Color Harmonies of #DCF039
Complementary color
Monochromatic Colors of #DCF039
Black with #DCF039
Text Example
Text Example
White with #DCF039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF039; }
p { color: rgb(220,240,57); }
H1.HeaderClassName
{
color: #DCF039;
}
.AnyTagClassName
{
color: #DCF039;
}
</style>
background-color css
<style>
a { background-color: #DCF039; }
a { background-color: rgb(220,240,57); }
div.DivClassName
{
background-color: #DCF039;
}
.BgClassName
{
background-color: #DCF039;
}
</style>
border-color css
<style>
span { border-color: #DCF039; }
span { border-color: rgb(220,240,57); }
td.TdClassName
{
border-color: #DCF039;
}
.TagClassName
{
border-color: #DCF039;
}
</style>