Shades of Pear #DCFD45
Tints of Pear #DCFD45
RGB
CMYK
RGB Variations
Color information
#DCFD45 (or 0xDCFD45) is known color: Pear. HEX triplet: DC, FD and 45. RGB value is (220,253,69). Sum of RGB (Red+Green+Blue) = 220+253+69=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 253 (99.22% from 255 or 46.68% from 542); Blue value is 69 (27.34% from 255 or 12.73% from 542); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD45 is #2302BA. Grayscale: #DEDEDE. Windows color (decimal): -2294459 or 4586972. OLE color: 4586972.
HSL color Cylindrical-coordinate representation of color #DCFD45: hue angle of 70.76º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCFD45 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 69 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.01 |
| HSL | 70.76º | 0.98% | 0.63% | - |
| HSV(B) | 70.76º | 0.73% | 0.99% | - |
| XYZ | 65.71 | 85.9 | 18.75 | - |
| YUV | 222.16 | 41.57 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 69 | 0.13 | 0 | 0.73 | 0.01 | 70.76 | 0.98 | 0.63 |
| Hex | DC | FD | 45 | D | 0 | 49 | 1 | 47 | 62 | 3F |
| Octal | 334 | 375 | 105 | 15 | 0 | 111 | 1 | 107 | 142 | 77 |
| Binary | 11011100 | 11111101 | 1000101 | 1101 | 0 | 1001001 | 1 | 1000111 | 1100010 | 111111 |
Color Harmonies of #DCFD45
Complementary color
Monochromatic Colors of #DCFD45
Black with #DCFD45
Text Example
Text Example
White with #DCFD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD45; }
p { color: rgb(220,253,69); }
H1.HeaderClassName
{
color: #DCFD45;
}
.AnyTagClassName
{
color: #DCFD45;
}
</style>
background-color css
<style>
a { background-color: #DCFD45; }
a { background-color: rgb(220,253,69); }
div.DivClassName
{
background-color: #DCFD45;
}
.BgClassName
{
background-color: #DCFD45;
}
</style>
border-color css
<style>
span { border-color: #DCFD45; }
span { border-color: rgb(220,253,69); }
td.TdClassName
{
border-color: #DCFD45;
}
.TagClassName
{
border-color: #DCFD45;
}
</style>