Shades of Pear #DCF535
Tints of Pear #DCF535
RGB
CMYK
RGB Variations
Color information
#DCF535 (or 0xDCF535) is known color: Pear. HEX triplet: DC, F5 and 35. RGB value is (220,245,53). Sum of RGB (Red+Green+Blue) = 220+245+53=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 245 (96.09% from 255 or 47.30% from 518); Blue value is 53 (21.09% from 255 or 10.23% from 518); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF535 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF535 is #230ACA. Grayscale: #D8D8D8. Windows color (decimal): -2296523 or 3536348. OLE color: 3536348.
HSL color Cylindrical-coordinate representation of color #DCF535: hue angle of 67.81º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF535 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 53 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.04 |
| HSL | 67.81º | 0.91% | 0.58% | - |
| HSV(B) | 67.81º | 0.78% | 0.96% | - |
| XYZ | 62.81 | 80.78 | 15.65 | - |
| YUV | 215.64 | 36.22 | 131.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 53 | 0.10 | 0 | 0.78 | 0.04 | 67.81 | 0.91 | 0.58 |
| Hex | DC | F5 | 35 | A | 0 | 4E | 4 | 44 | 5B | 3A |
| Octal | 334 | 365 | 65 | 12 | 0 | 116 | 4 | 104 | 133 | 72 |
| Binary | 11011100 | 11110101 | 110101 | 1010 | 0 | 1001110 | 100 | 1000100 | 1011011 | 111010 |
Color Harmonies of #DCF535
Complementary color
Monochromatic Colors of #DCF535
Black with #DCF535
Text Example
Text Example
White with #DCF535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF535; }
p { color: rgb(220,245,53); }
H1.HeaderClassName
{
color: #DCF535;
}
.AnyTagClassName
{
color: #DCF535;
}
</style>
background-color css
<style>
a { background-color: #DCF535; }
a { background-color: rgb(220,245,53); }
div.DivClassName
{
background-color: #DCF535;
}
.BgClassName
{
background-color: #DCF535;
}
</style>
border-color css
<style>
span { border-color: #DCF535; }
span { border-color: rgb(220,245,53); }
td.TdClassName
{
border-color: #DCF535;
}
.TagClassName
{
border-color: #DCF535;
}
</style>