Shades of Pear #DEF836
Tints of Pear #DEF836
RGB
CMYK
RGB Variations
Color information
#DEF836 (or 0xDEF836) is known color: Pear. HEX triplet: DE, F8 and 36. RGB value is (222,248,54). Sum of RGB (Red+Green+Blue) = 222+248+54=524 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.37% from 524); Green value is 248 (97.27% from 255 or 47.33% from 524); Blue value is 54 (21.48% from 255 or 10.31% from 524); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF836 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF836 is #2107C9. Grayscale: #DADADA. Windows color (decimal): -2164682 or 3602654. OLE color: 3602654.
HSL color Cylindrical-coordinate representation of color #DEF836: hue angle of 68.04º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DEF836 is Cyan = 0.10, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 54 | - |
| CMYK | 0.10 | 0 | 0.78 | 0.03 |
| HSL | 68.04º | 0.93% | 0.59% | - |
| HSV(B) | 68.04º | 0.78% | 0.97% | - |
| XYZ | 64.36 | 82.93 | 16.11 | - |
| YUV | 218.11 | 35.39 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 54 | 0.10 | 0 | 0.78 | 0.03 | 68.04 | 0.93 | 0.59 |
| Hex | DE | F8 | 36 | A | 0 | 4E | 3 | 44 | 5D | 3B |
| Octal | 336 | 370 | 66 | 12 | 0 | 116 | 3 | 104 | 135 | 73 |
| Binary | 11011110 | 11111000 | 110110 | 1010 | 0 | 1001110 | 11 | 1000100 | 1011101 | 111011 |
Color Harmonies of #DEF836
Complementary color
Monochromatic Colors of #DEF836
Black with #DEF836
Text Example
Text Example
White with #DEF836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF836; }
p { color: rgb(222,248,54); }
H1.HeaderClassName
{
color: #DEF836;
}
.AnyTagClassName
{
color: #DEF836;
}
</style>
background-color css
<style>
a { background-color: #DEF836; }
a { background-color: rgb(222,248,54); }
div.DivClassName
{
background-color: #DEF836;
}
.BgClassName
{
background-color: #DEF836;
}
</style>
border-color css
<style>
span { border-color: #DEF836; }
span { border-color: rgb(222,248,54); }
td.TdClassName
{
border-color: #DEF836;
}
.TagClassName
{
border-color: #DEF836;
}
</style>