Shades of Pear #D6E129
Tints of Pear #D6E129
RGB
CMYK
RGB Variations
Color information
#D6E129 (or 0xD6E129) is known color: Pear. HEX triplet: D6, E1 and 29. RGB value is (214,225,41). Sum of RGB (Red+Green+Blue) = 214+225+41=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 41 (16.41% from 255 or 8.54% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E129 is #291ED6. Grayscale: #C9C9C9. Windows color (decimal): -2694871 or 2744790. OLE color: 2744790.
HSL color Cylindrical-coordinate representation of color #D6E129: hue angle of 63.59º 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 #D6E129 is Cyan = 0.05, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 214 | 225 | 41 | - |
| CMYK | 0.05 | 0 | 0.82 | 0.12 |
| HSL | 63.59º | 0.75% | 0.52% | - |
| HSV(B) | 63.59º | 0.82% | 0.88% | - |
| XYZ | 55.06 | 68.31 | 12.38 | - |
| YUV | 200.74 | 37.86 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 225 | 41 | 0.05 | 0 | 0.82 | 0.12 | 63.59 | 0.75 | 0.52 |
| Hex | D6 | E1 | 29 | 5 | 0 | 52 | C | 40 | 4B | 34 |
| Octal | 326 | 341 | 51 | 5 | 0 | 122 | 14 | 100 | 113 | 64 |
| Binary | 11010110 | 11100001 | 101001 | 101 | 0 | 1010010 | 1100 | 1000000 | 1001011 | 110100 |
Color Harmonies of #D6E129
Complementary color
Monochromatic Colors of #D6E129
Black with #D6E129
Text Example
Text Example
White with #D6E129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6E129; }
p { color: rgb(214,225,41); }
H1.HeaderClassName
{
color: #D6E129;
}
.AnyTagClassName
{
color: #D6E129;
}
</style>
background-color css
<style>
a { background-color: #D6E129; }
a { background-color: rgb(214,225,41); }
div.DivClassName
{
background-color: #D6E129;
}
.BgClassName
{
background-color: #D6E129;
}
</style>
border-color css
<style>
span { border-color: #D6E129; }
span { border-color: rgb(214,225,41); }
td.TdClassName
{
border-color: #D6E129;
}
.TagClassName
{
border-color: #D6E129;
}
</style>