Shades of Pear #DCF036
Tints of Pear #DCF036
RGB
CMYK
RGB Variations
Color information
#DCF036 (or 0xDCF036) is known color: Pear. HEX triplet: DC, F0 and 36. RGB value is (220,240,54). Sum of RGB (Red+Green+Blue) = 220+240+54=514 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.80% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 54 (21.48% from 255 or 10.51% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF036 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF036 is #230FC9. Grayscale: #D5D5D5. Windows color (decimal): -2297802 or 3600604. OLE color: 3600604.
HSL color Cylindrical-coordinate representation of color #DCF036: hue angle of 66.45º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DCF036 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 54 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.06 |
| HSL | 66.45º | 0.86% | 0.58% | - |
| HSV(B) | 66.45º | 0.78% | 0.94% | - |
| XYZ | 61.34 | 77.8 | 15.27 | - |
| YUV | 212.82 | 38.37 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 54 | 0.08 | 0 | 0.78 | 0.06 | 66.45 | 0.86 | 0.58 |
| Hex | DC | F0 | 36 | 8 | 0 | 4E | 6 | 42 | 56 | 3A |
| Octal | 334 | 360 | 66 | 10 | 0 | 116 | 6 | 102 | 126 | 72 |
| Binary | 11011100 | 11110000 | 110110 | 1000 | 0 | 1001110 | 110 | 1000010 | 1010110 | 111010 |
Color Harmonies of #DCF036
Complementary color
Monochromatic Colors of #DCF036
Black with #DCF036
Text Example
Text Example
White with #DCF036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF036; }
p { color: rgb(220,240,54); }
H1.HeaderClassName
{
color: #DCF036;
}
.AnyTagClassName
{
color: #DCF036;
}
</style>
background-color css
<style>
a { background-color: #DCF036; }
a { background-color: rgb(220,240,54); }
div.DivClassName
{
background-color: #DCF036;
}
.BgClassName
{
background-color: #DCF036;
}
</style>
border-color css
<style>
span { border-color: #DCF036; }
span { border-color: rgb(220,240,54); }
td.TdClassName
{
border-color: #DCF036;
}
.TagClassName
{
border-color: #DCF036;
}
</style>