Shades of Pear #DFFE28
Tints of Pear #DFFE28
RGB
CMYK
RGB Variations
Color information
#DFFE28 (or 0xDFFE28) is known color: Pear. HEX triplet: DF, FE and 28. RGB value is (223,254,40). Sum of RGB (Red+Green+Blue) = 223+254+40=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 254 (99.61% from 255 or 49.13% from 517); Blue value is 40 (16.02% from 255 or 7.74% from 517); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE28 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE28 is #2001D7. Grayscale: #DDDDDD. Windows color (decimal): -2097624 or 2686687. OLE color: 2686687.
HSL color Cylindrical-coordinate representation of color #DFFE28: hue angle of 68.69º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFFE28 is Cyan = 0.12, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 40 | - |
| CMYK | 0.12 | 0 | 0.84 | 0.00 |
| HSL | 68.69º | 0.99% | 0.58% | - |
| HSV(B) | 68.69º | 0.84% | 1% | - |
| XYZ | 66.26 | 86.72 | 15.25 | - |
| YUV | 220.34 | 26.23 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 40 | 0.12 | 0 | 0.84 | 0.00 | 68.69 | 0.99 | 0.58 |
| Hex | DF | FE | 28 | C | 0 | 54 | 0 | 45 | 63 | 3A |
| Octal | 337 | 376 | 50 | 14 | 0 | 124 | 0 | 105 | 143 | 72 |
| Binary | 11011111 | 11111110 | 101000 | 1100 | 0 | 1010100 | 0 | 1000101 | 1100011 | 111010 |
Color Harmonies of #DFFE28
Complementary color
Monochromatic Colors of #DFFE28
Black with #DFFE28
Text Example
Text Example
White with #DFFE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE28; }
p { color: rgb(223,254,40); }
H1.HeaderClassName
{
color: #DFFE28;
}
.AnyTagClassName
{
color: #DFFE28;
}
</style>
background-color css
<style>
a { background-color: #DFFE28; }
a { background-color: rgb(223,254,40); }
div.DivClassName
{
background-color: #DFFE28;
}
.BgClassName
{
background-color: #DFFE28;
}
</style>
border-color css
<style>
span { border-color: #DFFE28; }
span { border-color: rgb(223,254,40); }
td.TdClassName
{
border-color: #DFFE28;
}
.TagClassName
{
border-color: #DFFE28;
}
</style>