Shades of Pear #D9ED1D
Tints of Pear #D9ED1D
RGB
CMYK
RGB Variations
Color information
#D9ED1D (or 0xD9ED1D) is known color: Pear. HEX triplet: D9, ED and 1D. RGB value is (217,237,29). Sum of RGB (Red+Green+Blue) = 217+237+29=483 (63% of max value = 765). Red value is 217 (85.16% from 255 or 44.93% from 483); Green value is 237 (92.97% from 255 or 49.07% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9ED1D is #2612E2. Grayscale: #D0D0D0. Windows color (decimal): -2495203 or 1961433. OLE color: 1961433.
HSL color Cylindrical-coordinate representation of color #D9ED1D: hue angle of 65.77º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9ED1D is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 29 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.07 |
| HSL | 65.77º | 0.85% | 0.52% | - |
| HSV(B) | 65.77º | 0.88% | 0.93% | - |
| XYZ | 59.12 | 75.41 | 12.6 | - |
| YUV | 207.31 | 27.37 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 29 | 0.08 | 0 | 0.88 | 0.07 | 65.77 | 0.85 | 0.52 |
| Hex | D9 | ED | 1D | 8 | 0 | 58 | 7 | 42 | 55 | 34 |
| Octal | 331 | 355 | 35 | 10 | 0 | 130 | 7 | 102 | 125 | 64 |
| Binary | 11011001 | 11101101 | 11101 | 1000 | 0 | 1011000 | 111 | 1000010 | 1010101 | 110100 |
Color Harmonies of #D9ED1D
Complementary color
Monochromatic Colors of #D9ED1D
Black with #D9ED1D
Text Example
Text Example
White with #D9ED1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED1D; }
p { color: rgb(217,237,29); }
H1.HeaderClassName
{
color: #D9ED1D;
}
.AnyTagClassName
{
color: #D9ED1D;
}
</style>
background-color css
<style>
a { background-color: #D9ED1D; }
a { background-color: rgb(217,237,29); }
div.DivClassName
{
background-color: #D9ED1D;
}
.BgClassName
{
background-color: #D9ED1D;
}
</style>
border-color css
<style>
span { border-color: #D9ED1D; }
span { border-color: rgb(217,237,29); }
td.TdClassName
{
border-color: #D9ED1D;
}
.TagClassName
{
border-color: #D9ED1D;
}
</style>