Shades of Pear #DCFD37
Tints of Pear #DCFD37
RGB
CMYK
RGB Variations
Color information
#DCFD37 (or 0xDCFD37) is known color: Pear. HEX triplet: DC, FD and 37. RGB value is (220,253,55). Sum of RGB (Red+Green+Blue) = 220+253+55=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 253 (99.22% from 255 or 47.92% from 528); Blue value is 55 (21.88% from 255 or 10.42% from 528); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD37 is #2302C8. Grayscale: #DDDDDD. Windows color (decimal): -2294473 or 3669468. OLE color: 3669468.
HSL color Cylindrical-coordinate representation of color #DCFD37: hue angle of 70º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCFD37 is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 55 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.01 |
| HSL | 70º | 0.98% | 0.6% | - |
| HSV(B) | 70º | 0.78% | 0.99% | - |
| XYZ | 65.33 | 85.74 | 16.72 | - |
| YUV | 220.56 | 34.57 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 55 | 0.13 | 0 | 0.78 | 0.01 | 70 | 0.98 | 0.6 |
| Hex | DC | FD | 37 | D | 0 | 4E | 1 | 46 | 62 | 3C |
| Octal | 334 | 375 | 67 | 15 | 0 | 116 | 1 | 106 | 142 | 74 |
| Binary | 11011100 | 11111101 | 110111 | 1101 | 0 | 1001110 | 1 | 1000110 | 1100010 | 111100 |
Color Harmonies of #DCFD37
Complementary color
Monochromatic Colors of #DCFD37
Black with #DCFD37
Text Example
Text Example
White with #DCFD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD37; }
p { color: rgb(220,253,55); }
H1.HeaderClassName
{
color: #DCFD37;
}
.AnyTagClassName
{
color: #DCFD37;
}
</style>
background-color css
<style>
a { background-color: #DCFD37; }
a { background-color: rgb(220,253,55); }
div.DivClassName
{
background-color: #DCFD37;
}
.BgClassName
{
background-color: #DCFD37;
}
</style>
border-color css
<style>
span { border-color: #DCFD37; }
span { border-color: rgb(220,253,55); }
td.TdClassName
{
border-color: #DCFD37;
}
.TagClassName
{
border-color: #DCFD37;
}
</style>