Shades of Pear #D9ED1B
Tints of Pear #D9ED1B
RGB
CMYK
RGB Variations
Color information
#D9ED1B (or 0xD9ED1B) is known color: Pear. HEX triplet: D9, ED and 1B. RGB value is (217,237,27). Sum of RGB (Red+Green+Blue) = 217+237+27=481 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.11% from 481); Green value is 237 (92.97% from 255 or 49.27% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 237 - color contains mainly: green. Hex color #D9ED1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9ED1B is #2612E4. Grayscale: #CFCFCF. Windows color (decimal): -2495205 or 1830361. OLE color: 1830361.
HSL color Cylindrical-coordinate representation of color #D9ED1B: hue angle of 65.71º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9ED1B is Cyan = 0.08, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 237 | 27 | - |
| CMYK | 0.08 | 0 | 0.89 | 0.07 |
| HSL | 65.71º | 0.85% | 0.52% | - |
| HSV(B) | 65.71º | 0.89% | 0.93% | - |
| XYZ | 59.1 | 75.4 | 12.48 | - |
| YUV | 207.08 | 26.37 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 237 | 27 | 0.08 | 0 | 0.89 | 0.07 | 65.71 | 0.85 | 0.52 |
| Hex | D9 | ED | 1B | 8 | 0 | 59 | 7 | 42 | 55 | 34 |
| Octal | 331 | 355 | 33 | 10 | 0 | 131 | 7 | 102 | 125 | 64 |
| Binary | 11011001 | 11101101 | 11011 | 1000 | 0 | 1011001 | 111 | 1000010 | 1010101 | 110100 |
Color Harmonies of #D9ED1B
Complementary color
Monochromatic Colors of #D9ED1B
Black with #D9ED1B
Text Example
Text Example
White with #D9ED1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ED1B; }
p { color: rgb(217,237,27); }
H1.HeaderClassName
{
color: #D9ED1B;
}
.AnyTagClassName
{
color: #D9ED1B;
}
</style>
background-color css
<style>
a { background-color: #D9ED1B; }
a { background-color: rgb(217,237,27); }
div.DivClassName
{
background-color: #D9ED1B;
}
.BgClassName
{
background-color: #D9ED1B;
}
</style>
border-color css
<style>
span { border-color: #D9ED1B; }
span { border-color: rgb(217,237,27); }
td.TdClassName
{
border-color: #D9ED1B;
}
.TagClassName
{
border-color: #D9ED1B;
}
</style>