Shades of Pear #DEF532
Tints of Pear #DEF532
RGB
CMYK
RGB Variations
Color information
#DEF532 (or 0xDEF532) is known color: Pear. HEX triplet: DE, F5 and 32. RGB value is (222,245,50). Sum of RGB (Red+Green+Blue) = 222+245+50=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 50 (19.92% from 255 or 9.67% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF532 is #210ACD. Grayscale: #D8D8D8. Windows color (decimal): -2165454 or 3339742. OLE color: 3339742.
HSL color Cylindrical-coordinate representation of color #DEF532: hue angle of 67.08º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEF532 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 50 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.04 |
| HSL | 67.08º | 0.91% | 0.58% | - |
| HSV(B) | 67.08º | 0.8% | 0.96% | - |
| XYZ | 63.35 | 81.06 | 15.33 | - |
| YUV | 215.89 | 34.38 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 50 | 0.09 | 0 | 0.80 | 0.04 | 67.08 | 0.91 | 0.58 |
| Hex | DE | F5 | 32 | 9 | 0 | 50 | 4 | 43 | 5B | 3A |
| Octal | 336 | 365 | 62 | 11 | 0 | 120 | 4 | 103 | 133 | 72 |
| Binary | 11011110 | 11110101 | 110010 | 1001 | 0 | 1010000 | 100 | 1000011 | 1011011 | 111010 |
Color Harmonies of #DEF532
Complementary color
Monochromatic Colors of #DEF532
Black with #DEF532
Text Example
Text Example
White with #DEF532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF532; }
p { color: rgb(222,245,50); }
H1.HeaderClassName
{
color: #DEF532;
}
.AnyTagClassName
{
color: #DEF532;
}
</style>
background-color css
<style>
a { background-color: #DEF532; }
a { background-color: rgb(222,245,50); }
div.DivClassName
{
background-color: #DEF532;
}
.BgClassName
{
background-color: #DEF532;
}
</style>
border-color css
<style>
span { border-color: #DEF532; }
span { border-color: rgb(222,245,50); }
td.TdClassName
{
border-color: #DEF532;
}
.TagClassName
{
border-color: #DEF532;
}
</style>