Shades of Pear #D9ED2D
Tints of Pear #D9ED2D
RGB
CMYK
RGB Variations
Color information
#D9ED2D (or 0xD9ED2D) is known color: Pear. HEX triplet: D9, ED and 2D. RGB value is (217,237,45). Sum of RGB (Red+Green+Blue) = 217+237+45=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 45 (17.97% from 255 or 9.02% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9ED2D is #2612D2. Grayscale: #D1D1D1. Windows color (decimal): -2495187 or 3010009. OLE color: 3010009.
HSL color Cylindrical-coordinate representation of color #D9ED2D: hue angle of 66.25º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9ED2D is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 45 | - |
| CMYK | 0.08 | 0 | 0.81 | 0.07 |
| HSL | 66.25º | 0.84% | 0.55% | - |
| HSV(B) | 66.25º | 0.81% | 0.93% | - |
| XYZ | 59.37 | 75.51 | 13.93 | - |
| YUV | 209.13 | 35.37 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 45 | 0.08 | 0 | 0.81 | 0.07 | 66.25 | 0.84 | 0.55 |
| Hex | D9 | ED | 2D | 8 | 0 | 51 | 7 | 42 | 54 | 37 |
| Octal | 331 | 355 | 55 | 10 | 0 | 121 | 7 | 102 | 124 | 67 |
| Binary | 11011001 | 11101101 | 101101 | 1000 | 0 | 1010001 | 111 | 1000010 | 1010100 | 110111 |
Color Harmonies of #D9ED2D
Complementary color
Monochromatic Colors of #D9ED2D
Black with #D9ED2D
Text Example
Text Example
White with #D9ED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED2D; }
p { color: rgb(217,237,45); }
H1.HeaderClassName
{
color: #D9ED2D;
}
.AnyTagClassName
{
color: #D9ED2D;
}
</style>
background-color css
<style>
a { background-color: #D9ED2D; }
a { background-color: rgb(217,237,45); }
div.DivClassName
{
background-color: #D9ED2D;
}
.BgClassName
{
background-color: #D9ED2D;
}
</style>
border-color css
<style>
span { border-color: #D9ED2D; }
span { border-color: rgb(217,237,45); }
td.TdClassName
{
border-color: #D9ED2D;
}
.TagClassName
{
border-color: #D9ED2D;
}
</style>