Shades of Pear #DFE51A
Tints of Pear #DFE51A
RGB
CMYK
RGB Variations
Color information
#DFE51A (or 0xDFE51A) is known color: Pear. HEX triplet: DF, E5 and 1A. RGB value is (223,229,26). Sum of RGB (Red+Green+Blue) = 223+229+26=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 229 (89.84% from 255 or 47.91% from 478); Blue value is 26 (10.55% from 255 or 5.44% from 478); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFE51A is #201AE5. Grayscale: #CCCCCC. Windows color (decimal): -2104038 or 1762783. OLE color: 1762783.
HSL color Cylindrical-coordinate representation of color #DFE51A: hue angle of 61.77º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DFE51A is Cyan = 0.03, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 26 | - |
| CMYK | 0.03 | 0 | 0.89 | 0.10 |
| HSL | 61.77º | 0.8% | 0.5% | - |
| HSV(B) | 61.77º | 0.89% | 0.9% | - |
| XYZ | 58.64 | 71.8 | 11.75 | - |
| YUV | 204.06 | 27.51 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 26 | 0.03 | 0 | 0.89 | 0.10 | 61.77 | 0.8 | 0.5 |
| Hex | DF | E5 | 1A | 3 | 0 | 59 | A | 3E | 50 | 32 |
| Octal | 337 | 345 | 32 | 3 | 0 | 131 | 12 | 76 | 120 | 62 |
| Binary | 11011111 | 11100101 | 11010 | 11 | 0 | 1011001 | 1010 | 111110 | 1010000 | 110010 |
Color Harmonies of #DFE51A
Complementary color
Monochromatic Colors of #DFE51A
Black with #DFE51A
Text Example
Text Example
White with #DFE51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE51A; }
p { color: rgb(223,229,26); }
H1.HeaderClassName
{
color: #DFE51A;
}
.AnyTagClassName
{
color: #DFE51A;
}
</style>
background-color css
<style>
a { background-color: #DFE51A; }
a { background-color: rgb(223,229,26); }
div.DivClassName
{
background-color: #DFE51A;
}
.BgClassName
{
background-color: #DFE51A;
}
</style>
border-color css
<style>
span { border-color: #DFE51A; }
span { border-color: rgb(223,229,26); }
td.TdClassName
{
border-color: #DFE51A;
}
.TagClassName
{
border-color: #DFE51A;
}
</style>