Shades of Pear #DFE529
Tints of Pear #DFE529
RGB
CMYK
RGB Variations
Color information
#DFE529 (or 0xDFE529) is known color: Pear. HEX triplet: DF, E5 and 29. RGB value is (223,229,41). Sum of RGB (Red+Green+Blue) = 223+229+41=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 41 (16.41% from 255 or 8.32% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE529 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE529 is #201AD6. Grayscale: #CECECE. Windows color (decimal): -2104023 or 2745823. OLE color: 2745823.
HSL color Cylindrical-coordinate representation of color #DFE529: hue angle of 61.91º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFE529 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 41 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.10 |
| HSL | 61.91º | 0.78% | 0.53% | - |
| HSV(B) | 61.91º | 0.82% | 0.9% | - |
| XYZ | 58.85 | 71.89 | 12.87 | - |
| YUV | 205.77 | 35.01 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 41 | 0.03 | 0 | 0.82 | 0.10 | 61.91 | 0.78 | 0.53 |
| Hex | DF | E5 | 29 | 3 | 0 | 52 | A | 3E | 4E | 35 |
| Octal | 337 | 345 | 51 | 3 | 0 | 122 | 12 | 76 | 116 | 65 |
| Binary | 11011111 | 11100101 | 101001 | 11 | 0 | 1010010 | 1010 | 111110 | 1001110 | 110101 |
Color Harmonies of #DFE529
Complementary color
Monochromatic Colors of #DFE529
Black with #DFE529
Text Example
Text Example
White with #DFE529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE529; }
p { color: rgb(223,229,41); }
H1.HeaderClassName
{
color: #DFE529;
}
.AnyTagClassName
{
color: #DFE529;
}
</style>
background-color css
<style>
a { background-color: #DFE529; }
a { background-color: rgb(223,229,41); }
div.DivClassName
{
background-color: #DFE529;
}
.BgClassName
{
background-color: #DFE529;
}
</style>
border-color css
<style>
span { border-color: #DFE529; }
span { border-color: rgb(223,229,41); }
td.TdClassName
{
border-color: #DFE529;
}
.TagClassName
{
border-color: #DFE529;
}
</style>