Shades of Pear #D1E94C
Tints of Pear #D1E94C
RGB
CMYK
RGB Variations
Color information
#D1E94C (or 0xD1E94C) is known color: Pear. HEX triplet: D1, E9 and 4C. RGB value is (209,233,76). Sum of RGB (Red+Green+Blue) = 209+233+76=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 233 (91.41% from 255 or 44.98% from 518); Blue value is 76 (30.08% from 255 or 14.67% from 518); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E94C is #2E16B3. Grayscale: #D0D0D0. Windows color (decimal): -3020468 or 5040593. OLE color: 5040593.
HSL color Cylindrical-coordinate representation of color #D1E94C: hue angle of 69.17º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1E94C is Cyan = 0.10, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 76 | - |
| CMYK | 0.10 | 0 | 0.67 | 0.09 |
| HSL | 69.17º | 0.78% | 0.61% | - |
| HSV(B) | 69.17º | 0.67% | 0.91% | - |
| XYZ | 56.74 | 72.35 | 17.81 | - |
| YUV | 207.93 | 53.55 | 128.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 76 | 0.10 | 0 | 0.67 | 0.09 | 69.17 | 0.78 | 0.61 |
| Hex | D1 | E9 | 4C | A | 0 | 43 | 9 | 45 | 4E | 3D |
| Octal | 321 | 351 | 114 | 12 | 0 | 103 | 11 | 105 | 116 | 75 |
| Binary | 11010001 | 11101001 | 1001100 | 1010 | 0 | 1000011 | 1001 | 1000101 | 1001110 | 111101 |
Color Harmonies of #D1E94C
Complementary color
Monochromatic Colors of #D1E94C
Black with #D1E94C
Text Example
Text Example
White with #D1E94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E94C; }
p { color: rgb(209,233,76); }
H1.HeaderClassName
{
color: #D1E94C;
}
.AnyTagClassName
{
color: #D1E94C;
}
</style>
background-color css
<style>
a { background-color: #D1E94C; }
a { background-color: rgb(209,233,76); }
div.DivClassName
{
background-color: #D1E94C;
}
.BgClassName
{
background-color: #D1E94C;
}
</style>
border-color css
<style>
span { border-color: #D1E94C; }
span { border-color: rgb(209,233,76); }
td.TdClassName
{
border-color: #D1E94C;
}
.TagClassName
{
border-color: #D1E94C;
}
</style>