Shades of Pear #D9FF31
Tints of Pear #D9FF31
RGB
CMYK
RGB Variations
Color information
#D9FF31 (or 0xD9FF31) is known color: Pear. HEX triplet: D9, FF and 31. RGB value is (217,255,49). Sum of RGB (Red+Green+Blue) = 217+255+49=521 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.65% from 521); Green value is 255 (100% from 255 or 48.94% from 521); Blue value is 49 (19.53% from 255 or 9.40% from 521); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FF31 is #2600CE. Grayscale: #DCDCDC. Windows color (decimal): -2490575 or 3276761. OLE color: 3276761.
HSL color Cylindrical-coordinate representation of color #D9FF31: hue angle of 71.07º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9FF31 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 49 | - |
| CMYK | 0.15 | 0 | 0.81 | 0 |
| HSL | 71.07º | 1% | 0.6% | - |
| HSV(B) | 71.07º | 0.81% | 1% | - |
| XYZ | 64.93 | 86.49 | 16.18 | - |
| YUV | 220.15 | 31.41 | 125.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 49 | 0.15 | 0 | 0.81 | 0 | 71.07 | 1 | 0.6 |
| Hex | D9 | FF | 31 | F | 0 | 51 | 0 | 47 | 64 | 3C |
| Octal | 331 | 377 | 61 | 17 | 0 | 121 | 0 | 107 | 144 | 74 |
| Binary | 11011001 | 11111111 | 110001 | 1111 | 0 | 1010001 | 0 | 1000111 | 1100100 | 111100 |
Color Harmonies of #D9FF31
Complementary color
Monochromatic Colors of #D9FF31
Black with #D9FF31
Text Example
Text Example
White with #D9FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF31; }
p { color: rgb(217,255,49); }
H1.HeaderClassName
{
color: #D9FF31;
}
.AnyTagClassName
{
color: #D9FF31;
}
</style>
background-color css
<style>
a { background-color: #D9FF31; }
a { background-color: rgb(217,255,49); }
div.DivClassName
{
background-color: #D9FF31;
}
.BgClassName
{
background-color: #D9FF31;
}
</style>
border-color css
<style>
span { border-color: #D9FF31; }
span { border-color: rgb(217,255,49); }
td.TdClassName
{
border-color: #D9FF31;
}
.TagClassName
{
border-color: #D9FF31;
}
</style>