Shades of Pear #DCF045
Tints of Pear #DCF045
RGB
CMYK
RGB Variations
Color information
#DCF045 (or 0xDCF045) is known color: Pear. HEX triplet: DC, F0 and 45. RGB value is (220,240,69). Sum of RGB (Red+Green+Blue) = 220+240+69=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 240 (94.14% from 255 or 45.37% from 529); Blue value is 69 (27.34% from 255 or 13.04% from 529); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF045 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF045 is #230FBA. Grayscale: #D7D7D7. Windows color (decimal): -2297787 or 4583644. OLE color: 4583644.
HSL color Cylindrical-coordinate representation of color #DCF045: hue angle of 67.02º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DCF045 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 69 | - |
| CMYK | 0.08 | 0 | 0.71 | 0.06 |
| HSL | 67.02º | 0.85% | 0.61% | - |
| HSV(B) | 67.02º | 0.71% | 0.94% | - |
| XYZ | 61.75 | 77.97 | 17.42 | - |
| YUV | 214.53 | 45.87 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 69 | 0.08 | 0 | 0.71 | 0.06 | 67.02 | 0.85 | 0.61 |
| Hex | DC | F0 | 45 | 8 | 0 | 47 | 6 | 43 | 55 | 3D |
| Octal | 334 | 360 | 105 | 10 | 0 | 107 | 6 | 103 | 125 | 75 |
| Binary | 11011100 | 11110000 | 1000101 | 1000 | 0 | 1000111 | 110 | 1000011 | 1010101 | 111101 |
Color Harmonies of #DCF045
Complementary color
Monochromatic Colors of #DCF045
Black with #DCF045
Text Example
Text Example
White with #DCF045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF045; }
p { color: rgb(220,240,69); }
H1.HeaderClassName
{
color: #DCF045;
}
.AnyTagClassName
{
color: #DCF045;
}
</style>
background-color css
<style>
a { background-color: #DCF045; }
a { background-color: rgb(220,240,69); }
div.DivClassName
{
background-color: #DCF045;
}
.BgClassName
{
background-color: #DCF045;
}
</style>
border-color css
<style>
span { border-color: #DCF045; }
span { border-color: rgb(220,240,69); }
td.TdClassName
{
border-color: #DCF045;
}
.TagClassName
{
border-color: #DCF045;
}
</style>