Shades of Pear #DFE92F
Tints of Pear #DFE92F
RGB
CMYK
RGB Variations
Color information
#DFE92F (or 0xDFE92F) is known color: Pear. HEX triplet: DF, E9 and 2F. RGB value is (223,233,47). Sum of RGB (Red+Green+Blue) = 223+233+47=503 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.33% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 47 (18.75% from 255 or 9.34% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFE92F is #2016D0. Grayscale: #D1D1D1. Windows color (decimal): -2102993 or 3140063. OLE color: 3140063.
HSL color Cylindrical-coordinate representation of color #DFE92F: hue angle of 63.23º 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 #DFE92F is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 47 | - |
| CMYK | 0.04 | 0 | 0.80 | 0.09 |
| HSL | 63.23º | 0.81% | 0.55% | - |
| HSV(B) | 63.23º | 0.8% | 0.91% | - |
| XYZ | 60.08 | 74.17 | 13.84 | - |
| YUV | 208.81 | 36.69 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 47 | 0.04 | 0 | 0.80 | 0.09 | 63.23 | 0.81 | 0.55 |
| Hex | DF | E9 | 2F | 4 | 0 | 50 | 9 | 3F | 51 | 37 |
| Octal | 337 | 351 | 57 | 4 | 0 | 120 | 11 | 77 | 121 | 67 |
| Binary | 11011111 | 11101001 | 101111 | 100 | 0 | 1010000 | 1001 | 111111 | 1010001 | 110111 |
Color Harmonies of #DFE92F
Complementary color
Monochromatic Colors of #DFE92F
Black with #DFE92F
Text Example
Text Example
White with #DFE92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE92F; }
p { color: rgb(223,233,47); }
H1.HeaderClassName
{
color: #DFE92F;
}
.AnyTagClassName
{
color: #DFE92F;
}
</style>
background-color css
<style>
a { background-color: #DFE92F; }
a { background-color: rgb(223,233,47); }
div.DivClassName
{
background-color: #DFE92F;
}
.BgClassName
{
background-color: #DFE92F;
}
</style>
border-color css
<style>
span { border-color: #DFE92F; }
span { border-color: rgb(223,233,47); }
td.TdClassName
{
border-color: #DFE92F;
}
.TagClassName
{
border-color: #DFE92F;
}
</style>