Shades of Pear #D9E93D
Tints of Pear #D9E93D
RGB
CMYK
RGB Variations
Color information
#D9E93D (or 0xD9E93D) is known color: Pear. HEX triplet: D9, E9 and 3D. RGB value is (217,233,61). Sum of RGB (Red+Green+Blue) = 217+233+61=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 233 (91.41% from 255 or 45.60% from 511); Blue value is 61 (24.22% from 255 or 11.94% from 511); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E93D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E93D is #2616C2. Grayscale: #D1D1D1. Windows color (decimal): -2496195 or 4057561. OLE color: 4057561.
HSL color Cylindrical-coordinate representation of color #D9E93D: hue angle of 65.58º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D9E93D is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 61 | - |
| CMYK | 0.07 | 0 | 0.74 | 0.09 |
| HSL | 65.58º | 0.8% | 0.58% | - |
| HSV(B) | 65.58º | 0.74% | 0.91% | - |
| XYZ | 58.6 | 73.37 | 15.49 | - |
| YUV | 208.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 61 | 0.07 | 0 | 0.74 | 0.09 | 65.58 | 0.8 | 0.58 |
| Hex | D9 | E9 | 3D | 7 | 0 | 4A | 9 | 42 | 50 | 3A |
| Octal | 331 | 351 | 75 | 7 | 0 | 112 | 11 | 102 | 120 | 72 |
| Binary | 11011001 | 11101001 | 111101 | 111 | 0 | 1001010 | 1001 | 1000010 | 1010000 | 111010 |
Color Harmonies of #D9E93D
Complementary color
Monochromatic Colors of #D9E93D
Black with #D9E93D
Text Example
Text Example
White with #D9E93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E93D; }
p { color: rgb(217,233,61); }
H1.HeaderClassName
{
color: #D9E93D;
}
.AnyTagClassName
{
color: #D9E93D;
}
</style>
background-color css
<style>
a { background-color: #D9E93D; }
a { background-color: rgb(217,233,61); }
div.DivClassName
{
background-color: #D9E93D;
}
.BgClassName
{
background-color: #D9E93D;
}
</style>
border-color css
<style>
span { border-color: #D9E93D; }
span { border-color: rgb(217,233,61); }
td.TdClassName
{
border-color: #D9E93D;
}
.TagClassName
{
border-color: #D9E93D;
}
</style>