Shades of Pear #DCF440
Tints of Pear #DCF440
RGB
CMYK
RGB Variations
Color information
#DCF440 (or 0xDCF440) is known color: Pear. HEX triplet: DC, F4 and 40. RGB value is (220,244,64). Sum of RGB (Red+Green+Blue) = 220+244+64=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 64 (25.39% from 255 or 12.12% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF440 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF440 is #230BBF. Grayscale: #D8D8D8. Windows color (decimal): -2296768 or 4256988. OLE color: 4256988.
HSL color Cylindrical-coordinate representation of color #DCF440: hue angle of 68º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCF440 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 64 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.04 |
| HSL | 68º | 0.89% | 0.6% | - |
| HSV(B) | 68º | 0.74% | 0.96% | - |
| XYZ | 62.79 | 80.29 | 17.04 | - |
| YUV | 216.3 | 42.05 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 64 | 0.10 | 0 | 0.74 | 0.04 | 68 | 0.89 | 0.6 |
| Hex | DC | F4 | 40 | A | 0 | 4A | 4 | 44 | 59 | 3C |
| Octal | 334 | 364 | 100 | 12 | 0 | 112 | 4 | 104 | 131 | 74 |
| Binary | 11011100 | 11110100 | 1000000 | 1010 | 0 | 1001010 | 100 | 1000100 | 1011001 | 111100 |
Color Harmonies of #DCF440
Complementary color
Monochromatic Colors of #DCF440
Black with #DCF440
Text Example
Text Example
White with #DCF440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF440; }
p { color: rgb(220,244,64); }
H1.HeaderClassName
{
color: #DCF440;
}
.AnyTagClassName
{
color: #DCF440;
}
</style>
background-color css
<style>
a { background-color: #DCF440; }
a { background-color: rgb(220,244,64); }
div.DivClassName
{
background-color: #DCF440;
}
.BgClassName
{
background-color: #DCF440;
}
</style>
border-color css
<style>
span { border-color: #DCF440; }
span { border-color: rgb(220,244,64); }
td.TdClassName
{
border-color: #DCF440;
}
.TagClassName
{
border-color: #DCF440;
}
</style>