Shades of Pear #DFEC18
Tints of Pear #DFEC18
RGB
CMYK
RGB Variations
Color information
#DFEC18 (or 0xDFEC18) is known color: Pear. HEX triplet: DF, EC and 18. RGB value is (223,236,24). Sum of RGB (Red+Green+Blue) = 223+236+24=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 24 (9.77% from 255 or 4.97% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #DFEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFEC18 is #2013E7. Grayscale: #D0D0D0. Windows color (decimal): -2102248 or 1633503. OLE color: 1633503.
HSL color Cylindrical-coordinate representation of color #DFEC18: hue angle of 63.68º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFEC18 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 236 | 24 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.07 |
| HSL | 63.68º | 0.85% | 0.51% | - |
| HSV(B) | 63.68º | 0.9% | 0.93% | - |
| XYZ | 60.59 | 75.74 | 12.29 | - |
| YUV | 207.95 | 24.19 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 236 | 24 | 0.06 | 0 | 0.90 | 0.07 | 63.68 | 0.85 | 0.51 |
| Hex | DF | EC | 18 | 6 | 0 | 5A | 7 | 40 | 55 | 33 |
| Octal | 337 | 354 | 30 | 6 | 0 | 132 | 7 | 100 | 125 | 63 |
| Binary | 11011111 | 11101100 | 11000 | 110 | 0 | 1011010 | 111 | 1000000 | 1010101 | 110011 |
Color Harmonies of #DFEC18
Complementary color
Monochromatic Colors of #DFEC18
Black with #DFEC18
Text Example
Text Example
White with #DFEC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEC18; }
p { color: rgb(223,236,24); }
H1.HeaderClassName
{
color: #DFEC18;
}
.AnyTagClassName
{
color: #DFEC18;
}
</style>
background-color css
<style>
a { background-color: #DFEC18; }
a { background-color: rgb(223,236,24); }
div.DivClassName
{
background-color: #DFEC18;
}
.BgClassName
{
background-color: #DFEC18;
}
</style>
border-color css
<style>
span { border-color: #DFEC18; }
span { border-color: rgb(223,236,24); }
td.TdClassName
{
border-color: #DFEC18;
}
.TagClassName
{
border-color: #DFEC18;
}
</style>