Shades of Pear #DEF52E
Tints of Pear #DEF52E
RGB
CMYK
RGB Variations
Color information
#DEF52E (or 0xDEF52E) is known color: Pear. HEX triplet: DE, F5 and 2E. RGB value is (222,245,46). Sum of RGB (Red+Green+Blue) = 222+245+46=513 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.27% from 513); Green value is 245 (96.09% from 255 or 47.76% from 513); Blue value is 46 (18.36% from 255 or 8.97% from 513); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF52E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF52E is #210AD1. Grayscale: #D8D8D8. Windows color (decimal): -2165458 or 3077598. OLE color: 3077598.
HSL color Cylindrical-coordinate representation of color #DEF52E: hue angle of 66.93º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DEF52E is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 46 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.04 |
| HSL | 66.93º | 0.91% | 0.57% | - |
| HSV(B) | 66.93º | 0.81% | 0.96% | - |
| XYZ | 63.27 | 81.03 | 14.89 | - |
| YUV | 215.44 | 32.38 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 46 | 0.09 | 0 | 0.81 | 0.04 | 66.93 | 0.91 | 0.57 |
| Hex | DE | F5 | 2E | 9 | 0 | 51 | 4 | 43 | 5B | 39 |
| Octal | 336 | 365 | 56 | 11 | 0 | 121 | 4 | 103 | 133 | 71 |
| Binary | 11011110 | 11110101 | 101110 | 1001 | 0 | 1010001 | 100 | 1000011 | 1011011 | 111001 |
Color Harmonies of #DEF52E
Complementary color
Monochromatic Colors of #DEF52E
Black with #DEF52E
Text Example
Text Example
White with #DEF52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF52E; }
p { color: rgb(222,245,46); }
H1.HeaderClassName
{
color: #DEF52E;
}
.AnyTagClassName
{
color: #DEF52E;
}
</style>
background-color css
<style>
a { background-color: #DEF52E; }
a { background-color: rgb(222,245,46); }
div.DivClassName
{
background-color: #DEF52E;
}
.BgClassName
{
background-color: #DEF52E;
}
</style>
border-color css
<style>
span { border-color: #DEF52E; }
span { border-color: rgb(222,245,46); }
td.TdClassName
{
border-color: #DEF52E;
}
.TagClassName
{
border-color: #DEF52E;
}
</style>