Shades of Pear #D1F948
Tints of Pear #D1F948
RGB
CMYK
RGB Variations
Color information
#D1F948 (or 0xD1F948) is known color: Pear. HEX triplet: D1, F9 and 48. RGB value is (209,249,72). Sum of RGB (Red+Green+Blue) = 209+249+72=530 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.43% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 72 (28.52% from 255 or 13.58% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #D1F948 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F948 is #2E06B7. Grayscale: #D9D9D9. Windows color (decimal): -3016376 or 4782545. OLE color: 4782545.
HSL color Cylindrical-coordinate representation of color #D1F948: hue angle of 73.56º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1F948 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 249 | 72 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.02 |
| HSL | 73.56º | 0.94% | 0.63% | - |
| HSV(B) | 73.56º | 0.71% | 0.98% | - |
| XYZ | 61.34 | 81.77 | 18.68 | - |
| YUV | 216.86 | 46.25 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 249 | 72 | 0.16 | 0 | 0.71 | 0.02 | 73.56 | 0.94 | 0.63 |
| Hex | D1 | F9 | 48 | 10 | 0 | 47 | 2 | 4A | 5E | 3F |
| Octal | 321 | 371 | 110 | 20 | 0 | 107 | 2 | 112 | 136 | 77 |
| Binary | 11010001 | 11111001 | 1001000 | 10000 | 0 | 1000111 | 10 | 1001010 | 1011110 | 111111 |
Color Harmonies of #D1F948
Complementary color
Monochromatic Colors of #D1F948
Black with #D1F948
Text Example
Text Example
White with #D1F948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F948; }
p { color: rgb(209,249,72); }
H1.HeaderClassName
{
color: #D1F948;
}
.AnyTagClassName
{
color: #D1F948;
}
</style>
background-color css
<style>
a { background-color: #D1F948; }
a { background-color: rgb(209,249,72); }
div.DivClassName
{
background-color: #D1F948;
}
.BgClassName
{
background-color: #D1F948;
}
</style>
border-color css
<style>
span { border-color: #D1F948; }
span { border-color: rgb(209,249,72); }
td.TdClassName
{
border-color: #D1F948;
}
.TagClassName
{
border-color: #D1F948;
}
</style>