Shades of Pear #D1F131
Tints of Pear #D1F131
RGB
CMYK
RGB Variations
Color information
#D1F131 (or 0xD1F131) is known color: Pear. HEX triplet: D1, F1 and 31. RGB value is (209,241,49). Sum of RGB (Red+Green+Blue) = 209+241+49=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 49 (19.53% from 255 or 9.82% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F131 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F131 is #2E0ECE. Grayscale: #D2D2D2. Windows color (decimal): -3018447 or 3273169. OLE color: 3273169.
HSL color Cylindrical-coordinate representation of color #D1F131: hue angle of 70º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1F131 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 49 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.05 |
| HSL | 70º | 0.87% | 0.57% | - |
| HSV(B) | 70º | 0.8% | 0.95% | - |
| XYZ | 58.3 | 76.69 | 14.63 | - |
| YUV | 209.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 49 | 0.13 | 0 | 0.80 | 0.05 | 70 | 0.87 | 0.57 |
| Hex | D1 | F1 | 31 | D | 0 | 50 | 5 | 46 | 57 | 39 |
| Octal | 321 | 361 | 61 | 15 | 0 | 120 | 5 | 106 | 127 | 71 |
| Binary | 11010001 | 11110001 | 110001 | 1101 | 0 | 1010000 | 101 | 1000110 | 1010111 | 111001 |
Color Harmonies of #D1F131
Complementary color
Monochromatic Colors of #D1F131
Black with #D1F131
Text Example
Text Example
White with #D1F131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F131; }
p { color: rgb(209,241,49); }
H1.HeaderClassName
{
color: #D1F131;
}
.AnyTagClassName
{
color: #D1F131;
}
</style>
background-color css
<style>
a { background-color: #D1F131; }
a { background-color: rgb(209,241,49); }
div.DivClassName
{
background-color: #D1F131;
}
.BgClassName
{
background-color: #D1F131;
}
</style>
border-color css
<style>
span { border-color: #D1F131; }
span { border-color: rgb(209,241,49); }
td.TdClassName
{
border-color: #D1F131;
}
.TagClassName
{
border-color: #D1F131;
}
</style>