Shades of Pear #DFE82A
Tints of Pear #DFE82A
RGB
CMYK
RGB Variations
Color information
#DFE82A (or 0xDFE82A) is known color: Pear. HEX triplet: DF, E8 and 2A. RGB value is (223,232,42). Sum of RGB (Red+Green+Blue) = 223+232+42=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 42 (16.80% from 255 or 8.45% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE82A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE82A is #2017D5. Grayscale: #D0D0D0. Windows color (decimal): -2103254 or 2812127. OLE color: 2812127.
HSL color Cylindrical-coordinate representation of color #DFE82A: hue angle of 62.84º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFE82A is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 42 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.09 |
| HSL | 62.84º | 0.81% | 0.54% | - |
| HSV(B) | 62.84º | 0.82% | 0.91% | - |
| XYZ | 59.71 | 73.57 | 13.24 | - |
| YUV | 207.65 | 34.52 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 42 | 0.04 | 0 | 0.82 | 0.09 | 62.84 | 0.81 | 0.54 |
| Hex | DF | E8 | 2A | 4 | 0 | 52 | 9 | 3F | 51 | 36 |
| Octal | 337 | 350 | 52 | 4 | 0 | 122 | 11 | 77 | 121 | 66 |
| Binary | 11011111 | 11101000 | 101010 | 100 | 0 | 1010010 | 1001 | 111111 | 1010001 | 110110 |
Color Harmonies of #DFE82A
Complementary color
Monochromatic Colors of #DFE82A
Black with #DFE82A
Text Example
Text Example
White with #DFE82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE82A; }
p { color: rgb(223,232,42); }
H1.HeaderClassName
{
color: #DFE82A;
}
.AnyTagClassName
{
color: #DFE82A;
}
</style>
background-color css
<style>
a { background-color: #DFE82A; }
a { background-color: rgb(223,232,42); }
div.DivClassName
{
background-color: #DFE82A;
}
.BgClassName
{
background-color: #DFE82A;
}
</style>
border-color css
<style>
span { border-color: #DFE82A; }
span { border-color: rgb(223,232,42); }
td.TdClassName
{
border-color: #DFE82A;
}
.TagClassName
{
border-color: #DFE82A;
}
</style>