Shades of Pear #DCF540
Tints of Pear #DCF540
RGB
CMYK
RGB Variations
Color information
#DCF540 (or 0xDCF540) is known color: Pear. HEX triplet: DC, F5 and 40. RGB value is (220,245,64). Sum of RGB (Red+Green+Blue) = 220+245+64=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 64 (25.39% from 255 or 12.10% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF540 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF540 is #230ABF. Grayscale: #D9D9D9. Windows color (decimal): -2296512 or 4257244. OLE color: 4257244.
HSL color Cylindrical-coordinate representation of color #DCF540: hue angle of 68.29º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCF540 is Cyan = 0.10, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 245 | 64 | - |
| CMYK | 0.10 | 0 | 0.74 | 0.04 |
| HSL | 68.29º | 0.9% | 0.61% | - |
| HSV(B) | 68.29º | 0.74% | 0.96% | - |
| XYZ | 63.09 | 80.89 | 17.14 | - |
| YUV | 216.89 | 41.72 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 245 | 64 | 0.10 | 0 | 0.74 | 0.04 | 68.29 | 0.9 | 0.61 |
| Hex | DC | F5 | 40 | A | 0 | 4A | 4 | 44 | 5A | 3D |
| Octal | 334 | 365 | 100 | 12 | 0 | 112 | 4 | 104 | 132 | 75 |
| Binary | 11011100 | 11110101 | 1000000 | 1010 | 0 | 1001010 | 100 | 1000100 | 1011010 | 111101 |
Color Harmonies of #DCF540
Complementary color
Monochromatic Colors of #DCF540
Black with #DCF540
Text Example
Text Example
White with #DCF540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF540; }
p { color: rgb(220,245,64); }
H1.HeaderClassName
{
color: #DCF540;
}
.AnyTagClassName
{
color: #DCF540;
}
</style>
background-color css
<style>
a { background-color: #DCF540; }
a { background-color: rgb(220,245,64); }
div.DivClassName
{
background-color: #DCF540;
}
.BgClassName
{
background-color: #DCF540;
}
</style>
border-color css
<style>
span { border-color: #DCF540; }
span { border-color: rgb(220,245,64); }
td.TdClassName
{
border-color: #DCF540;
}
.TagClassName
{
border-color: #DCF540;
}
</style>