Shades of Pear #DEFF43
Tints of Pear #DEFF43
RGB
CMYK
RGB Variations
Color information
#DEFF43 (or 0xDEFF43) is known color: Pear. HEX triplet: DE, FF and 43. RGB value is (222,255,67). Sum of RGB (Red+Green+Blue) = 222+255+67=544 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.81% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 67 (26.56% from 255 or 12.32% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF43 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF43 is #2100BC. Grayscale: #E0E0E0. Windows color (decimal): -2162877 or 4456414. OLE color: 4456414.
HSL color Cylindrical-coordinate representation of color #DEFF43: hue angle of 70.53º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DEFF43 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 67 | - |
| CMYK | 0.13 | 0 | 0.74 | 0 |
| HSL | 70.53º | 1% | 0.63% | - |
| HSV(B) | 70.53º | 0.74% | 1% | - |
| XYZ | 66.9 | 87.45 | 18.66 | - |
| YUV | 223.7 | 39.57 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 67 | 0.13 | 0 | 0.74 | 0 | 70.53 | 1 | 0.63 |
| Hex | DE | FF | 43 | D | 0 | 4A | 0 | 47 | 64 | 3F |
| Octal | 336 | 377 | 103 | 15 | 0 | 112 | 0 | 107 | 144 | 77 |
| Binary | 11011110 | 11111111 | 1000011 | 1101 | 0 | 1001010 | 0 | 1000111 | 1100100 | 111111 |
Color Harmonies of #DEFF43
Complementary color
Monochromatic Colors of #DEFF43
Black with #DEFF43
Text Example
Text Example
White with #DEFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF43; }
p { color: rgb(222,255,67); }
H1.HeaderClassName
{
color: #DEFF43;
}
.AnyTagClassName
{
color: #DEFF43;
}
</style>
background-color css
<style>
a { background-color: #DEFF43; }
a { background-color: rgb(222,255,67); }
div.DivClassName
{
background-color: #DEFF43;
}
.BgClassName
{
background-color: #DEFF43;
}
</style>
border-color css
<style>
span { border-color: #DEFF43; }
span { border-color: rgb(222,255,67); }
td.TdClassName
{
border-color: #DEFF43;
}
.TagClassName
{
border-color: #DEFF43;
}
</style>