Shades of Pear #D8F931
Tints of Pear #D8F931
RGB
CMYK
RGB Variations
Color information
#D8F931 (or 0xD8F931) is known color: Pear. HEX triplet: D8, F9 and 31. RGB value is (216,249,49). Sum of RGB (Red+Green+Blue) = 216+249+49=514 (68% of max value = 765). Red value is 216 (84.77% from 255 or 42.02% from 514); Green value is 249 (97.66% from 255 or 48.44% from 514); Blue value is 49 (19.53% from 255 or 9.53% from 514); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F931 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F931 is #2706CE. Grayscale: #D9D9D9. Windows color (decimal): -2557647 or 3275224. OLE color: 3275224.
HSL color Cylindrical-coordinate representation of color #D8F931: hue angle of 69.9º 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 #D8F931 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 49 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.02 |
| HSL | 69.9º | 0.94% | 0.58% | - |
| HSV(B) | 69.9º | 0.8% | 0.98% | - |
| XYZ | 62.75 | 82.57 | 15.54 | - |
| YUV | 216.33 | 33.57 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 49 | 0.13 | 0 | 0.80 | 0.02 | 69.9 | 0.94 | 0.58 |
| Hex | D8 | F9 | 31 | D | 0 | 50 | 2 | 46 | 5E | 3A |
| Octal | 330 | 371 | 61 | 15 | 0 | 120 | 2 | 106 | 136 | 72 |
| Binary | 11011000 | 11111001 | 110001 | 1101 | 0 | 1010000 | 10 | 1000110 | 1011110 | 111010 |
Color Harmonies of #D8F931
Complementary color
Monochromatic Colors of #D8F931
Black with #D8F931
Text Example
Text Example
White with #D8F931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F931; }
p { color: rgb(216,249,49); }
H1.HeaderClassName
{
color: #D8F931;
}
.AnyTagClassName
{
color: #D8F931;
}
</style>
background-color css
<style>
a { background-color: #D8F931; }
a { background-color: rgb(216,249,49); }
div.DivClassName
{
background-color: #D8F931;
}
.BgClassName
{
background-color: #D8F931;
}
</style>
border-color css
<style>
span { border-color: #D8F931; }
span { border-color: rgb(216,249,49); }
td.TdClassName
{
border-color: #D8F931;
}
.TagClassName
{
border-color: #D8F931;
}
</style>