Shades of Pear #D1EB1B
Tints of Pear #D1EB1B
RGB
CMYK
RGB Variations
Color information
#D1EB1B (or 0xD1EB1B) is known color: Pear. HEX triplet: D1, EB and 1B. RGB value is (209,235,27). Sum of RGB (Red+Green+Blue) = 209+235+27=471 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.37% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 27 (10.94% from 255 or 5.73% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EB1B is #2E14E4. Grayscale: #CCCCCC. Windows color (decimal): -3020005 or 1829841. OLE color: 1829841.
HSL color Cylindrical-coordinate representation of color #D1EB1B: hue angle of 67.5º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1EB1B is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 27 | - |
| CMYK | 0.11 | 0 | 0.89 | 0.08 |
| HSL | 67.5º | 0.84% | 0.51% | - |
| HSV(B) | 67.5º | 0.89% | 0.92% | - |
| XYZ | 56.2 | 73.05 | 12.18 | - |
| YUV | 203.51 | 28.39 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 27 | 0.11 | 0 | 0.89 | 0.08 | 67.5 | 0.84 | 0.51 |
| Hex | D1 | EB | 1B | B | 0 | 59 | 8 | 44 | 54 | 33 |
| Octal | 321 | 353 | 33 | 13 | 0 | 131 | 10 | 104 | 124 | 63 |
| Binary | 11010001 | 11101011 | 11011 | 1011 | 0 | 1011001 | 1000 | 1000100 | 1010100 | 110011 |
Color Harmonies of #D1EB1B
Complementary color
Monochromatic Colors of #D1EB1B
Black with #D1EB1B
Text Example
Text Example
White with #D1EB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB1B; }
p { color: rgb(209,235,27); }
H1.HeaderClassName
{
color: #D1EB1B;
}
.AnyTagClassName
{
color: #D1EB1B;
}
</style>
background-color css
<style>
a { background-color: #D1EB1B; }
a { background-color: rgb(209,235,27); }
div.DivClassName
{
background-color: #D1EB1B;
}
.BgClassName
{
background-color: #D1EB1B;
}
</style>
border-color css
<style>
span { border-color: #D1EB1B; }
span { border-color: rgb(209,235,27); }
td.TdClassName
{
border-color: #D1EB1B;
}
.TagClassName
{
border-color: #D1EB1B;
}
</style>