Shades of Pear #DFE428
Tints of Pear #DFE428
RGB
CMYK
RGB Variations
Color information
#DFE428 (or 0xDFE428) is known color: Pear. HEX triplet: DF, E4 and 28. RGB value is (223,228,40). Sum of RGB (Red+Green+Blue) = 223+228+40=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 228 (89.45% from 255 or 46.44% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE428 is #201BD7. Grayscale: #CDCDCD. Windows color (decimal): -2104280 or 2680031. OLE color: 2680031.
HSL color Cylindrical-coordinate representation of color #DFE428: hue angle of 61.6º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFE428 is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 40 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.11 |
| HSL | 61.6º | 0.78% | 0.53% | - |
| HSV(B) | 61.6º | 0.82% | 0.89% | - |
| XYZ | 58.56 | 71.33 | 12.69 | - |
| YUV | 205.07 | 34.84 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 40 | 0.02 | 0 | 0.82 | 0.11 | 61.6 | 0.78 | 0.53 |
| Hex | DF | E4 | 28 | 2 | 0 | 52 | B | 3E | 4E | 35 |
| Octal | 337 | 344 | 50 | 2 | 0 | 122 | 13 | 76 | 116 | 65 |
| Binary | 11011111 | 11100100 | 101000 | 10 | 0 | 1010010 | 1011 | 111110 | 1001110 | 110101 |
Color Harmonies of #DFE428
Complementary color
Monochromatic Colors of #DFE428
Black with #DFE428
Text Example
Text Example
White with #DFE428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE428; }
p { color: rgb(223,228,40); }
H1.HeaderClassName
{
color: #DFE428;
}
.AnyTagClassName
{
color: #DFE428;
}
</style>
background-color css
<style>
a { background-color: #DFE428; }
a { background-color: rgb(223,228,40); }
div.DivClassName
{
background-color: #DFE428;
}
.BgClassName
{
background-color: #DFE428;
}
</style>
border-color css
<style>
span { border-color: #DFE428; }
span { border-color: rgb(223,228,40); }
td.TdClassName
{
border-color: #DFE428;
}
.TagClassName
{
border-color: #DFE428;
}
</style>