Shades of Pear #DCFD44
Tints of Pear #DCFD44
RGB
CMYK
RGB Variations
Color information
#DCFD44 (or 0xDCFD44) is known color: Pear. HEX triplet: DC, FD and 44. RGB value is (220,253,68). Sum of RGB (Red+Green+Blue) = 220+253+68=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 68 (26.95% from 255 or 12.57% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD44 is #2302BB. Grayscale: #DEDEDE. Windows color (decimal): -2294460 or 4521436. OLE color: 4521436.
HSL color Cylindrical-coordinate representation of color #DCFD44: hue angle of 70.7º 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 #DCFD44 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 220 | 253 | 68 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.01 |
| HSL | 70.7º | 0.98% | 0.63% | - |
| HSV(B) | 70.7º | 0.73% | 0.99% | - |
| XYZ | 65.68 | 85.88 | 18.58 | - |
| YUV | 222.04 | 41.07 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 253 | 68 | 0.13 | 0 | 0.73 | 0.01 | 70.7 | 0.98 | 0.63 |
| Hex | DC | FD | 44 | D | 0 | 49 | 1 | 47 | 62 | 3F |
| Octal | 334 | 375 | 104 | 15 | 0 | 111 | 1 | 107 | 142 | 77 |
| Binary | 11011100 | 11111101 | 1000100 | 1101 | 0 | 1001001 | 1 | 1000111 | 1100010 | 111111 |
Color Harmonies of #DCFD44
Complementary color
Monochromatic Colors of #DCFD44
Black with #DCFD44
Text Example
Text Example
White with #DCFD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFD44; }
p { color: rgb(220,253,68); }
H1.HeaderClassName
{
color: #DCFD44;
}
.AnyTagClassName
{
color: #DCFD44;
}
</style>
background-color css
<style>
a { background-color: #DCFD44; }
a { background-color: rgb(220,253,68); }
div.DivClassName
{
background-color: #DCFD44;
}
.BgClassName
{
background-color: #DCFD44;
}
</style>
border-color css
<style>
span { border-color: #DCFD44; }
span { border-color: rgb(220,253,68); }
td.TdClassName
{
border-color: #DCFD44;
}
.TagClassName
{
border-color: #DCFD44;
}
</style>