Shades of Pear #DEFE44
Tints of Pear #DEFE44
RGB
CMYK
RGB Variations
Color information
#DEFE44 (or 0xDEFE44) is known color: Pear. HEX triplet: DE, FE and 44. RGB value is (222,254,68). Sum of RGB (Red+Green+Blue) = 222+254+68=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 254 (99.61% from 255 or 46.69% from 544); Blue value is 68 (26.95% from 255 or 12.5% from 544); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFE44 is #2101BB. Grayscale: #DFDFDF. Windows color (decimal): -2163132 or 4521694. OLE color: 4521694.
HSL color Cylindrical-coordinate representation of color #DEFE44: hue angle of 70.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEFE44 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 68 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.00 |
| HSL | 70.32º | 0.99% | 0.63% | - |
| HSV(B) | 70.32º | 0.73% | 1% | - |
| XYZ | 66.61 | 86.83 | 18.72 | - |
| YUV | 223.23 | 40.4 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 68 | 0.13 | 0 | 0.73 | 0.00 | 70.32 | 0.99 | 0.63 |
| Hex | DE | FE | 44 | D | 0 | 49 | 0 | 46 | 63 | 3F |
| Octal | 336 | 376 | 104 | 15 | 0 | 111 | 0 | 106 | 143 | 77 |
| Binary | 11011110 | 11111110 | 1000100 | 1101 | 0 | 1001001 | 0 | 1000110 | 1100011 | 111111 |
Color Harmonies of #DEFE44
Complementary color
Monochromatic Colors of #DEFE44
Black with #DEFE44
Text Example
Text Example
White with #DEFE44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE44; }
p { color: rgb(222,254,68); }
H1.HeaderClassName
{
color: #DEFE44;
}
.AnyTagClassName
{
color: #DEFE44;
}
</style>
background-color css
<style>
a { background-color: #DEFE44; }
a { background-color: rgb(222,254,68); }
div.DivClassName
{
background-color: #DEFE44;
}
.BgClassName
{
background-color: #DEFE44;
}
</style>
border-color css
<style>
span { border-color: #DEFE44; }
span { border-color: rgb(222,254,68); }
td.TdClassName
{
border-color: #DEFE44;
}
.TagClassName
{
border-color: #DEFE44;
}
</style>