Shades of Pear #D1E81A
Tints of Pear #D1E81A
RGB
CMYK
RGB Variations
Color information
#D1E81A (or 0xD1E81A) is known color: Pear. HEX triplet: D1, E8 and 1A. RGB value is (209,232,26). Sum of RGB (Red+Green+Blue) = 209+232+26=467 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.75% from 467); Green value is 232 (91.02% from 255 or 49.68% from 467); Blue value is 26 (10.55% from 255 or 5.57% from 467); Max value from RGB is 232 - color contains mainly: green. Hex color #D1E81A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E81A is #2E17E5. Grayscale: #CACACA. Windows color (decimal): -3020774 or 1763537. OLE color: 1763537.
HSL color Cylindrical-coordinate representation of color #D1E81A: hue angle of 66.7º 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 #D1E81A is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 232 | 26 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.09 |
| HSL | 66.7º | 0.82% | 0.51% | - |
| HSV(B) | 66.7º | 0.89% | 0.91% | - |
| XYZ | 55.34 | 71.34 | 11.83 | - |
| YUV | 201.64 | 28.88 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 232 | 26 | 0.10 | 0 | 0.89 | 0.09 | 66.7 | 0.82 | 0.51 |
| Hex | D1 | E8 | 1A | A | 0 | 59 | 9 | 43 | 52 | 33 |
| Octal | 321 | 350 | 32 | 12 | 0 | 131 | 11 | 103 | 122 | 63 |
| Binary | 11010001 | 11101000 | 11010 | 1010 | 0 | 1011001 | 1001 | 1000011 | 1010010 | 110011 |
Color Harmonies of #D1E81A
Complementary color
Monochromatic Colors of #D1E81A
Black with #D1E81A
Text Example
Text Example
White with #D1E81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E81A; }
p { color: rgb(209,232,26); }
H1.HeaderClassName
{
color: #D1E81A;
}
.AnyTagClassName
{
color: #D1E81A;
}
</style>
background-color css
<style>
a { background-color: #D1E81A; }
a { background-color: rgb(209,232,26); }
div.DivClassName
{
background-color: #D1E81A;
}
.BgClassName
{
background-color: #D1E81A;
}
</style>
border-color css
<style>
span { border-color: #D1E81A; }
span { border-color: rgb(209,232,26); }
td.TdClassName
{
border-color: #D1E81A;
}
.TagClassName
{
border-color: #D1E81A;
}
</style>