Shades of Pear #D1F848
Tints of Pear #D1F848
RGB
CMYK
RGB Variations
Color information
#D1F848 (or 0xD1F848) is known color: Pear. HEX triplet: D1, F8 and 48. RGB value is (209,248,72). Sum of RGB (Red+Green+Blue) = 209+248+72=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 72 (28.52% from 255 or 13.61% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #D1F848 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F848 is #2E07B7. Grayscale: #D8D8D8. Windows color (decimal): -3016632 or 4782289. OLE color: 4782289.
HSL color Cylindrical-coordinate representation of color #D1F848: hue angle of 73.3º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1F848 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 209 | 248 | 72 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.03 |
| HSL | 73.3º | 0.93% | 0.63% | - |
| HSV(B) | 73.3º | 0.71% | 0.97% | - |
| XYZ | 61.03 | 81.16 | 18.58 | - |
| YUV | 216.28 | 46.58 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 248 | 72 | 0.16 | 0 | 0.71 | 0.03 | 73.3 | 0.93 | 0.63 |
| Hex | D1 | F8 | 48 | 10 | 0 | 47 | 3 | 49 | 5D | 3F |
| Octal | 321 | 370 | 110 | 20 | 0 | 107 | 3 | 111 | 135 | 77 |
| Binary | 11010001 | 11111000 | 1001000 | 10000 | 0 | 1000111 | 11 | 1001001 | 1011101 | 111111 |
Color Harmonies of #D1F848
Complementary color
Monochromatic Colors of #D1F848
Black with #D1F848
Text Example
Text Example
White with #D1F848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F848; }
p { color: rgb(209,248,72); }
H1.HeaderClassName
{
color: #D1F848;
}
.AnyTagClassName
{
color: #D1F848;
}
</style>
background-color css
<style>
a { background-color: #D1F848; }
a { background-color: rgb(209,248,72); }
div.DivClassName
{
background-color: #D1F848;
}
.BgClassName
{
background-color: #D1F848;
}
</style>
border-color css
<style>
span { border-color: #D1F848; }
span { border-color: rgb(209,248,72); }
td.TdClassName
{
border-color: #D1F848;
}
.TagClassName
{
border-color: #D1F848;
}
</style>