Shades of Pear #D1E41A
Tints of Pear #D1E41A
RGB
CMYK
RGB Variations
Color information
#D1E41A (or 0xD1E41A) is known color: Pear. HEX triplet: D1, E4 and 1A. RGB value is (209,228,26). Sum of RGB (Red+Green+Blue) = 209+228+26=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 26 (10.55% from 255 or 5.62% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #D1E41A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E41A is #2E1BE5. Grayscale: #C8C8C8. Windows color (decimal): -3021798 or 1762513. OLE color: 1762513.
HSL color Cylindrical-coordinate representation of color #D1E41A: hue angle of 65.64º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1E41A is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 209 | 228 | 26 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.11 |
| HSL | 65.64º | 0.8% | 0.5% | - |
| HSV(B) | 65.64º | 0.89% | 0.89% | - |
| XYZ | 54.22 | 69.12 | 11.46 | - |
| YUV | 199.29 | 30.21 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 228 | 26 | 0.08 | 0 | 0.89 | 0.11 | 65.64 | 0.8 | 0.5 |
| Hex | D1 | E4 | 1A | 8 | 0 | 59 | B | 42 | 50 | 32 |
| Octal | 321 | 344 | 32 | 10 | 0 | 131 | 13 | 102 | 120 | 62 |
| Binary | 11010001 | 11100100 | 11010 | 1000 | 0 | 1011001 | 1011 | 1000010 | 1010000 | 110010 |
Color Harmonies of #D1E41A
Complementary color
Monochromatic Colors of #D1E41A
Black with #D1E41A
Text Example
Text Example
White with #D1E41A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E41A; }
p { color: rgb(209,228,26); }
H1.HeaderClassName
{
color: #D1E41A;
}
.AnyTagClassName
{
color: #D1E41A;
}
</style>
background-color css
<style>
a { background-color: #D1E41A; }
a { background-color: rgb(209,228,26); }
div.DivClassName
{
background-color: #D1E41A;
}
.BgClassName
{
background-color: #D1E41A;
}
</style>
border-color css
<style>
span { border-color: #D1E41A; }
span { border-color: rgb(209,228,26); }
td.TdClassName
{
border-color: #D1E41A;
}
.TagClassName
{
border-color: #D1E41A;
}
</style>