Shades of Pear #DEF620
Tints of Pear #DEF620
RGB
CMYK
RGB Variations
Color information
#DEF620 (or 0xDEF620) is known color: Pear. HEX triplet: DE, F6 and 20. RGB value is (222,246,32). Sum of RGB (Red+Green+Blue) = 222+246+32=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 246 (96.48% from 255 or 49.2% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF620 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF620 is #2109DF. Grayscale: #D7D7D7. Windows color (decimal): -2165216 or 2160350. OLE color: 2160350.
HSL color Cylindrical-coordinate representation of color #DEF620: hue angle of 66.73º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEF620 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 32 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.04 |
| HSL | 66.73º | 0.92% | 0.55% | - |
| HSV(B) | 66.73º | 0.87% | 0.96% | - |
| XYZ | 63.34 | 81.55 | 13.77 | - |
| YUV | 214.43 | 25.05 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 32 | 0.10 | 0 | 0.87 | 0.04 | 66.73 | 0.92 | 0.55 |
| Hex | DE | F6 | 20 | A | 0 | 57 | 4 | 43 | 5C | 37 |
| Octal | 336 | 366 | 40 | 12 | 0 | 127 | 4 | 103 | 134 | 67 |
| Binary | 11011110 | 11110110 | 100000 | 1010 | 0 | 1010111 | 100 | 1000011 | 1011100 | 110111 |
Color Harmonies of #DEF620
Complementary color
Monochromatic Colors of #DEF620
Black with #DEF620
Text Example
Text Example
White with #DEF620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF620; }
p { color: rgb(222,246,32); }
H1.HeaderClassName
{
color: #DEF620;
}
.AnyTagClassName
{
color: #DEF620;
}
</style>
background-color css
<style>
a { background-color: #DEF620; }
a { background-color: rgb(222,246,32); }
div.DivClassName
{
background-color: #DEF620;
}
.BgClassName
{
background-color: #DEF620;
}
</style>
border-color css
<style>
span { border-color: #DEF620; }
span { border-color: rgb(222,246,32); }
td.TdClassName
{
border-color: #DEF620;
}
.TagClassName
{
border-color: #DEF620;
}
</style>