Shades of Pear #D8FF31
Tints of Pear #D8FF31
RGB
CMYK
RGB Variations
Color information
#D8FF31 (or 0xD8FF31) is known color: Pear. HEX triplet: D8, FF and 31. RGB value is (216,255,49). Sum of RGB (Red+Green+Blue) = 216+255+49=520 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.54% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 49 (19.53% from 255 or 9.42% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8FF31 is #2700CE. Grayscale: #DCDCDC. Windows color (decimal): -2556111 or 3276760. OLE color: 3276760.
HSL color Cylindrical-coordinate representation of color #D8FF31: hue angle of 71.36º 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 #D8FF31 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 49 | - |
| CMYK | 0.15 | 0 | 0.81 | 0 |
| HSL | 71.36º | 1% | 0.6% | - |
| HSV(B) | 71.36º | 0.81% | 1% | - |
| XYZ | 64.63 | 86.34 | 16.16 | - |
| YUV | 219.86 | 31.58 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 49 | 0.15 | 0 | 0.81 | 0 | 71.36 | 1 | 0.6 |
| Hex | D8 | FF | 31 | F | 0 | 51 | 0 | 47 | 64 | 3C |
| Octal | 330 | 377 | 61 | 17 | 0 | 121 | 0 | 107 | 144 | 74 |
| Binary | 11011000 | 11111111 | 110001 | 1111 | 0 | 1010001 | 0 | 1000111 | 1100100 | 111100 |
Color Harmonies of #D8FF31
Complementary color
Monochromatic Colors of #D8FF31
Black with #D8FF31
Text Example
Text Example
White with #D8FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF31; }
p { color: rgb(216,255,49); }
H1.HeaderClassName
{
color: #D8FF31;
}
.AnyTagClassName
{
color: #D8FF31;
}
</style>
background-color css
<style>
a { background-color: #D8FF31; }
a { background-color: rgb(216,255,49); }
div.DivClassName
{
background-color: #D8FF31;
}
.BgClassName
{
background-color: #D8FF31;
}
</style>
border-color css
<style>
span { border-color: #D8FF31; }
span { border-color: rgb(216,255,49); }
td.TdClassName
{
border-color: #D8FF31;
}
.TagClassName
{
border-color: #D8FF31;
}
</style>