Shades of Pear #DFFE31
Tints of Pear #DFFE31
RGB
CMYK
RGB Variations
Color information
#DFFE31 (or 0xDFFE31) is known color: Pear. HEX triplet: DF, FE and 31. RGB value is (223,254,49). Sum of RGB (Red+Green+Blue) = 223+254+49=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 254 (99.61% from 255 or 48.29% from 526); Blue value is 49 (19.53% from 255 or 9.32% from 526); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DFFE31 is #2001CE. Grayscale: #DEDEDE. Windows color (decimal): -2097615 or 3276511. OLE color: 3276511.
HSL color Cylindrical-coordinate representation of color #DFFE31: hue angle of 69.07º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DFFE31 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 223 | 254 | 49 | - |
| CMYK | 0.12 | 0 | 0.81 | 0.00 |
| HSL | 69.07º | 0.99% | 0.59% | - |
| HSV(B) | 69.07º | 0.81% | 1% | - |
| XYZ | 66.43 | 86.79 | 16.16 | - |
| YUV | 221.36 | 30.73 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 254 | 49 | 0.12 | 0 | 0.81 | 0.00 | 69.07 | 0.99 | 0.59 |
| Hex | DF | FE | 31 | C | 0 | 51 | 0 | 45 | 63 | 3B |
| Octal | 337 | 376 | 61 | 14 | 0 | 121 | 0 | 105 | 143 | 73 |
| Binary | 11011111 | 11111110 | 110001 | 1100 | 0 | 1010001 | 0 | 1000101 | 1100011 | 111011 |
Color Harmonies of #DFFE31
Complementary color
Monochromatic Colors of #DFFE31
Black with #DFFE31
Text Example
Text Example
White with #DFFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFFE31; }
p { color: rgb(223,254,49); }
H1.HeaderClassName
{
color: #DFFE31;
}
.AnyTagClassName
{
color: #DFFE31;
}
</style>
background-color css
<style>
a { background-color: #DFFE31; }
a { background-color: rgb(223,254,49); }
div.DivClassName
{
background-color: #DFFE31;
}
.BgClassName
{
background-color: #DFFE31;
}
</style>
border-color css
<style>
span { border-color: #DFFE31; }
span { border-color: rgb(223,254,49); }
td.TdClassName
{
border-color: #DFFE31;
}
.TagClassName
{
border-color: #DFFE31;
}
</style>