Shades of Pear #D1E129
Tints of Pear #D1E129
RGB
CMYK
RGB Variations
Color information
#D1E129 (or 0xD1E129) is known color: Pear. HEX triplet: D1, E1 and 29. RGB value is (209,225,41). Sum of RGB (Red+Green+Blue) = 209+225+41=475 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 41 (16.41% from 255 or 8.63% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E129 is #2E1ED6. Grayscale: #C7C7C7. Windows color (decimal): -3022551 or 2744785. OLE color: 2744785.
HSL color Cylindrical-coordinate representation of color #D1E129: hue angle of 65.22º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D1E129 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 41 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.12 |
| HSL | 65.22º | 0.75% | 0.52% | - |
| HSV(B) | 65.22º | 0.82% | 0.88% | - |
| XYZ | 53.62 | 67.57 | 12.31 | - |
| YUV | 199.24 | 38.7 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 41 | 0.07 | 0 | 0.82 | 0.12 | 65.22 | 0.75 | 0.52 |
| Hex | D1 | E1 | 29 | 7 | 0 | 52 | C | 41 | 4B | 34 |
| Octal | 321 | 341 | 51 | 7 | 0 | 122 | 14 | 101 | 113 | 64 |
| Binary | 11010001 | 11100001 | 101001 | 111 | 0 | 1010010 | 1100 | 1000001 | 1001011 | 110100 |
Color Harmonies of #D1E129
Complementary color
Monochromatic Colors of #D1E129
Black with #D1E129
Text Example
Text Example
White with #D1E129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E129; }
p { color: rgb(209,225,41); }
H1.HeaderClassName
{
color: #D1E129;
}
.AnyTagClassName
{
color: #D1E129;
}
</style>
background-color css
<style>
a { background-color: #D1E129; }
a { background-color: rgb(209,225,41); }
div.DivClassName
{
background-color: #D1E129;
}
.BgClassName
{
background-color: #D1E129;
}
</style>
border-color css
<style>
span { border-color: #D1E129; }
span { border-color: rgb(209,225,41); }
td.TdClassName
{
border-color: #D1E129;
}
.TagClassName
{
border-color: #D1E129;
}
</style>