Shades of Pear #DFFE3C
Tints of Pear #DFFE3C
RGB
CMYK
RGB Variations
Color information
#DFFE3C (or 0xDFFE3C) is known color: Pear. HEX triplet: DF, FE and 3C. RGB value is (223,254,60). Sum of RGB (Red+Green+Blue) = 223+254+60=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 60 (23.83% from 255 or 11.17% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE3C is #2001C3. Grayscale: #DFDFDF. Windows color (decimal): -2097604 or 3997407. OLE color: 3997407.
HSL color Cylindrical-coordinate representation of color #DFFE3C: hue angle of 69.59º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DFFE3C is Cyan = 0.12, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 60 | - |
| CMYK | 0.12 | 0 | 0.76 | 0.00 |
| HSL | 69.59º | 0.99% | 0.62% | - |
| HSV(B) | 69.59º | 0.76% | 1% | - |
| XYZ | 66.69 | 86.9 | 17.53 | - |
| YUV | 222.62 | 36.23 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 60 | 0.12 | 0 | 0.76 | 0.00 | 69.59 | 0.99 | 0.62 |
| Hex | DF | FE | 3C | C | 0 | 4C | 0 | 46 | 63 | 3E |
| Octal | 337 | 376 | 74 | 14 | 0 | 114 | 0 | 106 | 143 | 76 |
| Binary | 11011111 | 11111110 | 111100 | 1100 | 0 | 1001100 | 0 | 1000110 | 1100011 | 111110 |
Color Harmonies of #DFFE3C
Complementary color
Monochromatic Colors of #DFFE3C
Black with #DFFE3C
Text Example
Text Example
White with #DFFE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE3C; }
p { color: rgb(223,254,60); }
H1.HeaderClassName
{
color: #DFFE3C;
}
.AnyTagClassName
{
color: #DFFE3C;
}
</style>
background-color css
<style>
a { background-color: #DFFE3C; }
a { background-color: rgb(223,254,60); }
div.DivClassName
{
background-color: #DFFE3C;
}
.BgClassName
{
background-color: #DFFE3C;
}
</style>
border-color css
<style>
span { border-color: #DFFE3C; }
span { border-color: rgb(223,254,60); }
td.TdClassName
{
border-color: #DFFE3C;
}
.TagClassName
{
border-color: #DFFE3C;
}
</style>