Shades of Pear #D1E91C
Tints of Pear #D1E91C
RGB
CMYK
RGB Variations
Color information
#D1E91C (or 0xD1E91C) is known color: Pear. HEX triplet: D1, E9 and 1C. RGB value is (209,233,28). Sum of RGB (Red+Green+Blue) = 209+233+28=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 28 (11.33% from 255 or 5.96% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E91C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E91C is #2E16E3. Grayscale: #CBCBCB. Windows color (decimal): -3020516 or 1894865. OLE color: 1894865.
HSL color Cylindrical-coordinate representation of color #D1E91C: hue angle of 67.02º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1E91C is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 28 | - |
| CMYK | 0.10 | 0 | 0.88 | 0.09 |
| HSL | 67.02º | 0.82% | 0.51% | - |
| HSV(B) | 67.02º | 0.88% | 0.91% | - |
| XYZ | 55.64 | 71.92 | 12.05 | - |
| YUV | 202.45 | 29.55 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 28 | 0.10 | 0 | 0.88 | 0.09 | 67.02 | 0.82 | 0.51 |
| Hex | D1 | E9 | 1C | A | 0 | 58 | 9 | 43 | 52 | 33 |
| Octal | 321 | 351 | 34 | 12 | 0 | 130 | 11 | 103 | 122 | 63 |
| Binary | 11010001 | 11101001 | 11100 | 1010 | 0 | 1011000 | 1001 | 1000011 | 1010010 | 110011 |
Color Harmonies of #D1E91C
Complementary color
Monochromatic Colors of #D1E91C
Black with #D1E91C
Text Example
Text Example
White with #D1E91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E91C; }
p { color: rgb(209,233,28); }
H1.HeaderClassName
{
color: #D1E91C;
}
.AnyTagClassName
{
color: #D1E91C;
}
</style>
background-color css
<style>
a { background-color: #D1E91C; }
a { background-color: rgb(209,233,28); }
div.DivClassName
{
background-color: #D1E91C;
}
.BgClassName
{
background-color: #D1E91C;
}
</style>
border-color css
<style>
span { border-color: #D1E91C; }
span { border-color: rgb(209,233,28); }
td.TdClassName
{
border-color: #D1E91C;
}
.TagClassName
{
border-color: #D1E91C;
}
</style>