Shades of Pear #D1E31F
Tints of Pear #D1E31F
RGB
CMYK
RGB Variations
Color information
#D1E31F (or 0xD1E31F) is known color: Pear. HEX triplet: D1, E3 and 1F. RGB value is (209,227,31). Sum of RGB (Red+Green+Blue) = 209+227+31=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #D1E31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E31F is #2E1CE0. Grayscale: #C8C8C8. Windows color (decimal): -3022049 or 2089937. OLE color: 2089937.
HSL color Cylindrical-coordinate representation of color #D1E31F: hue angle of 65.51º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D1E31F is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 227 | 31 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.11 |
| HSL | 65.51º | 0.78% | 0.51% | - |
| HSV(B) | 65.51º | 0.86% | 0.89% | - |
| XYZ | 54.01 | 68.59 | 11.69 | - |
| YUV | 199.27 | 33.04 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 227 | 31 | 0.08 | 0 | 0.86 | 0.11 | 65.51 | 0.78 | 0.51 |
| Hex | D1 | E3 | 1F | 8 | 0 | 56 | B | 42 | 4E | 33 |
| Octal | 321 | 343 | 37 | 10 | 0 | 126 | 13 | 102 | 116 | 63 |
| Binary | 11010001 | 11100011 | 11111 | 1000 | 0 | 1010110 | 1011 | 1000010 | 1001110 | 110011 |
Color Harmonies of #D1E31F
Complementary color
Monochromatic Colors of #D1E31F
Black with #D1E31F
Text Example
Text Example
White with #D1E31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E31F; }
p { color: rgb(209,227,31); }
H1.HeaderClassName
{
color: #D1E31F;
}
.AnyTagClassName
{
color: #D1E31F;
}
</style>
background-color css
<style>
a { background-color: #D1E31F; }
a { background-color: rgb(209,227,31); }
div.DivClassName
{
background-color: #D1E31F;
}
.BgClassName
{
background-color: #D1E31F;
}
</style>
border-color css
<style>
span { border-color: #D1E31F; }
span { border-color: rgb(209,227,31); }
td.TdClassName
{
border-color: #D1E31F;
}
.TagClassName
{
border-color: #D1E31F;
}
</style>