Shades of Pear #DCF945
Tints of Pear #DCF945
RGB
CMYK
RGB Variations
Color information
#DCF945 (or 0xDCF945) is known color: Pear. HEX triplet: DC, F9 and 45. RGB value is (220,249,69). Sum of RGB (Red+Green+Blue) = 220+249+69=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 69 (27.34% from 255 or 12.83% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #DCF945 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF945 is #2306BA. Grayscale: #DCDCDC. Windows color (decimal): -2295483 or 4585948. OLE color: 4585948.
HSL color Cylindrical-coordinate representation of color #DCF945: hue angle of 69.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DCF945 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 220 | 249 | 69 | - |
| CMYK | 0.12 | 0 | 0.72 | 0.02 |
| HSL | 69.67º | 0.94% | 0.62% | - |
| HSV(B) | 69.67º | 0.72% | 0.98% | - |
| XYZ | 64.47 | 83.4 | 18.33 | - |
| YUV | 219.81 | 42.89 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 249 | 69 | 0.12 | 0 | 0.72 | 0.02 | 69.67 | 0.94 | 0.62 |
| Hex | DC | F9 | 45 | C | 0 | 48 | 2 | 46 | 5E | 3E |
| Octal | 334 | 371 | 105 | 14 | 0 | 110 | 2 | 106 | 136 | 76 |
| Binary | 11011100 | 11111001 | 1000101 | 1100 | 0 | 1001000 | 10 | 1000110 | 1011110 | 111110 |
Color Harmonies of #DCF945
Complementary color
Monochromatic Colors of #DCF945
Black with #DCF945
Text Example
Text Example
White with #DCF945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF945; }
p { color: rgb(220,249,69); }
H1.HeaderClassName
{
color: #DCF945;
}
.AnyTagClassName
{
color: #DCF945;
}
</style>
background-color css
<style>
a { background-color: #DCF945; }
a { background-color: rgb(220,249,69); }
div.DivClassName
{
background-color: #DCF945;
}
.BgClassName
{
background-color: #DCF945;
}
</style>
border-color css
<style>
span { border-color: #DCF945; }
span { border-color: rgb(220,249,69); }
td.TdClassName
{
border-color: #DCF945;
}
.TagClassName
{
border-color: #DCF945;
}
</style>