Shades of Pear #D1EB4D
Tints of Pear #D1EB4D
RGB
CMYK
RGB Variations
Color information
#D1EB4D (or 0xD1EB4D) is known color: Pear. HEX triplet: D1, EB and 4D. RGB value is (209,235,77). Sum of RGB (Red+Green+Blue) = 209+235+77=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 77 (30.47% from 255 or 14.78% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB4D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EB4D is #2E14B2. Grayscale: #D1D1D1. Windows color (decimal): -3019955 or 5106641. OLE color: 5106641.
HSL color Cylindrical-coordinate representation of color #D1EB4D: hue angle of 69.87º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1EB4D is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 77 | - |
| CMYK | 0.11 | 0 | 0.67 | 0.08 |
| HSL | 69.87º | 0.8% | 0.61% | - |
| HSV(B) | 69.87º | 0.67% | 0.92% | - |
| XYZ | 57.34 | 73.51 | 18.19 | - |
| YUV | 209.21 | 53.39 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 77 | 0.11 | 0 | 0.67 | 0.08 | 69.87 | 0.8 | 0.61 |
| Hex | D1 | EB | 4D | B | 0 | 43 | 8 | 46 | 50 | 3D |
| Octal | 321 | 353 | 115 | 13 | 0 | 103 | 10 | 106 | 120 | 75 |
| Binary | 11010001 | 11101011 | 1001101 | 1011 | 0 | 1000011 | 1000 | 1000110 | 1010000 | 111101 |
Color Harmonies of #D1EB4D
Complementary color
Monochromatic Colors of #D1EB4D
Black with #D1EB4D
Text Example
Text Example
White with #D1EB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB4D; }
p { color: rgb(209,235,77); }
H1.HeaderClassName
{
color: #D1EB4D;
}
.AnyTagClassName
{
color: #D1EB4D;
}
</style>
background-color css
<style>
a { background-color: #D1EB4D; }
a { background-color: rgb(209,235,77); }
div.DivClassName
{
background-color: #D1EB4D;
}
.BgClassName
{
background-color: #D1EB4D;
}
</style>
border-color css
<style>
span { border-color: #D1EB4D; }
span { border-color: rgb(209,235,77); }
td.TdClassName
{
border-color: #D1EB4D;
}
.TagClassName
{
border-color: #D1EB4D;
}
</style>