Shades of Pear #DEF931
Tints of Pear #DEF931
RGB
CMYK
RGB Variations
Color information
#DEF931 (or 0xDEF931) is known color: Pear. HEX triplet: DE, F9 and 31. RGB value is (222,249,49). Sum of RGB (Red+Green+Blue) = 222+249+49=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 249 (97.66% from 255 or 47.88% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF931 is #2106CE. Grayscale: #DADADA. Windows color (decimal): -2164431 or 3275230. OLE color: 3275230.
HSL color Cylindrical-coordinate representation of color #DEF931: hue angle of 68.1º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DEF931 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 49 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.02 |
| HSL | 68.1º | 0.94% | 0.58% | - |
| HSV(B) | 68.1º | 0.8% | 0.98% | - |
| XYZ | 64.55 | 83.5 | 15.62 | - |
| YUV | 218.13 | 32.55 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 49 | 0.11 | 0 | 0.80 | 0.02 | 68.1 | 0.94 | 0.58 |
| Hex | DE | F9 | 31 | B | 0 | 50 | 2 | 44 | 5E | 3A |
| Octal | 336 | 371 | 61 | 13 | 0 | 120 | 2 | 104 | 136 | 72 |
| Binary | 11011110 | 11111001 | 110001 | 1011 | 0 | 1010000 | 10 | 1000100 | 1011110 | 111010 |
Color Harmonies of #DEF931
Complementary color
Monochromatic Colors of #DEF931
Black with #DEF931
Text Example
Text Example
White with #DEF931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF931; }
p { color: rgb(222,249,49); }
H1.HeaderClassName
{
color: #DEF931;
}
.AnyTagClassName
{
color: #DEF931;
}
</style>
background-color css
<style>
a { background-color: #DEF931; }
a { background-color: rgb(222,249,49); }
div.DivClassName
{
background-color: #DEF931;
}
.BgClassName
{
background-color: #DEF931;
}
</style>
border-color css
<style>
span { border-color: #DEF931; }
span { border-color: rgb(222,249,49); }
td.TdClassName
{
border-color: #DEF931;
}
.TagClassName
{
border-color: #DEF931;
}
</style>