Shades of Pear #DCF837
Tints of Pear #DCF837
RGB
CMYK
RGB Variations
Color information
#DCF837 (or 0xDCF837) is known color: Pear. HEX triplet: DC, F8 and 37. RGB value is (220,248,55). Sum of RGB (Red+Green+Blue) = 220+248+55=523 (69% of max value = 765). Red value is 220 (86.33% from 255 or 42.07% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 55 (21.88% from 255 or 10.52% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #DCF837 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF837 is #2307C8. Grayscale: #DADADA. Windows color (decimal): -2295753 or 3668188. OLE color: 3668188.
HSL color Cylindrical-coordinate representation of color #DCF837: hue angle of 68.7º degrees, saturation: 0.93, 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 #DCF837 is Cyan = 0.11, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 248 | 55 | - |
| CMYK | 0.11 | 0 | 0.78 | 0.03 |
| HSL | 68.7º | 0.93% | 0.59% | - |
| HSV(B) | 68.7º | 0.78% | 0.97% | - |
| XYZ | 63.77 | 82.63 | 16.2 | - |
| YUV | 217.63 | 36.22 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 248 | 55 | 0.11 | 0 | 0.78 | 0.03 | 68.7 | 0.93 | 0.59 |
| Hex | DC | F8 | 37 | B | 0 | 4E | 3 | 45 | 5D | 3B |
| Octal | 334 | 370 | 67 | 13 | 0 | 116 | 3 | 105 | 135 | 73 |
| Binary | 11011100 | 11111000 | 110111 | 1011 | 0 | 1001110 | 11 | 1000101 | 1011101 | 111011 |
Color Harmonies of #DCF837
Complementary color
Monochromatic Colors of #DCF837
Black with #DCF837
Text Example
Text Example
White with #DCF837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF837; }
p { color: rgb(220,248,55); }
H1.HeaderClassName
{
color: #DCF837;
}
.AnyTagClassName
{
color: #DCF837;
}
</style>
background-color css
<style>
a { background-color: #DCF837; }
a { background-color: rgb(220,248,55); }
div.DivClassName
{
background-color: #DCF837;
}
.BgClassName
{
background-color: #DCF837;
}
</style>
border-color css
<style>
span { border-color: #DCF837; }
span { border-color: rgb(220,248,55); }
td.TdClassName
{
border-color: #DCF837;
}
.TagClassName
{
border-color: #DCF837;
}
</style>