Shades of Pear #D1E91A
Tints of Pear #D1E91A
RGB
CMYK
RGB Variations
Color information
#D1E91A (or 0xD1E91A) is known color: Pear. HEX triplet: D1, E9 and 1A. RGB value is (209,233,26). Sum of RGB (Red+Green+Blue) = 209+233+26=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 26 (10.55% from 255 or 5.56% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E91A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E91A is #2E16E5. Grayscale: #CBCBCB. Windows color (decimal): -3020518 or 1763793. OLE color: 1763793.
HSL color Cylindrical-coordinate representation of color #D1E91A: hue angle of 66.96º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1E91A is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 26 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.09 |
| HSL | 66.96º | 0.82% | 0.51% | - |
| HSV(B) | 66.96º | 0.89% | 0.91% | - |
| XYZ | 55.62 | 71.91 | 11.93 | - |
| YUV | 202.23 | 28.55 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 26 | 0.10 | 0 | 0.89 | 0.09 | 66.96 | 0.82 | 0.51 |
| Hex | D1 | E9 | 1A | A | 0 | 59 | 9 | 43 | 52 | 33 |
| Octal | 321 | 351 | 32 | 12 | 0 | 131 | 11 | 103 | 122 | 63 |
| Binary | 11010001 | 11101001 | 11010 | 1010 | 0 | 1011001 | 1001 | 1000011 | 1010010 | 110011 |
Color Harmonies of #D1E91A
Complementary color
Monochromatic Colors of #D1E91A
Black with #D1E91A
Text Example
Text Example
White with #D1E91A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E91A; }
p { color: rgb(209,233,26); }
H1.HeaderClassName
{
color: #D1E91A;
}
.AnyTagClassName
{
color: #D1E91A;
}
</style>
background-color css
<style>
a { background-color: #D1E91A; }
a { background-color: rgb(209,233,26); }
div.DivClassName
{
background-color: #D1E91A;
}
.BgClassName
{
background-color: #D1E91A;
}
</style>
border-color css
<style>
span { border-color: #D1E91A; }
span { border-color: rgb(209,233,26); }
td.TdClassName
{
border-color: #D1E91A;
}
.TagClassName
{
border-color: #D1E91A;
}
</style>