Shades of Pear #DEFE2D
Tints of Pear #DEFE2D
RGB
CMYK
RGB Variations
Color information
#DEFE2D (or 0xDEFE2D) is known color: Pear. HEX triplet: DE, FE and 2D. RGB value is (222,254,45). Sum of RGB (Red+Green+Blue) = 222+254+45=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 254 (99.61% from 255 or 48.75% from 521); Blue value is 45 (17.97% from 255 or 8.64% from 521); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFE2D is #2101D2. Grayscale: #DDDDDD. Windows color (decimal): -2163155 or 3014366. OLE color: 3014366.
HSL color Cylindrical-coordinate representation of color #DEFE2D: hue angle of 69.19º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEFE2D is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 45 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.00 |
| HSL | 69.19º | 0.99% | 0.59% | - |
| HSV(B) | 69.19º | 0.82% | 1% | - |
| XYZ | 66.04 | 86.6 | 15.72 | - |
| YUV | 220.61 | 28.9 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 45 | 0.13 | 0 | 0.82 | 0.00 | 69.19 | 0.99 | 0.59 |
| Hex | DE | FE | 2D | D | 0 | 52 | 0 | 45 | 63 | 3B |
| Octal | 336 | 376 | 55 | 15 | 0 | 122 | 0 | 105 | 143 | 73 |
| Binary | 11011110 | 11111110 | 101101 | 1101 | 0 | 1010010 | 0 | 1000101 | 1100011 | 111011 |
Color Harmonies of #DEFE2D
Complementary color
Monochromatic Colors of #DEFE2D
Black with #DEFE2D
Text Example
Text Example
White with #DEFE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE2D; }
p { color: rgb(222,254,45); }
H1.HeaderClassName
{
color: #DEFE2D;
}
.AnyTagClassName
{
color: #DEFE2D;
}
</style>
background-color css
<style>
a { background-color: #DEFE2D; }
a { background-color: rgb(222,254,45); }
div.DivClassName
{
background-color: #DEFE2D;
}
.BgClassName
{
background-color: #DEFE2D;
}
</style>
border-color css
<style>
span { border-color: #DEFE2D; }
span { border-color: rgb(222,254,45); }
td.TdClassName
{
border-color: #DEFE2D;
}
.TagClassName
{
border-color: #DEFE2D;
}
</style>