Shades of Pear #DFE92E
Tints of Pear #DFE92E
RGB
CMYK
RGB Variations
Color information
#DFE92E (or 0xDFE92E) is known color: Pear. HEX triplet: DF, E9 and 2E. RGB value is (223,233,46). Sum of RGB (Red+Green+Blue) = 223+233+46=502 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.42% from 502); Green value is 233 (91.41% from 255 or 46.41% from 502); Blue value is 46 (18.36% from 255 or 9.16% from 502); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE92E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE92E is #2016D1. Grayscale: #D1D1D1. Windows color (decimal): -2102994 or 3074527. OLE color: 3074527.
HSL color Cylindrical-coordinate representation of color #DFE92E: hue angle of 63.21º degrees, saturation: 0.81, 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 #DFE92E is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 46 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.09 |
| HSL | 63.21º | 0.81% | 0.55% | - |
| HSV(B) | 63.21º | 0.8% | 0.91% | - |
| XYZ | 60.06 | 74.16 | 13.73 | - |
| YUV | 208.69 | 36.19 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 46 | 0.04 | 0 | 0.80 | 0.09 | 63.21 | 0.81 | 0.55 |
| Hex | DF | E9 | 2E | 4 | 0 | 50 | 9 | 3F | 51 | 37 |
| Octal | 337 | 351 | 56 | 4 | 0 | 120 | 11 | 77 | 121 | 67 |
| Binary | 11011111 | 11101001 | 101110 | 100 | 0 | 1010000 | 1001 | 111111 | 1010001 | 110111 |
Color Harmonies of #DFE92E
Complementary color
Monochromatic Colors of #DFE92E
Black with #DFE92E
Text Example
Text Example
White with #DFE92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE92E; }
p { color: rgb(223,233,46); }
H1.HeaderClassName
{
color: #DFE92E;
}
.AnyTagClassName
{
color: #DFE92E;
}
</style>
background-color css
<style>
a { background-color: #DFE92E; }
a { background-color: rgb(223,233,46); }
div.DivClassName
{
background-color: #DFE92E;
}
.BgClassName
{
background-color: #DFE92E;
}
</style>
border-color css
<style>
span { border-color: #DFE92E; }
span { border-color: rgb(223,233,46); }
td.TdClassName
{
border-color: #DFE92E;
}
.TagClassName
{
border-color: #DFE92E;
}
</style>