Shades of Pear #D1EB16
Tints of Pear #D1EB16
RGB
CMYK
RGB Variations
Color information
#D1EB16 (or 0xD1EB16) is known color: Pear. HEX triplet: D1, EB and 16. RGB value is (209,235,22). Sum of RGB (Red+Green+Blue) = 209+235+22=466 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.85% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 22 (8.98% from 255 or 4.72% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB16 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1EB16 is #2E14E9. Grayscale: #CBCBCB. Windows color (decimal): -3020010 or 1502161. OLE color: 1502161.
HSL color Cylindrical-coordinate representation of color #D1EB16: hue angle of 67.32º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1EB16 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 22 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.08 |
| HSL | 67.32º | 0.84% | 0.5% | - |
| HSV(B) | 67.32º | 0.91% | 0.92% | - |
| XYZ | 56.15 | 73.03 | 11.9 | - |
| YUV | 202.94 | 25.89 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 22 | 0.11 | 0 | 0.91 | 0.08 | 67.32 | 0.84 | 0.5 |
| Hex | D1 | EB | 16 | B | 0 | 5B | 8 | 43 | 54 | 32 |
| Octal | 321 | 353 | 26 | 13 | 0 | 133 | 10 | 103 | 124 | 62 |
| Binary | 11010001 | 11101011 | 10110 | 1011 | 0 | 1011011 | 1000 | 1000011 | 1010100 | 110010 |
Color Harmonies of #D1EB16
Complementary color
Monochromatic Colors of #D1EB16
Black with #D1EB16
Text Example
Text Example
White with #D1EB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB16; }
p { color: rgb(209,235,22); }
H1.HeaderClassName
{
color: #D1EB16;
}
.AnyTagClassName
{
color: #D1EB16;
}
</style>
background-color css
<style>
a { background-color: #D1EB16; }
a { background-color: rgb(209,235,22); }
div.DivClassName
{
background-color: #D1EB16;
}
.BgClassName
{
background-color: #D1EB16;
}
</style>
border-color css
<style>
span { border-color: #D1EB16; }
span { border-color: rgb(209,235,22); }
td.TdClassName
{
border-color: #D1EB16;
}
.TagClassName
{
border-color: #D1EB16;
}
</style>