Shades of Pear #D1E134
Tints of Pear #D1E134
RGB
CMYK
RGB Variations
Color information
#D1E134 (or 0xD1E134) is known color: Pear. HEX triplet: D1, E1 and 34. RGB value is (209,225,52). Sum of RGB (Red+Green+Blue) = 209+225+52=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 225 (88.28% from 255 or 46.30% from 486); Blue value is 52 (20.70% from 255 or 10.70% from 486); Max value from RGB is 225 - color contains mainly: green. Hex color #D1E134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E134 is #2E1ECB. Grayscale: #C9C9C9. Windows color (decimal): -3022540 or 3465681. OLE color: 3465681.
HSL color Cylindrical-coordinate representation of color #D1E134: hue angle of 65.55º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D1E134 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 209 | 225 | 52 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.12 |
| HSL | 65.55º | 0.74% | 0.54% | - |
| HSV(B) | 65.55º | 0.77% | 0.88% | - |
| XYZ | 53.84 | 67.65 | 13.47 | - |
| YUV | 200.49 | 44.2 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 225 | 52 | 0.07 | 0 | 0.77 | 0.12 | 65.55 | 0.74 | 0.54 |
| Hex | D1 | E1 | 34 | 7 | 0 | 4D | C | 42 | 4A | 36 |
| Octal | 321 | 341 | 64 | 7 | 0 | 115 | 14 | 102 | 112 | 66 |
| Binary | 11010001 | 11100001 | 110100 | 111 | 0 | 1001101 | 1100 | 1000010 | 1001010 | 110110 |
Color Harmonies of #D1E134
Complementary color
Monochromatic Colors of #D1E134
Black with #D1E134
Text Example
Text Example
White with #D1E134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E134; }
p { color: rgb(209,225,52); }
H1.HeaderClassName
{
color: #D1E134;
}
.AnyTagClassName
{
color: #D1E134;
}
</style>
background-color css
<style>
a { background-color: #D1E134; }
a { background-color: rgb(209,225,52); }
div.DivClassName
{
background-color: #D1E134;
}
.BgClassName
{
background-color: #D1E134;
}
</style>
border-color css
<style>
span { border-color: #D1E134; }
span { border-color: rgb(209,225,52); }
td.TdClassName
{
border-color: #D1E134;
}
.TagClassName
{
border-color: #D1E134;
}
</style>