Shades of Pear #D2EB15
Tints of Pear #D2EB15
RGB
CMYK
RGB Variations
Color information
#D2EB15 (or 0xD2EB15) is known color: Pear. HEX triplet: D2, EB and 15. RGB value is (210,235,21). Sum of RGB (Red+Green+Blue) = 210+235+21=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 21 (8.59% from 255 or 4.51% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D2EB15 is #2D14EA. Grayscale: #CBCBCB. Windows color (decimal): -2954475 or 1436626. OLE color: 1436626.
HSL color Cylindrical-coordinate representation of color #D2EB15: hue angle of 67.01º 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 #D2EB15 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 235 | 21 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.08 |
| HSL | 67.01º | 0.84% | 0.5% | - |
| HSV(B) | 67.01º | 0.91% | 0.92% | - |
| XYZ | 56.42 | 73.17 | 11.86 | - |
| YUV | 203.13 | 25.22 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 235 | 21 | 0.11 | 0 | 0.91 | 0.08 | 67.01 | 0.84 | 0.5 |
| Hex | D2 | EB | 15 | B | 0 | 5B | 8 | 43 | 54 | 32 |
| Octal | 322 | 353 | 25 | 13 | 0 | 133 | 10 | 103 | 124 | 62 |
| Binary | 11010010 | 11101011 | 10101 | 1011 | 0 | 1011011 | 1000 | 1000011 | 1010100 | 110010 |
Color Harmonies of #D2EB15
Complementary color
Monochromatic Colors of #D2EB15
Black with #D2EB15
Text Example
Text Example
White with #D2EB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2EB15; }
p { color: rgb(210,235,21); }
H1.HeaderClassName
{
color: #D2EB15;
}
.AnyTagClassName
{
color: #D2EB15;
}
</style>
background-color css
<style>
a { background-color: #D2EB15; }
a { background-color: rgb(210,235,21); }
div.DivClassName
{
background-color: #D2EB15;
}
.BgClassName
{
background-color: #D2EB15;
}
</style>
border-color css
<style>
span { border-color: #D2EB15; }
span { border-color: rgb(210,235,21); }
td.TdClassName
{
border-color: #D2EB15;
}
.TagClassName
{
border-color: #D2EB15;
}
</style>