Shades of Pear #DDFE31
Tints of Pear #DDFE31
RGB
CMYK
RGB Variations
Color information
#DDFE31 (or 0xDDFE31) is known color: Pear. HEX triplet: DD, FE and 31. RGB value is (221,254,49). Sum of RGB (Red+Green+Blue) = 221+254+49=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 49 (19.53% from 255 or 9.35% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE31 is #2201CE. Grayscale: #DDDDDD. Windows color (decimal): -2228687 or 3276509. OLE color: 3276509.
HSL color Cylindrical-coordinate representation of color #DDFE31: hue angle of 69.66º 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 #DDFE31 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 254 | 49 | - |
| CMYK | 0.13 | 0 | 0.81 | 0.00 |
| HSL | 69.66º | 0.99% | 0.59% | - |
| HSV(B) | 69.66º | 0.81% | 1% | - |
| XYZ | 65.81 | 86.48 | 16.13 | - |
| YUV | 220.76 | 31.07 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 254 | 49 | 0.13 | 0 | 0.81 | 0.00 | 69.66 | 0.99 | 0.59 |
| Hex | DD | FE | 31 | D | 0 | 51 | 0 | 46 | 63 | 3B |
| Octal | 335 | 376 | 61 | 15 | 0 | 121 | 0 | 106 | 143 | 73 |
| Binary | 11011101 | 11111110 | 110001 | 1101 | 0 | 1010001 | 0 | 1000110 | 1100011 | 111011 |
Color Harmonies of #DDFE31
Complementary color
Monochromatic Colors of #DDFE31
Black with #DDFE31
Text Example
Text Example
White with #DDFE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFE31; }
p { color: rgb(221,254,49); }
H1.HeaderClassName
{
color: #DDFE31;
}
.AnyTagClassName
{
color: #DDFE31;
}
</style>
background-color css
<style>
a { background-color: #DDFE31; }
a { background-color: rgb(221,254,49); }
div.DivClassName
{
background-color: #DDFE31;
}
.BgClassName
{
background-color: #DDFE31;
}
</style>
border-color css
<style>
span { border-color: #DDFE31; }
span { border-color: rgb(221,254,49); }
td.TdClassName
{
border-color: #DDFE31;
}
.TagClassName
{
border-color: #DDFE31;
}
</style>