Shades of Pear #DCF029
Tints of Pear #DCF029
RGB
CMYK
RGB Variations
Color information
#DCF029 (or 0xDCF029) is known color: Pear. HEX triplet: DC, F0 and 29. RGB value is (220,240,41). Sum of RGB (Red+Green+Blue) = 220+240+41=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 41 (16.41% from 255 or 8.18% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF029 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF029 is #230FD6. Grayscale: #D4D4D4. Windows color (decimal): -2297815 or 2748636. OLE color: 2748636.
HSL color Cylindrical-coordinate representation of color #DCF029: hue angle of 66.03º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCF029 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 41 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.06 |
| HSL | 66.03º | 0.87% | 0.55% | - |
| HSV(B) | 66.03º | 0.83% | 0.94% | - |
| XYZ | 61.08 | 77.7 | 13.88 | - |
| YUV | 211.33 | 31.87 | 134.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 41 | 0.08 | 0 | 0.83 | 0.06 | 66.03 | 0.87 | 0.55 |
| Hex | DC | F0 | 29 | 8 | 0 | 53 | 6 | 42 | 57 | 37 |
| Octal | 334 | 360 | 51 | 10 | 0 | 123 | 6 | 102 | 127 | 67 |
| Binary | 11011100 | 11110000 | 101001 | 1000 | 0 | 1010011 | 110 | 1000010 | 1010111 | 110111 |
Color Harmonies of #DCF029
Complementary color
Monochromatic Colors of #DCF029
Black with #DCF029
Text Example
Text Example
White with #DCF029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF029; }
p { color: rgb(220,240,41); }
H1.HeaderClassName
{
color: #DCF029;
}
.AnyTagClassName
{
color: #DCF029;
}
</style>
background-color css
<style>
a { background-color: #DCF029; }
a { background-color: rgb(220,240,41); }
div.DivClassName
{
background-color: #DCF029;
}
.BgClassName
{
background-color: #DCF029;
}
</style>
border-color css
<style>
span { border-color: #DCF029; }
span { border-color: rgb(220,240,41); }
td.TdClassName
{
border-color: #DCF029;
}
.TagClassName
{
border-color: #DCF029;
}
</style>