Shades of Pear #D1E932
Tints of Pear #D1E932
RGB
CMYK
RGB Variations
Color information
#D1E932 (or 0xD1E932) is known color: Pear. HEX triplet: D1, E9 and 32. RGB value is (209,233,50). Sum of RGB (Red+Green+Blue) = 209+233+50=492 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.48% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E932 is #2E16CD. Grayscale: #CDCDCD. Windows color (decimal): -3020494 or 3336657. OLE color: 3336657.
HSL color Cylindrical-coordinate representation of color #D1E932: hue angle of 67.87º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D1E932 is Cyan = 0.10, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 50 | - |
| CMYK | 0.10 | 0 | 0.79 | 0.09 |
| HSL | 67.87º | 0.81% | 0.55% | - |
| HSV(B) | 67.87º | 0.79% | 0.91% | - |
| XYZ | 56.01 | 72.06 | 13.98 | - |
| YUV | 204.96 | 40.55 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 50 | 0.10 | 0 | 0.79 | 0.09 | 67.87 | 0.81 | 0.55 |
| Hex | D1 | E9 | 32 | A | 0 | 4F | 9 | 44 | 51 | 37 |
| Octal | 321 | 351 | 62 | 12 | 0 | 117 | 11 | 104 | 121 | 67 |
| Binary | 11010001 | 11101001 | 110010 | 1010 | 0 | 1001111 | 1001 | 1000100 | 1010001 | 110111 |
Color Harmonies of #D1E932
Complementary color
Monochromatic Colors of #D1E932
Black with #D1E932
Text Example
Text Example
White with #D1E932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E932; }
p { color: rgb(209,233,50); }
H1.HeaderClassName
{
color: #D1E932;
}
.AnyTagClassName
{
color: #D1E932;
}
</style>
background-color css
<style>
a { background-color: #D1E932; }
a { background-color: rgb(209,233,50); }
div.DivClassName
{
background-color: #D1E932;
}
.BgClassName
{
background-color: #D1E932;
}
</style>
border-color css
<style>
span { border-color: #D1E932; }
span { border-color: rgb(209,233,50); }
td.TdClassName
{
border-color: #D1E932;
}
.TagClassName
{
border-color: #D1E932;
}
</style>