Shades of Pear #D9E93E
Tints of Pear #D9E93E
RGB
CMYK
RGB Variations
Color information
#D9E93E (or 0xD9E93E) is known color: Pear. HEX triplet: D9, E9 and 3E. RGB value is (217,233,62). Sum of RGB (Red+Green+Blue) = 217+233+62=512 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.38% from 512); Green value is 233 (91.41% from 255 or 45.51% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E93E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E93E is #2616C1. Grayscale: #D1D1D1. Windows color (decimal): -2496194 or 4123097. OLE color: 4123097.
HSL color Cylindrical-coordinate representation of color #D9E93E: hue angle of 65.61º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D9E93E is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 62 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.09 |
| HSL | 65.61º | 0.8% | 0.58% | - |
| HSV(B) | 65.61º | 0.73% | 0.91% | - |
| XYZ | 58.62 | 73.38 | 15.63 | - |
| YUV | 208.72 | 45.2 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 62 | 0.07 | 0 | 0.73 | 0.09 | 65.61 | 0.8 | 0.58 |
| Hex | D9 | E9 | 3E | 7 | 0 | 49 | 9 | 42 | 50 | 3A |
| Octal | 331 | 351 | 76 | 7 | 0 | 111 | 11 | 102 | 120 | 72 |
| Binary | 11011001 | 11101001 | 111110 | 111 | 0 | 1001001 | 1001 | 1000010 | 1010000 | 111010 |
Color Harmonies of #D9E93E
Complementary color
Monochromatic Colors of #D9E93E
Black with #D9E93E
Text Example
Text Example
White with #D9E93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E93E; }
p { color: rgb(217,233,62); }
H1.HeaderClassName
{
color: #D9E93E;
}
.AnyTagClassName
{
color: #D9E93E;
}
</style>
background-color css
<style>
a { background-color: #D9E93E; }
a { background-color: rgb(217,233,62); }
div.DivClassName
{
background-color: #D9E93E;
}
.BgClassName
{
background-color: #D9E93E;
}
</style>
border-color css
<style>
span { border-color: #D9E93E; }
span { border-color: rgb(217,233,62); }
td.TdClassName
{
border-color: #D9E93E;
}
.TagClassName
{
border-color: #D9E93E;
}
</style>