Shades of Pear #DCF444
Tints of Pear #DCF444
RGB
CMYK
RGB Variations
Color information
#DCF444 (or 0xDCF444) is known color: Pear. HEX triplet: DC, F4 and 44. RGB value is (220,244,68). Sum of RGB (Red+Green+Blue) = 220+244+68=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 244 (95.70% from 255 or 45.86% from 532); Blue value is 68 (26.95% from 255 or 12.78% from 532); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF444 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF444 is #230BBB. Grayscale: #D9D9D9. Windows color (decimal): -2296764 or 4519132. OLE color: 4519132.
HSL color Cylindrical-coordinate representation of color #DCF444: hue angle of 68.18º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCF444 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 68 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.04 |
| HSL | 68.18º | 0.89% | 0.61% | - |
| HSV(B) | 68.18º | 0.72% | 0.96% | - |
| XYZ | 62.91 | 80.33 | 17.66 | - |
| YUV | 216.76 | 44.05 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 68 | 0.10 | 0 | 0.72 | 0.04 | 68.18 | 0.89 | 0.61 |
| Hex | DC | F4 | 44 | A | 0 | 48 | 4 | 44 | 59 | 3D |
| Octal | 334 | 364 | 104 | 12 | 0 | 110 | 4 | 104 | 131 | 75 |
| Binary | 11011100 | 11110100 | 1000100 | 1010 | 0 | 1001000 | 100 | 1000100 | 1011001 | 111101 |
Color Harmonies of #DCF444
Complementary color
Monochromatic Colors of #DCF444
Black with #DCF444
Text Example
Text Example
White with #DCF444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF444; }
p { color: rgb(220,244,68); }
H1.HeaderClassName
{
color: #DCF444;
}
.AnyTagClassName
{
color: #DCF444;
}
</style>
background-color css
<style>
a { background-color: #DCF444; }
a { background-color: rgb(220,244,68); }
div.DivClassName
{
background-color: #DCF444;
}
.BgClassName
{
background-color: #DCF444;
}
</style>
border-color css
<style>
span { border-color: #DCF444; }
span { border-color: rgb(220,244,68); }
td.TdClassName
{
border-color: #DCF444;
}
.TagClassName
{
border-color: #DCF444;
}
</style>