Shades of Pear #DFEE29
Tints of Pear #DFEE29
RGB
CMYK
RGB Variations
Color information
#DFEE29 (or 0xDFEE29) is known color: Pear. HEX triplet: DF, EE and 29. RGB value is (223,238,41). Sum of RGB (Red+Green+Blue) = 223+238+41=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 238 (93.36% from 255 or 47.41% from 502); Blue value is 41 (16.41% from 255 or 8.17% from 502); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE29 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEE29 is #2011D6. Grayscale: #D3D3D3. Windows color (decimal): -2101719 or 2748127. OLE color: 2748127.
HSL color Cylindrical-coordinate representation of color #DFEE29: hue angle of 64.57º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFEE29 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 41 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.07 |
| HSL | 64.57º | 0.85% | 0.55% | - |
| HSV(B) | 64.57º | 0.83% | 0.93% | - |
| XYZ | 61.41 | 77 | 13.72 | - |
| YUV | 211.06 | 32.03 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 41 | 0.06 | 0 | 0.83 | 0.07 | 64.57 | 0.85 | 0.55 |
| Hex | DF | EE | 29 | 6 | 0 | 53 | 7 | 41 | 55 | 37 |
| Octal | 337 | 356 | 51 | 6 | 0 | 123 | 7 | 101 | 125 | 67 |
| Binary | 11011111 | 11101110 | 101001 | 110 | 0 | 1010011 | 111 | 1000001 | 1010101 | 110111 |
Color Harmonies of #DFEE29
Complementary color
Monochromatic Colors of #DFEE29
Black with #DFEE29
Text Example
Text Example
White with #DFEE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE29; }
p { color: rgb(223,238,41); }
H1.HeaderClassName
{
color: #DFEE29;
}
.AnyTagClassName
{
color: #DFEE29;
}
</style>
background-color css
<style>
a { background-color: #DFEE29; }
a { background-color: rgb(223,238,41); }
div.DivClassName
{
background-color: #DFEE29;
}
.BgClassName
{
background-color: #DFEE29;
}
</style>
border-color css
<style>
span { border-color: #DFEE29; }
span { border-color: rgb(223,238,41); }
td.TdClassName
{
border-color: #DFEE29;
}
.TagClassName
{
border-color: #DFEE29;
}
</style>