Shades of Pear #DFFE2C
Tints of Pear #DFFE2C
RGB
CMYK
RGB Variations
Color information
#DFFE2C (or 0xDFFE2C) is known color: Pear. HEX triplet: DF, FE and 2C. RGB value is (223,254,44). Sum of RGB (Red+Green+Blue) = 223+254+44=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 44 (17.58% from 255 or 8.45% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE2C is #2001D3. Grayscale: #DDDDDD. Windows color (decimal): -2097620 or 2948831. OLE color: 2948831.
HSL color Cylindrical-coordinate representation of color #DFFE2C: hue angle of 68.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFFE2C is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 44 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.00 |
| HSL | 68.86º | 0.99% | 0.58% | - |
| HSV(B) | 68.86º | 0.83% | 1% | - |
| XYZ | 66.33 | 86.75 | 15.63 | - |
| YUV | 220.79 | 28.23 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 44 | 0.12 | 0 | 0.83 | 0.00 | 68.86 | 0.99 | 0.58 |
| Hex | DF | FE | 2C | C | 0 | 53 | 0 | 45 | 63 | 3A |
| Octal | 337 | 376 | 54 | 14 | 0 | 123 | 0 | 105 | 143 | 72 |
| Binary | 11011111 | 11111110 | 101100 | 1100 | 0 | 1010011 | 0 | 1000101 | 1100011 | 111010 |
Color Harmonies of #DFFE2C
Complementary color
Monochromatic Colors of #DFFE2C
Black with #DFFE2C
Text Example
Text Example
White with #DFFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE2C; }
p { color: rgb(223,254,44); }
H1.HeaderClassName
{
color: #DFFE2C;
}
.AnyTagClassName
{
color: #DFFE2C;
}
</style>
background-color css
<style>
a { background-color: #DFFE2C; }
a { background-color: rgb(223,254,44); }
div.DivClassName
{
background-color: #DFFE2C;
}
.BgClassName
{
background-color: #DFFE2C;
}
</style>
border-color css
<style>
span { border-color: #DFFE2C; }
span { border-color: rgb(223,254,44); }
td.TdClassName
{
border-color: #DFFE2C;
}
.TagClassName
{
border-color: #DFFE2C;
}
</style>