Shades of Pear #D1E93B
Tints of Pear #D1E93B
RGB
CMYK
RGB Variations
Color information
#D1E93B (or 0xD1E93B) is known color: Pear. HEX triplet: D1, E9 and 3B. RGB value is (209,233,59). Sum of RGB (Red+Green+Blue) = 209+233+59=501 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.72% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 59 (23.44% from 255 or 11.78% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E93B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1E93B is #2E16C4. Grayscale: #CECECE. Windows color (decimal): -3020485 or 3926481. OLE color: 3926481.
HSL color Cylindrical-coordinate representation of color #D1E93B: hue angle of 68.28º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1E93B is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 59 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.09 |
| HSL | 68.28º | 0.8% | 0.57% | - |
| HSV(B) | 68.28º | 0.75% | 0.91% | - |
| XYZ | 56.22 | 72.15 | 15.1 | - |
| YUV | 205.99 | 45.05 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 59 | 0.10 | 0 | 0.75 | 0.09 | 68.28 | 0.8 | 0.57 |
| Hex | D1 | E9 | 3B | A | 0 | 4B | 9 | 44 | 50 | 39 |
| Octal | 321 | 351 | 73 | 12 | 0 | 113 | 11 | 104 | 120 | 71 |
| Binary | 11010001 | 11101001 | 111011 | 1010 | 0 | 1001011 | 1001 | 1000100 | 1010000 | 111001 |
Color Harmonies of #D1E93B
Complementary color
Monochromatic Colors of #D1E93B
Black with #D1E93B
Text Example
Text Example
White with #D1E93B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E93B; }
p { color: rgb(209,233,59); }
H1.HeaderClassName
{
color: #D1E93B;
}
.AnyTagClassName
{
color: #D1E93B;
}
</style>
background-color css
<style>
a { background-color: #D1E93B; }
a { background-color: rgb(209,233,59); }
div.DivClassName
{
background-color: #D1E93B;
}
.BgClassName
{
background-color: #D1E93B;
}
</style>
border-color css
<style>
span { border-color: #D1E93B; }
span { border-color: rgb(209,233,59); }
td.TdClassName
{
border-color: #D1E93B;
}
.TagClassName
{
border-color: #D1E93B;
}
</style>