Shades of Pear #DFEC29
Tints of Pear #DFEC29
RGB
CMYK
RGB Variations
Color information
#DFEC29 (or 0xDFEC29) is known color: Pear. HEX triplet: DF, EC and 29. RGB value is (223,236,41). Sum of RGB (Red+Green+Blue) = 223+236+41=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 41 (16.41% from 255 or 8.2% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEC29 is #2013D6. Grayscale: #D2D2D2. Windows color (decimal): -2102231 or 2747615. OLE color: 2747615.
HSL color Cylindrical-coordinate representation of color #DFEC29: hue angle of 64º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFEC29 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 41 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.07 |
| HSL | 64º | 0.84% | 0.54% | - |
| HSV(B) | 64º | 0.83% | 0.93% | - |
| XYZ | 60.83 | 75.84 | 13.53 | - |
| YUV | 209.88 | 32.69 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 41 | 0.06 | 0 | 0.83 | 0.07 | 64 | 0.84 | 0.54 |
| Hex | DF | EC | 29 | 6 | 0 | 53 | 7 | 40 | 54 | 36 |
| Octal | 337 | 354 | 51 | 6 | 0 | 123 | 7 | 100 | 124 | 66 |
| Binary | 11011111 | 11101100 | 101001 | 110 | 0 | 1010011 | 111 | 1000000 | 1010100 | 110110 |
Color Harmonies of #DFEC29
Complementary color
Monochromatic Colors of #DFEC29
Black with #DFEC29
Text Example
Text Example
White with #DFEC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC29; }
p { color: rgb(223,236,41); }
H1.HeaderClassName
{
color: #DFEC29;
}
.AnyTagClassName
{
color: #DFEC29;
}
</style>
background-color css
<style>
a { background-color: #DFEC29; }
a { background-color: rgb(223,236,41); }
div.DivClassName
{
background-color: #DFEC29;
}
.BgClassName
{
background-color: #DFEC29;
}
</style>
border-color css
<style>
span { border-color: #DFEC29; }
span { border-color: rgb(223,236,41); }
td.TdClassName
{
border-color: #DFEC29;
}
.TagClassName
{
border-color: #DFEC29;
}
</style>