Shades of Pear #DCF441
Tints of Pear #DCF441
RGB
CMYK
RGB Variations
Color information
#DCF441 (or 0xDCF441) is known color: Pear. HEX triplet: DC, F4 and 41. RGB value is (220,244,65). Sum of RGB (Red+Green+Blue) = 220+244+65=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 244 (95.70% from 255 or 46.12% from 529); Blue value is 65 (25.78% from 255 or 12.29% from 529); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF441 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF441 is #230BBE. Grayscale: #D9D9D9. Windows color (decimal): -2296767 or 4322524. OLE color: 4322524.
HSL color Cylindrical-coordinate representation of color #DCF441: hue angle of 68.04º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCF441 is Cyan = 0.10, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 244 | 65 | - |
| CMYK | 0.10 | 0 | 0.73 | 0.04 |
| HSL | 68.04º | 0.89% | 0.61% | - |
| HSV(B) | 68.04º | 0.73% | 0.96% | - |
| XYZ | 62.82 | 80.3 | 17.19 | - |
| YUV | 216.42 | 42.55 | 130.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 244 | 65 | 0.10 | 0 | 0.73 | 0.04 | 68.04 | 0.89 | 0.61 |
| Hex | DC | F4 | 41 | A | 0 | 49 | 4 | 44 | 59 | 3D |
| Octal | 334 | 364 | 101 | 12 | 0 | 111 | 4 | 104 | 131 | 75 |
| Binary | 11011100 | 11110100 | 1000001 | 1010 | 0 | 1001001 | 100 | 1000100 | 1011001 | 111101 |
Color Harmonies of #DCF441
Complementary color
Monochromatic Colors of #DCF441
Black with #DCF441
Text Example
Text Example
White with #DCF441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF441; }
p { color: rgb(220,244,65); }
H1.HeaderClassName
{
color: #DCF441;
}
.AnyTagClassName
{
color: #DCF441;
}
</style>
background-color css
<style>
a { background-color: #DCF441; }
a { background-color: rgb(220,244,65); }
div.DivClassName
{
background-color: #DCF441;
}
.BgClassName
{
background-color: #DCF441;
}
</style>
border-color css
<style>
span { border-color: #DCF441; }
span { border-color: rgb(220,244,65); }
td.TdClassName
{
border-color: #DCF441;
}
.TagClassName
{
border-color: #DCF441;
}
</style>