Shades of Pear #DEFF46
Tints of Pear #DEFF46
RGB
CMYK
RGB Variations
Color information
#DEFF46 (or 0xDEFF46) is known color: Pear. HEX triplet: DE, FF and 46. RGB value is (222,255,70). Sum of RGB (Red+Green+Blue) = 222+255+70=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 70 (27.73% from 255 or 12.80% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF46 is #2100B9. Grayscale: #E0E0E0. Windows color (decimal): -2162874 or 4653022. OLE color: 4653022.
HSL color Cylindrical-coordinate representation of color #DEFF46: hue angle of 70.7º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DEFF46 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 70 | - |
| CMYK | 0.13 | 0 | 0.73 | 0 |
| HSL | 70.7º | 1% | 0.64% | - |
| HSV(B) | 70.7º | 0.73% | 1% | - |
| XYZ | 66.99 | 87.49 | 19.15 | - |
| YUV | 224.04 | 41.07 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 70 | 0.13 | 0 | 0.73 | 0 | 70.7 | 1 | 0.64 |
| Hex | DE | FF | 46 | D | 0 | 49 | 0 | 47 | 64 | 40 |
| Octal | 336 | 377 | 106 | 15 | 0 | 111 | 0 | 107 | 144 | 100 |
| Binary | 11011110 | 11111111 | 1000110 | 1101 | 0 | 1001001 | 0 | 1000111 | 1100100 | 1000000 |
Color Harmonies of #DEFF46
Complementary color
Monochromatic Colors of #DEFF46
Black with #DEFF46
Text Example
Text Example
White with #DEFF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF46; }
p { color: rgb(222,255,70); }
H1.HeaderClassName
{
color: #DEFF46;
}
.AnyTagClassName
{
color: #DEFF46;
}
</style>
background-color css
<style>
a { background-color: #DEFF46; }
a { background-color: rgb(222,255,70); }
div.DivClassName
{
background-color: #DEFF46;
}
.BgClassName
{
background-color: #DEFF46;
}
</style>
border-color css
<style>
span { border-color: #DEFF46; }
span { border-color: rgb(222,255,70); }
td.TdClassName
{
border-color: #DEFF46;
}
.TagClassName
{
border-color: #DEFF46;
}
</style>