Shades of Pear #DFE524
Tints of Pear #DFE524
RGB
CMYK
RGB Variations
Color information
#DFE524 (or 0xDFE524) is known color: Pear. HEX triplet: DF, E5 and 24. RGB value is (223,229,36). Sum of RGB (Red+Green+Blue) = 223+229+36=488 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.70% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 36 (14.45% from 255 or 7.38% from 488); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE524 is #201ADB. Grayscale: #CDCDCD. Windows color (decimal): -2104028 or 2418143. OLE color: 2418143.
HSL color Cylindrical-coordinate representation of color #DFE524: hue angle of 61.87º degrees, saturation: 0.79, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DFE524 is Cyan = 0.03, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 36 | - |
| CMYK | 0.03 | 0 | 0.84 | 0.10 |
| HSL | 61.87º | 0.79% | 0.52% | - |
| HSV(B) | 61.87º | 0.84% | 0.9% | - |
| XYZ | 58.77 | 71.85 | 12.44 | - |
| YUV | 205.2 | 32.51 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 36 | 0.03 | 0 | 0.84 | 0.10 | 61.87 | 0.79 | 0.52 |
| Hex | DF | E5 | 24 | 3 | 0 | 54 | A | 3E | 4F | 34 |
| Octal | 337 | 345 | 44 | 3 | 0 | 124 | 12 | 76 | 117 | 64 |
| Binary | 11011111 | 11100101 | 100100 | 11 | 0 | 1010100 | 1010 | 111110 | 1001111 | 110100 |
Color Harmonies of #DFE524
Complementary color
Monochromatic Colors of #DFE524
Black with #DFE524
Text Example
Text Example
White with #DFE524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE524; }
p { color: rgb(223,229,36); }
H1.HeaderClassName
{
color: #DFE524;
}
.AnyTagClassName
{
color: #DFE524;
}
</style>
background-color css
<style>
a { background-color: #DFE524; }
a { background-color: rgb(223,229,36); }
div.DivClassName
{
background-color: #DFE524;
}
.BgClassName
{
background-color: #DFE524;
}
</style>
border-color css
<style>
span { border-color: #DFE524; }
span { border-color: rgb(223,229,36); }
td.TdClassName
{
border-color: #DFE524;
}
.TagClassName
{
border-color: #DFE524;
}
</style>