Shades of Pear #DCF035
Tints of Pear #DCF035
RGB
CMYK
RGB Variations
Color information
#DCF035 (or 0xDCF035) is known color: Pear. HEX triplet: DC, F0 and 35. RGB value is (220,240,53). Sum of RGB (Red+Green+Blue) = 220+240+53=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 240 (94.14% from 255 or 46.78% from 513); Blue value is 53 (21.09% from 255 or 10.33% from 513); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF035 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF035 is #230FCA. Grayscale: #D5D5D5. Windows color (decimal): -2297803 or 3535068. OLE color: 3535068.
HSL color Cylindrical-coordinate representation of color #DCF035: hue angle of 66.42º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF035 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 53 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.06 |
| HSL | 66.42º | 0.86% | 0.57% | - |
| HSV(B) | 66.42º | 0.78% | 0.94% | - |
| XYZ | 61.32 | 77.79 | 15.15 | - |
| YUV | 212.7 | 37.87 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 53 | 0.08 | 0 | 0.78 | 0.06 | 66.42 | 0.86 | 0.57 |
| Hex | DC | F0 | 35 | 8 | 0 | 4E | 6 | 42 | 56 | 39 |
| Octal | 334 | 360 | 65 | 10 | 0 | 116 | 6 | 102 | 126 | 71 |
| Binary | 11011100 | 11110000 | 110101 | 1000 | 0 | 1001110 | 110 | 1000010 | 1010110 | 111001 |
Color Harmonies of #DCF035
Complementary color
Monochromatic Colors of #DCF035
Black with #DCF035
Text Example
Text Example
White with #DCF035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF035; }
p { color: rgb(220,240,53); }
H1.HeaderClassName
{
color: #DCF035;
}
.AnyTagClassName
{
color: #DCF035;
}
</style>
background-color css
<style>
a { background-color: #DCF035; }
a { background-color: rgb(220,240,53); }
div.DivClassName
{
background-color: #DCF035;
}
.BgClassName
{
background-color: #DCF035;
}
</style>
border-color css
<style>
span { border-color: #DCF035; }
span { border-color: rgb(220,240,53); }
td.TdClassName
{
border-color: #DCF035;
}
.TagClassName
{
border-color: #DCF035;
}
</style>