Shades of Pear #DEF52B
Tints of Pear #DEF52B
RGB
CMYK
RGB Variations
Color information
#DEF52B (or 0xDEF52B) is known color: Pear. HEX triplet: DE, F5 and 2B. RGB value is (222,245,43). Sum of RGB (Red+Green+Blue) = 222+245+43=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 245 (96.09% from 255 or 48.04% from 510); Blue value is 43 (17.19% from 255 or 8.43% from 510); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF52B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF52B is #210AD4. Grayscale: #D7D7D7. Windows color (decimal): -2165461 or 2880990. OLE color: 2880990.
HSL color Cylindrical-coordinate representation of color #DEF52B: hue angle of 66.83º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEF52B is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 43 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.04 |
| HSL | 66.83º | 0.91% | 0.56% | - |
| HSV(B) | 66.83º | 0.82% | 0.96% | - |
| XYZ | 63.21 | 81.01 | 14.59 | - |
| YUV | 215.1 | 30.88 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 43 | 0.09 | 0 | 0.82 | 0.04 | 66.83 | 0.91 | 0.56 |
| Hex | DE | F5 | 2B | 9 | 0 | 52 | 4 | 43 | 5B | 38 |
| Octal | 336 | 365 | 53 | 11 | 0 | 122 | 4 | 103 | 133 | 70 |
| Binary | 11011110 | 11110101 | 101011 | 1001 | 0 | 1010010 | 100 | 1000011 | 1011011 | 111000 |
Color Harmonies of #DEF52B
Complementary color
Monochromatic Colors of #DEF52B
Black with #DEF52B
Text Example
Text Example
White with #DEF52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF52B; }
p { color: rgb(222,245,43); }
H1.HeaderClassName
{
color: #DEF52B;
}
.AnyTagClassName
{
color: #DEF52B;
}
</style>
background-color css
<style>
a { background-color: #DEF52B; }
a { background-color: rgb(222,245,43); }
div.DivClassName
{
background-color: #DEF52B;
}
.BgClassName
{
background-color: #DEF52B;
}
</style>
border-color css
<style>
span { border-color: #DEF52B; }
span { border-color: rgb(222,245,43); }
td.TdClassName
{
border-color: #DEF52B;
}
.TagClassName
{
border-color: #DEF52B;
}
</style>