Shades of Pear #DCFF44
Tints of Pear #DCFF44
RGB
CMYK
RGB Variations
Color information
#DCFF44 (or 0xDCFF44) is known color: Pear. HEX triplet: DC, FF and 44. RGB value is (220,255,68). Sum of RGB (Red+Green+Blue) = 220+255+68=543 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.52% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 68 (26.95% from 255 or 12.52% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFF44 is #2300BB. Grayscale: #DFDFDF. Windows color (decimal): -2293948 or 4521948. OLE color: 4521948.
HSL color Cylindrical-coordinate representation of color #DCFF44: hue angle of 71.23º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCFF44 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 220 | 255 | 68 | - |
| CMYK | 0.14 | 0 | 0.73 | 0 |
| HSL | 71.23º | 1% | 0.63% | - |
| HSV(B) | 71.23º | 0.73% | 1% | - |
| XYZ | 66.32 | 87.15 | 18.8 | - |
| YUV | 223.22 | 40.4 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 255 | 68 | 0.14 | 0 | 0.73 | 0 | 71.23 | 1 | 0.63 |
| Hex | DC | FF | 44 | E | 0 | 49 | 0 | 47 | 64 | 3F |
| Octal | 334 | 377 | 104 | 16 | 0 | 111 | 0 | 107 | 144 | 77 |
| Binary | 11011100 | 11111111 | 1000100 | 1110 | 0 | 1001001 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DCFF44
Complementary color
Monochromatic Colors of #DCFF44
Black with #DCFF44
Text Example
Text Example
White with #DCFF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFF44; }
p { color: rgb(220,255,68); }
H1.HeaderClassName
{
color: #DCFF44;
}
.AnyTagClassName
{
color: #DCFF44;
}
</style>
background-color css
<style>
a { background-color: #DCFF44; }
a { background-color: rgb(220,255,68); }
div.DivClassName
{
background-color: #DCFF44;
}
.BgClassName
{
background-color: #DCFF44;
}
</style>
border-color css
<style>
span { border-color: #DCFF44; }
span { border-color: rgb(220,255,68); }
td.TdClassName
{
border-color: #DCFF44;
}
.TagClassName
{
border-color: #DCFF44;
}
</style>