Shades of Pear #D1F146
Tints of Pear #D1F146
RGB
CMYK
RGB Variations
Color information
#D1F146 (or 0xD1F146) is known color: Pear. HEX triplet: D1, F1 and 46. RGB value is (209,241,70). Sum of RGB (Red+Green+Blue) = 209+241+70=520 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.19% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 70 (27.73% from 255 or 13.46% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F146 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F146 is #2E0EB9. Grayscale: #D4D4D4. Windows color (decimal): -3018426 or 4649425. OLE color: 4649425.
HSL color Cylindrical-coordinate representation of color #D1F146: hue angle of 71.23º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1F146 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 70 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.05 |
| HSL | 71.23º | 0.86% | 0.61% | - |
| HSV(B) | 71.23º | 0.71% | 0.95% | - |
| XYZ | 58.86 | 76.91 | 17.54 | - |
| YUV | 211.94 | 47.9 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 70 | 0.13 | 0 | 0.71 | 0.05 | 71.23 | 0.86 | 0.61 |
| Hex | D1 | F1 | 46 | D | 0 | 47 | 5 | 47 | 56 | 3D |
| Octal | 321 | 361 | 106 | 15 | 0 | 107 | 5 | 107 | 126 | 75 |
| Binary | 11010001 | 11110001 | 1000110 | 1101 | 0 | 1000111 | 101 | 1000111 | 1010110 | 111101 |
Color Harmonies of #D1F146
Complementary color
Monochromatic Colors of #D1F146
Black with #D1F146
Text Example
Text Example
White with #D1F146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F146; }
p { color: rgb(209,241,70); }
H1.HeaderClassName
{
color: #D1F146;
}
.AnyTagClassName
{
color: #D1F146;
}
</style>
background-color css
<style>
a { background-color: #D1F146; }
a { background-color: rgb(209,241,70); }
div.DivClassName
{
background-color: #D1F146;
}
.BgClassName
{
background-color: #D1F146;
}
</style>
border-color css
<style>
span { border-color: #D1F146; }
span { border-color: rgb(209,241,70); }
td.TdClassName
{
border-color: #D1F146;
}
.TagClassName
{
border-color: #D1F146;
}
</style>