Shades of Pear #DCF737
Tints of Pear #DCF737
RGB
CMYK
RGB Variations
Color information
#DCF737 (or 0xDCF737) is known color: Pear. HEX triplet: DC, F7 and 37. RGB value is (220,247,55). Sum of RGB (Red+Green+Blue) = 220+247+55=522 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.15% from 522); Green value is 247 (96.88% from 255 or 47.32% from 522); Blue value is 55 (21.88% from 255 or 10.54% from 522); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF737 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF737 is #2308C8. Grayscale: #D9D9D9. Windows color (decimal): -2296009 or 3667932. OLE color: 3667932.
HSL color Cylindrical-coordinate representation of color #DCF737: hue angle of 68.44º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF737 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 247 | 55 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.03 |
| HSL | 68.44º | 0.92% | 0.59% | - |
| HSV(B) | 68.44º | 0.78% | 0.97% | - |
| XYZ | 63.47 | 82.01 | 16.1 | - |
| YUV | 217.04 | 36.55 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 247 | 55 | 0.11 | 0 | 0.78 | 0.03 | 68.44 | 0.92 | 0.59 |
| Hex | DC | F7 | 37 | B | 0 | 4E | 3 | 44 | 5C | 3B |
| Octal | 334 | 367 | 67 | 13 | 0 | 116 | 3 | 104 | 134 | 73 |
| Binary | 11011100 | 11110111 | 110111 | 1011 | 0 | 1001110 | 11 | 1000100 | 1011100 | 111011 |
Color Harmonies of #DCF737
Complementary color
Monochromatic Colors of #DCF737
Black with #DCF737
Text Example
Text Example
White with #DCF737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF737; }
p { color: rgb(220,247,55); }
H1.HeaderClassName
{
color: #DCF737;
}
.AnyTagClassName
{
color: #DCF737;
}
</style>
background-color css
<style>
a { background-color: #DCF737; }
a { background-color: rgb(220,247,55); }
div.DivClassName
{
background-color: #DCF737;
}
.BgClassName
{
background-color: #DCF737;
}
</style>
border-color css
<style>
span { border-color: #DCF737; }
span { border-color: rgb(220,247,55); }
td.TdClassName
{
border-color: #DCF737;
}
.TagClassName
{
border-color: #DCF737;
}
</style>