Shades of Pear #D1F140
Tints of Pear #D1F140
RGB
CMYK
RGB Variations
Color information
#D1F140 (or 0xD1F140) is known color: Pear. HEX triplet: D1, F1 and 40. RGB value is (209,241,64). Sum of RGB (Red+Green+Blue) = 209+241+64=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 64 (25.39% from 255 or 12.45% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1F140 is #2E0EBF. Grayscale: #D3D3D3. Windows color (decimal): -3018432 or 4256209. OLE color: 4256209.
HSL color Cylindrical-coordinate representation of color #D1F140: hue angle of 70.85º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1F140 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 64 | - |
| CMYK | 0.13 | 0 | 0.73 | 0.05 |
| HSL | 70.85º | 0.86% | 0.6% | - |
| HSV(B) | 70.85º | 0.73% | 0.95% | - |
| XYZ | 58.68 | 76.84 | 16.59 | - |
| YUV | 211.25 | 44.9 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 64 | 0.13 | 0 | 0.73 | 0.05 | 70.85 | 0.86 | 0.6 |
| Hex | D1 | F1 | 40 | D | 0 | 49 | 5 | 47 | 56 | 3C |
| Octal | 321 | 361 | 100 | 15 | 0 | 111 | 5 | 107 | 126 | 74 |
| Binary | 11010001 | 11110001 | 1000000 | 1101 | 0 | 1001001 | 101 | 1000111 | 1010110 | 111100 |
Color Harmonies of #D1F140
Complementary color
Monochromatic Colors of #D1F140
Black with #D1F140
Text Example
Text Example
White with #D1F140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F140; }
p { color: rgb(209,241,64); }
H1.HeaderClassName
{
color: #D1F140;
}
.AnyTagClassName
{
color: #D1F140;
}
</style>
background-color css
<style>
a { background-color: #D1F140; }
a { background-color: rgb(209,241,64); }
div.DivClassName
{
background-color: #D1F140;
}
.BgClassName
{
background-color: #D1F140;
}
</style>
border-color css
<style>
span { border-color: #D1F140; }
span { border-color: rgb(209,241,64); }
td.TdClassName
{
border-color: #D1F140;
}
.TagClassName
{
border-color: #D1F140;
}
</style>