Shades of Pear #DFE82E
Tints of Pear #DFE82E
RGB
CMYK
RGB Variations
Color information
#DFE82E (or 0xDFE82E) is known color: Pear. HEX triplet: DF, E8 and 2E. RGB value is (223,232,46). Sum of RGB (Red+Green+Blue) = 223+232+46=501 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.51% from 501); Green value is 232 (91.02% from 255 or 46.31% from 501); Blue value is 46 (18.36% from 255 or 9.18% from 501); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE82E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE82E is #2017D1. Grayscale: #D0D0D0. Windows color (decimal): -2103250 or 3074271. OLE color: 3074271.
HSL color Cylindrical-coordinate representation of color #DFE82E: hue angle of 62.9º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DFE82E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 232 | 46 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.09 |
| HSL | 62.9º | 0.8% | 0.55% | - |
| HSV(B) | 62.9º | 0.8% | 0.91% | - |
| XYZ | 59.78 | 73.6 | 13.64 | - |
| YUV | 208.11 | 36.52 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 232 | 46 | 0.04 | 0 | 0.80 | 0.09 | 62.9 | 0.8 | 0.55 |
| Hex | DF | E8 | 2E | 4 | 0 | 50 | 9 | 3F | 50 | 37 |
| Octal | 337 | 350 | 56 | 4 | 0 | 120 | 11 | 77 | 120 | 67 |
| Binary | 11011111 | 11101000 | 101110 | 100 | 0 | 1010000 | 1001 | 111111 | 1010000 | 110111 |
Color Harmonies of #DFE82E
Complementary color
Monochromatic Colors of #DFE82E
Black with #DFE82E
Text Example
Text Example
White with #DFE82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE82E; }
p { color: rgb(223,232,46); }
H1.HeaderClassName
{
color: #DFE82E;
}
.AnyTagClassName
{
color: #DFE82E;
}
</style>
background-color css
<style>
a { background-color: #DFE82E; }
a { background-color: rgb(223,232,46); }
div.DivClassName
{
background-color: #DFE82E;
}
.BgClassName
{
background-color: #DFE82E;
}
</style>
border-color css
<style>
span { border-color: #DFE82E; }
span { border-color: rgb(223,232,46); }
td.TdClassName
{
border-color: #DFE82E;
}
.TagClassName
{
border-color: #DFE82E;
}
</style>