Shades of Pear #D1E915
Tints of Pear #D1E915
RGB
CMYK
RGB Variations
Color information
#D1E915 (or 0xD1E915) is known color: Pear. HEX triplet: D1, E9 and 15. RGB value is (209,233,21). Sum of RGB (Red+Green+Blue) = 209+233+21=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 233 (91.41% from 255 or 50.32% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 233 - color contains mainly: green. Hex color #D1E915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D1E915 is #2E16EA. Grayscale: #CACACA. Windows color (decimal): -3020523 or 1436113. OLE color: 1436113.
HSL color Cylindrical-coordinate representation of color #D1E915: hue angle of 66.79º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1E915 is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 233 | 21 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.09 |
| HSL | 66.79º | 0.83% | 0.5% | - |
| HSV(B) | 66.79º | 0.91% | 0.91% | - |
| XYZ | 55.57 | 71.89 | 11.66 | - |
| YUV | 201.66 | 26.05 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 233 | 21 | 0.10 | 0 | 0.91 | 0.09 | 66.79 | 0.83 | 0.5 |
| Hex | D1 | E9 | 15 | A | 0 | 5B | 9 | 43 | 53 | 32 |
| Octal | 321 | 351 | 25 | 12 | 0 | 133 | 11 | 103 | 123 | 62 |
| Binary | 11010001 | 11101001 | 10101 | 1010 | 0 | 1011011 | 1001 | 1000011 | 1010011 | 110010 |
Color Harmonies of #D1E915
Complementary color
Monochromatic Colors of #D1E915
Black with #D1E915
Text Example
Text Example
White with #D1E915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E915; }
p { color: rgb(209,233,21); }
H1.HeaderClassName
{
color: #D1E915;
}
.AnyTagClassName
{
color: #D1E915;
}
</style>
background-color css
<style>
a { background-color: #D1E915; }
a { background-color: rgb(209,233,21); }
div.DivClassName
{
background-color: #D1E915;
}
.BgClassName
{
background-color: #D1E915;
}
</style>
border-color css
<style>
span { border-color: #D1E915; }
span { border-color: rgb(209,233,21); }
td.TdClassName
{
border-color: #D1E915;
}
.TagClassName
{
border-color: #D1E915;
}
</style>