Shades of Pear #DFEF34
Tints of Pear #DFEF34
RGB
CMYK
RGB Variations
Color information
#DFEF34 (or 0xDFEF34) is known color: Pear. HEX triplet: DF, EF and 34. RGB value is (223,239,52). Sum of RGB (Red+Green+Blue) = 223+239+52=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 52 (20.70% from 255 or 10.12% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEF34 is #2010CB. Grayscale: #D5D5D5. Windows color (decimal): -2101452 or 3469279. OLE color: 3469279.
HSL color Cylindrical-coordinate representation of color #DFEF34: hue angle of 65.13º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DFEF34 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 223 | 239 | 52 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.06 |
| HSL | 65.13º | 0.85% | 0.57% | - |
| HSV(B) | 65.13º | 0.78% | 0.94% | - |
| XYZ | 61.92 | 77.67 | 14.98 | - |
| YUV | 212.9 | 37.2 | 135.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 239 | 52 | 0.07 | 0 | 0.78 | 0.06 | 65.13 | 0.85 | 0.57 |
| Hex | DF | EF | 34 | 7 | 0 | 4E | 6 | 41 | 55 | 39 |
| Octal | 337 | 357 | 64 | 7 | 0 | 116 | 6 | 101 | 125 | 71 |
| Binary | 11011111 | 11101111 | 110100 | 111 | 0 | 1001110 | 110 | 1000001 | 1010101 | 111001 |
Color Harmonies of #DFEF34
Complementary color
Monochromatic Colors of #DFEF34
Black with #DFEF34
Text Example
Text Example
White with #DFEF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEF34; }
p { color: rgb(223,239,52); }
H1.HeaderClassName
{
color: #DFEF34;
}
.AnyTagClassName
{
color: #DFEF34;
}
</style>
background-color css
<style>
a { background-color: #DFEF34; }
a { background-color: rgb(223,239,52); }
div.DivClassName
{
background-color: #DFEF34;
}
.BgClassName
{
background-color: #DFEF34;
}
</style>
border-color css
<style>
span { border-color: #DFEF34; }
span { border-color: rgb(223,239,52); }
td.TdClassName
{
border-color: #DFEF34;
}
.TagClassName
{
border-color: #DFEF34;
}
</style>