Shades of Pear #DFE425
Tints of Pear #DFE425
RGB
CMYK
RGB Variations
Color information
#DFE425 (or 0xDFE425) is known color: Pear. HEX triplet: DF, E4 and 25. RGB value is (223,228,37). Sum of RGB (Red+Green+Blue) = 223+228+37=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 228 (89.45% from 255 or 46.72% from 488); Blue value is 37 (14.84% from 255 or 7.58% from 488); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE425 is #201BDA. Grayscale: #CDCDCD. Windows color (decimal): -2104283 or 2483423. OLE color: 2483423.
HSL color Cylindrical-coordinate representation of color #DFE425: hue angle of 61.57º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFE425 is Cyan = 0.02, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 228 | 37 | - |
| CMYK | 0.02 | 0 | 0.84 | 0.11 |
| HSL | 61.57º | 0.78% | 0.52% | - |
| HSV(B) | 61.57º | 0.84% | 0.89% | - |
| XYZ | 58.51 | 71.31 | 12.43 | - |
| YUV | 204.73 | 33.34 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 228 | 37 | 0.02 | 0 | 0.84 | 0.11 | 61.57 | 0.78 | 0.52 |
| Hex | DF | E4 | 25 | 2 | 0 | 54 | B | 3E | 4E | 34 |
| Octal | 337 | 344 | 45 | 2 | 0 | 124 | 13 | 76 | 116 | 64 |
| Binary | 11011111 | 11100100 | 100101 | 10 | 0 | 1010100 | 1011 | 111110 | 1001110 | 110100 |
Color Harmonies of #DFE425
Complementary color
Monochromatic Colors of #DFE425
Black with #DFE425
Text Example
Text Example
White with #DFE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE425; }
p { color: rgb(223,228,37); }
H1.HeaderClassName
{
color: #DFE425;
}
.AnyTagClassName
{
color: #DFE425;
}
</style>
background-color css
<style>
a { background-color: #DFE425; }
a { background-color: rgb(223,228,37); }
div.DivClassName
{
background-color: #DFE425;
}
.BgClassName
{
background-color: #DFE425;
}
</style>
border-color css
<style>
span { border-color: #DFE425; }
span { border-color: rgb(223,228,37); }
td.TdClassName
{
border-color: #DFE425;
}
.TagClassName
{
border-color: #DFE425;
}
</style>