Shades of Pear #DCF042
Tints of Pear #DCF042
RGB
CMYK
RGB Variations
Color information
#DCF042 (or 0xDCF042) is known color: Pear. HEX triplet: DC, F0 and 42. RGB value is (220,240,66). Sum of RGB (Red+Green+Blue) = 220+240+66=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 66 (26.17% from 255 or 12.55% from 526); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF042 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF042 is #230FBD. Grayscale: #D6D6D6. Windows color (decimal): -2297790 or 4387036. OLE color: 4387036.
HSL color Cylindrical-coordinate representation of color #DCF042: hue angle of 66.9º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DCF042 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 66 | - |
| CMYK | 0.08 | 0 | 0.72 | 0.06 |
| HSL | 66.9º | 0.85% | 0.6% | - |
| HSV(B) | 66.9º | 0.73% | 0.94% | - |
| XYZ | 61.66 | 77.93 | 16.95 | - |
| YUV | 214.18 | 44.37 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 66 | 0.08 | 0 | 0.72 | 0.06 | 66.9 | 0.85 | 0.6 |
| Hex | DC | F0 | 42 | 8 | 0 | 48 | 6 | 43 | 55 | 3C |
| Octal | 334 | 360 | 102 | 10 | 0 | 110 | 6 | 103 | 125 | 74 |
| Binary | 11011100 | 11110000 | 1000010 | 1000 | 0 | 1001000 | 110 | 1000011 | 1010101 | 111100 |
Color Harmonies of #DCF042
Complementary color
Monochromatic Colors of #DCF042
Black with #DCF042
Text Example
Text Example
White with #DCF042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF042; }
p { color: rgb(220,240,66); }
H1.HeaderClassName
{
color: #DCF042;
}
.AnyTagClassName
{
color: #DCF042;
}
</style>
background-color css
<style>
a { background-color: #DCF042; }
a { background-color: rgb(220,240,66); }
div.DivClassName
{
background-color: #DCF042;
}
.BgClassName
{
background-color: #DCF042;
}
</style>
border-color css
<style>
span { border-color: #DCF042; }
span { border-color: rgb(220,240,66); }
td.TdClassName
{
border-color: #DCF042;
}
.TagClassName
{
border-color: #DCF042;
}
</style>