Shades of Pear #DFFE3B
Tints of Pear #DFFE3B
RGB
CMYK
RGB Variations
Color information
#DFFE3B (or 0xDFFE3B) is known color: Pear. HEX triplet: DF, FE and 3B. RGB value is (223,254,59). Sum of RGB (Red+Green+Blue) = 223+254+59=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 59 (23.44% from 255 or 11.01% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE3B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE3B is #2001C4. Grayscale: #DFDFDF. Windows color (decimal): -2097605 or 3931871. OLE color: 3931871.
HSL color Cylindrical-coordinate representation of color #DFFE3B: hue angle of 69.54º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DFFE3B is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 59 | - |
| CMYK | 0.12 | 0 | 0.77 | 0.00 |
| HSL | 69.54º | 0.99% | 0.61% | - |
| HSV(B) | 69.54º | 0.77% | 1% | - |
| XYZ | 66.66 | 86.89 | 17.4 | - |
| YUV | 222.5 | 35.73 | 128.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 59 | 0.12 | 0 | 0.77 | 0.00 | 69.54 | 0.99 | 0.61 |
| Hex | DF | FE | 3B | C | 0 | 4D | 0 | 46 | 63 | 3D |
| Octal | 337 | 376 | 73 | 14 | 0 | 115 | 0 | 106 | 143 | 75 |
| Binary | 11011111 | 11111110 | 111011 | 1100 | 0 | 1001101 | 0 | 1000110 | 1100011 | 111101 |
Color Harmonies of #DFFE3B
Complementary color
Monochromatic Colors of #DFFE3B
Black with #DFFE3B
Text Example
Text Example
White with #DFFE3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE3B; }
p { color: rgb(223,254,59); }
H1.HeaderClassName
{
color: #DFFE3B;
}
.AnyTagClassName
{
color: #DFFE3B;
}
</style>
background-color css
<style>
a { background-color: #DFFE3B; }
a { background-color: rgb(223,254,59); }
div.DivClassName
{
background-color: #DFFE3B;
}
.BgClassName
{
background-color: #DFFE3B;
}
</style>
border-color css
<style>
span { border-color: #DFFE3B; }
span { border-color: rgb(223,254,59); }
td.TdClassName
{
border-color: #DFFE3B;
}
.TagClassName
{
border-color: #DFFE3B;
}
</style>