Shades of Pear #DCF635
Tints of Pear #DCF635
RGB
CMYK
RGB Variations
Color information
#DCF635 (or 0xDCF635) is known color: Pear. HEX triplet: DC, F6 and 35. RGB value is (220,246,53). Sum of RGB (Red+Green+Blue) = 220+246+53=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 246 (96.48% from 255 or 47.40% from 519); Blue value is 53 (21.09% from 255 or 10.21% from 519); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF635 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF635 is #2309CA. Grayscale: #D8D8D8. Windows color (decimal): -2296267 or 3536604. OLE color: 3536604.
HSL color Cylindrical-coordinate representation of color #DCF635: hue angle of 68.08º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF635 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 246 | 53 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.04 |
| HSL | 68.08º | 0.91% | 0.59% | - |
| HSV(B) | 68.08º | 0.78% | 0.96% | - |
| XYZ | 63.11 | 81.38 | 15.75 | - |
| YUV | 216.22 | 35.89 | 130.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 246 | 53 | 0.11 | 0 | 0.78 | 0.04 | 68.08 | 0.91 | 0.59 |
| Hex | DC | F6 | 35 | B | 0 | 4E | 4 | 44 | 5B | 3B |
| Octal | 334 | 366 | 65 | 13 | 0 | 116 | 4 | 104 | 133 | 73 |
| Binary | 11011100 | 11110110 | 110101 | 1011 | 0 | 1001110 | 100 | 1000100 | 1011011 | 111011 |
Color Harmonies of #DCF635
Complementary color
Monochromatic Colors of #DCF635
Black with #DCF635
Text Example
Text Example
White with #DCF635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF635; }
p { color: rgb(220,246,53); }
H1.HeaderClassName
{
color: #DCF635;
}
.AnyTagClassName
{
color: #DCF635;
}
</style>
background-color css
<style>
a { background-color: #DCF635; }
a { background-color: rgb(220,246,53); }
div.DivClassName
{
background-color: #DCF635;
}
.BgClassName
{
background-color: #DCF635;
}
</style>
border-color css
<style>
span { border-color: #DCF635; }
span { border-color: rgb(220,246,53); }
td.TdClassName
{
border-color: #DCF635;
}
.TagClassName
{
border-color: #DCF635;
}
</style>