Shades of Pear #D8F831
Tints of Pear #D8F831
RGB
CMYK
RGB Variations
Color information
#D8F831 (or 0xD8F831) is known color: Pear. HEX triplet: D8, F8 and 31. RGB value is (216,248,49). Sum of RGB (Red+Green+Blue) = 216+248+49=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 248 (97.27% from 255 or 48.34% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 248 - color contains mainly: green. Hex color #D8F831 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8F831 is #2707CE. Grayscale: #D8D8D8. Windows color (decimal): -2557903 or 3274968. OLE color: 3274968.
HSL color Cylindrical-coordinate representation of color #D8F831: hue angle of 69.65º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D8F831 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 248 | 49 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.03 |
| HSL | 69.65º | 0.93% | 0.58% | - |
| HSV(B) | 69.65º | 0.8% | 0.97% | - |
| XYZ | 62.44 | 81.96 | 15.43 | - |
| YUV | 215.75 | 33.9 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 248 | 49 | 0.13 | 0 | 0.80 | 0.03 | 69.65 | 0.93 | 0.58 |
| Hex | D8 | F8 | 31 | D | 0 | 50 | 3 | 46 | 5D | 3A |
| Octal | 330 | 370 | 61 | 15 | 0 | 120 | 3 | 106 | 135 | 72 |
| Binary | 11011000 | 11111000 | 110001 | 1101 | 0 | 1010000 | 11 | 1000110 | 1011101 | 111010 |
Color Harmonies of #D8F831
Complementary color
Monochromatic Colors of #D8F831
Black with #D8F831
Text Example
Text Example
White with #D8F831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F831; }
p { color: rgb(216,248,49); }
H1.HeaderClassName
{
color: #D8F831;
}
.AnyTagClassName
{
color: #D8F831;
}
</style>
background-color css
<style>
a { background-color: #D8F831; }
a { background-color: rgb(216,248,49); }
div.DivClassName
{
background-color: #D8F831;
}
.BgClassName
{
background-color: #D8F831;
}
</style>
border-color css
<style>
span { border-color: #D8F831; }
span { border-color: rgb(216,248,49); }
td.TdClassName
{
border-color: #D8F831;
}
.TagClassName
{
border-color: #D8F831;
}
</style>