Shades of Pear #DCF544
Tints of Pear #DCF544
RGB
CMYK
RGB Variations
Color information
#DCF544 (or 0xDCF544) is known color: Pear. HEX triplet: DC, F5 and 44. RGB value is (220,245,68). Sum of RGB (Red+Green+Blue) = 220+245+68=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 68 (26.95% from 255 or 12.76% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF544 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF544 is #230ABB. Grayscale: #DADADA. Windows color (decimal): -2296508 or 4519388. OLE color: 4519388.
HSL color Cylindrical-coordinate representation of color #DCF544: hue angle of 68.47º degrees, saturation: 0.9, 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 #DCF544 is Cyan = 0.10, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 68 | - |
| CMYK | 0.10 | 0 | 0.72 | 0.04 |
| HSL | 68.47º | 0.9% | 0.61% | - |
| HSV(B) | 68.47º | 0.72% | 0.96% | - |
| XYZ | 63.21 | 80.94 | 17.76 | - |
| YUV | 217.35 | 43.72 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 68 | 0.10 | 0 | 0.72 | 0.04 | 68.47 | 0.9 | 0.61 |
| Hex | DC | F5 | 44 | A | 0 | 48 | 4 | 44 | 5A | 3D |
| Octal | 334 | 365 | 104 | 12 | 0 | 110 | 4 | 104 | 132 | 75 |
| Binary | 11011100 | 11110101 | 1000100 | 1010 | 0 | 1001000 | 100 | 1000100 | 1011010 | 111101 |
Color Harmonies of #DCF544
Complementary color
Monochromatic Colors of #DCF544
Black with #DCF544
Text Example
Text Example
White with #DCF544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF544; }
p { color: rgb(220,245,68); }
H1.HeaderClassName
{
color: #DCF544;
}
.AnyTagClassName
{
color: #DCF544;
}
</style>
background-color css
<style>
a { background-color: #DCF544; }
a { background-color: rgb(220,245,68); }
div.DivClassName
{
background-color: #DCF544;
}
.BgClassName
{
background-color: #DCF544;
}
</style>
border-color css
<style>
span { border-color: #DCF544; }
span { border-color: rgb(220,245,68); }
td.TdClassName
{
border-color: #DCF544;
}
.TagClassName
{
border-color: #DCF544;
}
</style>