Shades of Pear #DFEE20
Tints of Pear #DFEE20
RGB
CMYK
RGB Variations
Color information
#DFEE20 (or 0xDFEE20) is known color: Pear. HEX triplet: DF, EE and 20. RGB value is (223,238,32). Sum of RGB (Red+Green+Blue) = 223+238+32=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 238 (93.36% from 255 or 48.28% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEE20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFEE20 is #2011DF. Grayscale: #D2D2D2. Windows color (decimal): -2101728 or 2158303. OLE color: 2158303.
HSL color Cylindrical-coordinate representation of color #DFEE20: hue angle of 64.37º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFEE20 is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 238 | 32 | - |
| CMYK | 0.06 | 0 | 0.87 | 0.07 |
| HSL | 64.37º | 0.86% | 0.53% | - |
| HSV(B) | 64.37º | 0.87% | 0.93% | - |
| XYZ | 61.27 | 76.94 | 12.99 | - |
| YUV | 210.03 | 27.53 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 238 | 32 | 0.06 | 0 | 0.87 | 0.07 | 64.37 | 0.86 | 0.53 |
| Hex | DF | EE | 20 | 6 | 0 | 57 | 7 | 40 | 56 | 35 |
| Octal | 337 | 356 | 40 | 6 | 0 | 127 | 7 | 100 | 126 | 65 |
| Binary | 11011111 | 11101110 | 100000 | 110 | 0 | 1010111 | 111 | 1000000 | 1010110 | 110101 |
Color Harmonies of #DFEE20
Complementary color
Monochromatic Colors of #DFEE20
Black with #DFEE20
Text Example
Text Example
White with #DFEE20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEE20; }
p { color: rgb(223,238,32); }
H1.HeaderClassName
{
color: #DFEE20;
}
.AnyTagClassName
{
color: #DFEE20;
}
</style>
background-color css
<style>
a { background-color: #DFEE20; }
a { background-color: rgb(223,238,32); }
div.DivClassName
{
background-color: #DFEE20;
}
.BgClassName
{
background-color: #DFEE20;
}
</style>
border-color css
<style>
span { border-color: #DFEE20; }
span { border-color: rgb(223,238,32); }
td.TdClassName
{
border-color: #DFEE20;
}
.TagClassName
{
border-color: #DFEE20;
}
</style>