Shades of Pear #D9ED2F
Tints of Pear #D9ED2F
RGB
CMYK
RGB Variations
Color information
#D9ED2F (or 0xD9ED2F) is known color: Pear. HEX triplet: D9, ED and 2F. RGB value is (217,237,47). Sum of RGB (Red+Green+Blue) = 217+237+47=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 237 (92.97% from 255 or 47.31% from 501); Blue value is 47 (18.75% from 255 or 9.38% from 501); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9ED2F is #2612D0. Grayscale: #D2D2D2. Windows color (decimal): -2495185 or 3141081. OLE color: 3141081.
HSL color Cylindrical-coordinate representation of color #D9ED2F: hue angle of 66.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9ED2F is Cyan = 0.08, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 47 | - |
| CMYK | 0.08 | 0 | 0.80 | 0.07 |
| HSL | 66.32º | 0.84% | 0.56% | - |
| HSV(B) | 66.32º | 0.8% | 0.93% | - |
| XYZ | 59.41 | 75.53 | 14.14 | - |
| YUV | 209.36 | 36.37 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 47 | 0.08 | 0 | 0.80 | 0.07 | 66.32 | 0.84 | 0.56 |
| Hex | D9 | ED | 2F | 8 | 0 | 50 | 7 | 42 | 54 | 38 |
| Octal | 331 | 355 | 57 | 10 | 0 | 120 | 7 | 102 | 124 | 70 |
| Binary | 11011001 | 11101101 | 101111 | 1000 | 0 | 1010000 | 111 | 1000010 | 1010100 | 111000 |
Color Harmonies of #D9ED2F
Complementary color
Monochromatic Colors of #D9ED2F
Black with #D9ED2F
Text Example
Text Example
White with #D9ED2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED2F; }
p { color: rgb(217,237,47); }
H1.HeaderClassName
{
color: #D9ED2F;
}
.AnyTagClassName
{
color: #D9ED2F;
}
</style>
background-color css
<style>
a { background-color: #D9ED2F; }
a { background-color: rgb(217,237,47); }
div.DivClassName
{
background-color: #D9ED2F;
}
.BgClassName
{
background-color: #D9ED2F;
}
</style>
border-color css
<style>
span { border-color: #D9ED2F; }
span { border-color: rgb(217,237,47); }
td.TdClassName
{
border-color: #D9ED2F;
}
.TagClassName
{
border-color: #D9ED2F;
}
</style>