Shades of Pear #DEF829
Tints of Pear #DEF829
RGB
CMYK
RGB Variations
Color information
#DEF829 (or 0xDEF829) is known color: Pear. HEX triplet: DE, F8 and 29. RGB value is (222,248,41). Sum of RGB (Red+Green+Blue) = 222+248+41=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 248 (97.27% from 255 or 48.53% from 511); Blue value is 41 (16.41% from 255 or 8.02% from 511); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF829 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF829 is #2107D6. Grayscale: #D9D9D9. Windows color (decimal): -2164695 or 2750686. OLE color: 2750686.
HSL color Cylindrical-coordinate representation of color #DEF829: hue angle of 67.54º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DEF829 is Cyan = 0.10, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 41 | - |
| CMYK | 0.10 | 0 | 0.83 | 0.03 |
| HSL | 67.54º | 0.94% | 0.57% | - |
| HSV(B) | 67.54º | 0.83% | 0.97% | - |
| XYZ | 64.09 | 82.82 | 14.71 | - |
| YUV | 216.63 | 28.89 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 41 | 0.10 | 0 | 0.83 | 0.03 | 67.54 | 0.94 | 0.57 |
| Hex | DE | F8 | 29 | A | 0 | 53 | 3 | 44 | 5E | 39 |
| Octal | 336 | 370 | 51 | 12 | 0 | 123 | 3 | 104 | 136 | 71 |
| Binary | 11011110 | 11111000 | 101001 | 1010 | 0 | 1010011 | 11 | 1000100 | 1011110 | 111001 |
Color Harmonies of #DEF829
Complementary color
Monochromatic Colors of #DEF829
Black with #DEF829
Text Example
Text Example
White with #DEF829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF829; }
p { color: rgb(222,248,41); }
H1.HeaderClassName
{
color: #DEF829;
}
.AnyTagClassName
{
color: #DEF829;
}
</style>
background-color css
<style>
a { background-color: #DEF829; }
a { background-color: rgb(222,248,41); }
div.DivClassName
{
background-color: #DEF829;
}
.BgClassName
{
background-color: #DEF829;
}
</style>
border-color css
<style>
span { border-color: #DEF829; }
span { border-color: rgb(222,248,41); }
td.TdClassName
{
border-color: #DEF829;
}
.TagClassName
{
border-color: #DEF829;
}
</style>