Shades of Pear #DFEB18
Tints of Pear #DFEB18
RGB
CMYK
RGB Variations
Color information
#DFEB18 (or 0xDFEB18) is known color: Pear. HEX triplet: DF, EB and 18. RGB value is (223,235,24). Sum of RGB (Red+Green+Blue) = 223+235+24=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 24 (9.77% from 255 or 4.98% from 482); Max value from RGB is 235 - color contains mainly: green. Hex color #DFEB18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DFEB18 is #2014E7. Grayscale: #D0D0D0. Windows color (decimal): -2102504 or 1633247. OLE color: 1633247.
HSL color Cylindrical-coordinate representation of color #DFEB18: hue angle of 63.41º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DFEB18 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 235 | 24 | - |
| CMYK | 0.05 | 0 | 0.90 | 0.08 |
| HSL | 63.41º | 0.84% | 0.51% | - |
| HSV(B) | 63.41º | 0.9% | 0.92% | - |
| XYZ | 60.3 | 75.17 | 12.2 | - |
| YUV | 207.36 | 24.52 | 139.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 235 | 24 | 0.05 | 0 | 0.90 | 0.08 | 63.41 | 0.84 | 0.51 |
| Hex | DF | EB | 18 | 5 | 0 | 5A | 8 | 3F | 54 | 33 |
| Octal | 337 | 353 | 30 | 5 | 0 | 132 | 10 | 77 | 124 | 63 |
| Binary | 11011111 | 11101011 | 11000 | 101 | 0 | 1011010 | 1000 | 111111 | 1010100 | 110011 |
Color Harmonies of #DFEB18
Complementary color
Monochromatic Colors of #DFEB18
Black with #DFEB18
Text Example
Text Example
White with #DFEB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFEB18; }
p { color: rgb(223,235,24); }
H1.HeaderClassName
{
color: #DFEB18;
}
.AnyTagClassName
{
color: #DFEB18;
}
</style>
background-color css
<style>
a { background-color: #DFEB18; }
a { background-color: rgb(223,235,24); }
div.DivClassName
{
background-color: #DFEB18;
}
.BgClassName
{
background-color: #DFEB18;
}
</style>
border-color css
<style>
span { border-color: #DFEB18; }
span { border-color: rgb(223,235,24); }
td.TdClassName
{
border-color: #DFEB18;
}
.TagClassName
{
border-color: #DFEB18;
}
</style>