Shades of Pear #DEFE2F
Tints of Pear #DEFE2F
RGB
CMYK
RGB Variations
Color information
#DEFE2F (or 0xDEFE2F) is known color: Pear. HEX triplet: DE, FE and 2F. RGB value is (222,254,47). Sum of RGB (Red+Green+Blue) = 222+254+47=523 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.45% from 523); Green value is 254 (99.61% from 255 or 48.57% from 523); Blue value is 47 (18.75% from 255 or 8.99% from 523); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFE2F is #2101D0. Grayscale: #DDDDDD. Windows color (decimal): -2163153 or 3145438. OLE color: 3145438.
HSL color Cylindrical-coordinate representation of color #DEFE2F: hue angle of 69.28º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEFE2F is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 47 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.00 |
| HSL | 69.28º | 0.99% | 0.59% | - |
| HSV(B) | 69.28º | 0.81% | 1% | - |
| XYZ | 66.08 | 86.62 | 15.93 | - |
| YUV | 220.83 | 29.9 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 47 | 0.13 | 0 | 0.81 | 0.00 | 69.28 | 0.99 | 0.59 |
| Hex | DE | FE | 2F | D | 0 | 51 | 0 | 45 | 63 | 3B |
| Octal | 336 | 376 | 57 | 15 | 0 | 121 | 0 | 105 | 143 | 73 |
| Binary | 11011110 | 11111110 | 101111 | 1101 | 0 | 1010001 | 0 | 1000101 | 1100011 | 111011 |
Color Harmonies of #DEFE2F
Complementary color
Monochromatic Colors of #DEFE2F
Black with #DEFE2F
Text Example
Text Example
White with #DEFE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE2F; }
p { color: rgb(222,254,47); }
H1.HeaderClassName
{
color: #DEFE2F;
}
.AnyTagClassName
{
color: #DEFE2F;
}
</style>
background-color css
<style>
a { background-color: #DEFE2F; }
a { background-color: rgb(222,254,47); }
div.DivClassName
{
background-color: #DEFE2F;
}
.BgClassName
{
background-color: #DEFE2F;
}
</style>
border-color css
<style>
span { border-color: #DEFE2F; }
span { border-color: rgb(222,254,47); }
td.TdClassName
{
border-color: #DEFE2F;
}
.TagClassName
{
border-color: #DEFE2F;
}
</style>