Shades of Pear #D6EB49
Tints of Pear #D6EB49
RGB
CMYK
RGB Variations
Color information
#D6EB49 (or 0xD6EB49) is known color: Pear. HEX triplet: D6, EB and 49. RGB value is (214,235,73). Sum of RGB (Red+Green+Blue) = 214+235+73=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 73 (28.91% from 255 or 13.98% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EB49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6EB49 is #2914B6. Grayscale: #D2D2D2. Windows color (decimal): -2692279 or 4844502. OLE color: 4844502.
HSL color Cylindrical-coordinate representation of color #D6EB49: hue angle of 67.78º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D6EB49 is Cyan = 0.09, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 214 | 235 | 73 | - |
| CMYK | 0.09 | 0 | 0.69 | 0.08 |
| HSL | 67.78º | 0.8% | 0.6% | - |
| HSV(B) | 67.78º | 0.69% | 0.92% | - |
| XYZ | 58.64 | 74.19 | 17.53 | - |
| YUV | 210.25 | 50.54 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 235 | 73 | 0.09 | 0 | 0.69 | 0.08 | 67.78 | 0.8 | 0.6 |
| Hex | D6 | EB | 49 | 9 | 0 | 45 | 8 | 44 | 50 | 3C |
| Octal | 326 | 353 | 111 | 11 | 0 | 105 | 10 | 104 | 120 | 74 |
| Binary | 11010110 | 11101011 | 1001001 | 1001 | 0 | 1000101 | 1000 | 1000100 | 1010000 | 111100 |
Color Harmonies of #D6EB49
Complementary color
Monochromatic Colors of #D6EB49
Black with #D6EB49
Text Example
Text Example
White with #D6EB49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6EB49; }
p { color: rgb(214,235,73); }
H1.HeaderClassName
{
color: #D6EB49;
}
.AnyTagClassName
{
color: #D6EB49;
}
</style>
background-color css
<style>
a { background-color: #D6EB49; }
a { background-color: rgb(214,235,73); }
div.DivClassName
{
background-color: #D6EB49;
}
.BgClassName
{
background-color: #D6EB49;
}
</style>
border-color css
<style>
span { border-color: #D6EB49; }
span { border-color: rgb(214,235,73); }
td.TdClassName
{
border-color: #D6EB49;
}
.TagClassName
{
border-color: #D6EB49;
}
</style>