Shades of Pear #D1F144
Tints of Pear #D1F144
RGB
CMYK
RGB Variations
Color information
#D1F144 (or 0xD1F144) is known color: Pear. HEX triplet: D1, F1 and 44. RGB value is (209,241,68). Sum of RGB (Red+Green+Blue) = 209+241+68=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F144 is #2E0EBB. Grayscale: #D4D4D4. Windows color (decimal): -3018428 or 4518353. OLE color: 4518353.
HSL color Cylindrical-coordinate representation of color #D1F144: hue angle of 71.1º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1F144 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 68 | - |
| CMYK | 0.13 | 0 | 0.72 | 0.05 |
| HSL | 71.1º | 0.86% | 0.61% | - |
| HSV(B) | 71.1º | 0.72% | 0.95% | - |
| XYZ | 58.79 | 76.88 | 17.21 | - |
| YUV | 211.71 | 46.9 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 68 | 0.13 | 0 | 0.72 | 0.05 | 71.1 | 0.86 | 0.61 |
| Hex | D1 | F1 | 44 | D | 0 | 48 | 5 | 47 | 56 | 3D |
| Octal | 321 | 361 | 104 | 15 | 0 | 110 | 5 | 107 | 126 | 75 |
| Binary | 11010001 | 11110001 | 1000100 | 1101 | 0 | 1001000 | 101 | 1000111 | 1010110 | 111101 |
Color Harmonies of #D1F144
Complementary color
Monochromatic Colors of #D1F144
Black with #D1F144
Text Example
Text Example
White with #D1F144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F144; }
p { color: rgb(209,241,68); }
H1.HeaderClassName
{
color: #D1F144;
}
.AnyTagClassName
{
color: #D1F144;
}
</style>
background-color css
<style>
a { background-color: #D1F144; }
a { background-color: rgb(209,241,68); }
div.DivClassName
{
background-color: #D1F144;
}
.BgClassName
{
background-color: #D1F144;
}
</style>
border-color css
<style>
span { border-color: #D1F144; }
span { border-color: rgb(209,241,68); }
td.TdClassName
{
border-color: #D1F144;
}
.TagClassName
{
border-color: #D1F144;
}
</style>