Shades of Pear #DEFF45
Tints of Pear #DEFF45
RGB
CMYK
RGB Variations
Color information
#DEFF45 (or 0xDEFF45) is known color: Pear. HEX triplet: DE, FF and 45. RGB value is (222,255,69). Sum of RGB (Red+Green+Blue) = 222+255+69=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 69 (27.34% from 255 or 12.64% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFF45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEFF45 is #2100BA. Grayscale: #E0E0E0. Windows color (decimal): -2162875 or 4587486. OLE color: 4587486.
HSL color Cylindrical-coordinate representation of color #DEFF45: hue angle of 70.65º 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 #DEFF45 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 222 | 255 | 69 | - |
| CMYK | 0.13 | 0 | 0.73 | 0 |
| HSL | 70.65º | 1% | 0.64% | - |
| HSV(B) | 70.65º | 0.73% | 1% | - |
| XYZ | 66.96 | 87.48 | 18.99 | - |
| YUV | 223.93 | 40.57 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 255 | 69 | 0.13 | 0 | 0.73 | 0 | 70.65 | 1 | 0.64 |
| Hex | DE | FF | 45 | D | 0 | 49 | 0 | 47 | 64 | 40 |
| Octal | 336 | 377 | 105 | 15 | 0 | 111 | 0 | 107 | 144 | 100 |
| Binary | 11011110 | 11111111 | 1000101 | 1101 | 0 | 1001001 | 0 | 1000111 | 1100100 | 1000000 |
Color Harmonies of #DEFF45
Complementary color
Monochromatic Colors of #DEFF45
Black with #DEFF45
Text Example
Text Example
White with #DEFF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFF45; }
p { color: rgb(222,255,69); }
H1.HeaderClassName
{
color: #DEFF45;
}
.AnyTagClassName
{
color: #DEFF45;
}
</style>
background-color css
<style>
a { background-color: #DEFF45; }
a { background-color: rgb(222,255,69); }
div.DivClassName
{
background-color: #DEFF45;
}
.BgClassName
{
background-color: #DEFF45;
}
</style>
border-color css
<style>
span { border-color: #DEFF45; }
span { border-color: rgb(222,255,69); }
td.TdClassName
{
border-color: #DEFF45;
}
.TagClassName
{
border-color: #DEFF45;
}
</style>