Shades of Pear #D1E92E
Tints of Pear #D1E92E
RGB
CMYK
RGB Variations
Color information
#D1E92E (or 0xD1E92E) is known color: Pear. HEX triplet: D1, E9 and 2E. RGB value is (209,233,46). Sum of RGB (Red+Green+Blue) = 209+233+46=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E92E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E92E is #2E16D1. Grayscale: #CDCDCD. Windows color (decimal): -3020498 or 3074513. OLE color: 3074513.
HSL color Cylindrical-coordinate representation of color #D1E92E: hue angle of 67.7º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1E92E is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 46 | - |
| CMYK | 0.10 | 0 | 0.80 | 0.09 |
| HSL | 67.7º | 0.81% | 0.55% | - |
| HSV(B) | 67.7º | 0.8% | 0.91% | - |
| XYZ | 55.93 | 72.03 | 13.54 | - |
| YUV | 204.51 | 38.55 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 46 | 0.10 | 0 | 0.80 | 0.09 | 67.7 | 0.81 | 0.55 |
| Hex | D1 | E9 | 2E | A | 0 | 50 | 9 | 44 | 51 | 37 |
| Octal | 321 | 351 | 56 | 12 | 0 | 120 | 11 | 104 | 121 | 67 |
| Binary | 11010001 | 11101001 | 101110 | 1010 | 0 | 1010000 | 1001 | 1000100 | 1010001 | 110111 |
Color Harmonies of #D1E92E
Complementary color
Monochromatic Colors of #D1E92E
Black with #D1E92E
Text Example
Text Example
White with #D1E92E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E92E; }
p { color: rgb(209,233,46); }
H1.HeaderClassName
{
color: #D1E92E;
}
.AnyTagClassName
{
color: #D1E92E;
}
</style>
background-color css
<style>
a { background-color: #D1E92E; }
a { background-color: rgb(209,233,46); }
div.DivClassName
{
background-color: #D1E92E;
}
.BgClassName
{
background-color: #D1E92E;
}
</style>
border-color css
<style>
span { border-color: #D1E92E; }
span { border-color: rgb(209,233,46); }
td.TdClassName
{
border-color: #D1E92E;
}
.TagClassName
{
border-color: #D1E92E;
}
</style>