Shades of Pear #D1E71A
Tints of Pear #D1E71A
RGB
CMYK
RGB Variations
Color information
#D1E71A (or 0xD1E71A) is known color: Pear. HEX triplet: D1, E7 and 1A. RGB value is (209,231,26). Sum of RGB (Red+Green+Blue) = 209+231+26=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 231 (90.62% from 255 or 49.57% from 466); Blue value is 26 (10.55% from 255 or 5.58% from 466); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E71A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E71A is #2E18E5. Grayscale: #C9C9C9. Windows color (decimal): -3021030 or 1763281. OLE color: 1763281.
HSL color Cylindrical-coordinate representation of color #D1E71A: hue angle of 66.44º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1E71A is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 231 | 26 | - |
| CMYK | 0.10 | 0 | 0.89 | 0.09 |
| HSL | 66.44º | 0.81% | 0.5% | - |
| HSV(B) | 66.44º | 0.89% | 0.91% | - |
| XYZ | 55.06 | 70.78 | 11.74 | - |
| YUV | 201.05 | 29.21 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 231 | 26 | 0.10 | 0 | 0.89 | 0.09 | 66.44 | 0.81 | 0.5 |
| Hex | D1 | E7 | 1A | A | 0 | 59 | 9 | 42 | 51 | 32 |
| Octal | 321 | 347 | 32 | 12 | 0 | 131 | 11 | 102 | 121 | 62 |
| Binary | 11010001 | 11100111 | 11010 | 1010 | 0 | 1011001 | 1001 | 1000010 | 1010001 | 110010 |
Color Harmonies of #D1E71A
Complementary color
Monochromatic Colors of #D1E71A
Black with #D1E71A
Text Example
Text Example
White with #D1E71A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E71A; }
p { color: rgb(209,231,26); }
H1.HeaderClassName
{
color: #D1E71A;
}
.AnyTagClassName
{
color: #D1E71A;
}
</style>
background-color css
<style>
a { background-color: #D1E71A; }
a { background-color: rgb(209,231,26); }
div.DivClassName
{
background-color: #D1E71A;
}
.BgClassName
{
background-color: #D1E71A;
}
</style>
border-color css
<style>
span { border-color: #D1E71A; }
span { border-color: rgb(209,231,26); }
td.TdClassName
{
border-color: #D1E71A;
}
.TagClassName
{
border-color: #D1E71A;
}
</style>