Shades of Pear #D7EB3E
Tints of Pear #D7EB3E
RGB
CMYK
RGB Variations
Color information
#D7EB3E (or 0xD7EB3E) is known color: Pear. HEX triplet: D7, EB and 3E. RGB value is (215,235,62). Sum of RGB (Red+Green+Blue) = 215+235+62=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 62 (24.61% from 255 or 12.11% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #D7EB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7EB3E is #2814C1. Grayscale: #D1D1D1. Windows color (decimal): -2626754 or 4123607. OLE color: 4123607.
HSL color Cylindrical-coordinate representation of color #D7EB3E: hue angle of 66.94º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D7EB3E is Cyan = 0.09, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 235 | 62 | - |
| CMYK | 0.09 | 0 | 0.74 | 0.08 |
| HSL | 66.94º | 0.81% | 0.58% | - |
| HSV(B) | 66.94º | 0.74% | 0.92% | - |
| XYZ | 58.6 | 74.21 | 15.79 | - |
| YUV | 209.3 | 44.87 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 235 | 62 | 0.09 | 0 | 0.74 | 0.08 | 66.94 | 0.81 | 0.58 |
| Hex | D7 | EB | 3E | 9 | 0 | 4A | 8 | 43 | 51 | 3A |
| Octal | 327 | 353 | 76 | 11 | 0 | 112 | 10 | 103 | 121 | 72 |
| Binary | 11010111 | 11101011 | 111110 | 1001 | 0 | 1001010 | 1000 | 1000011 | 1010001 | 111010 |
Color Harmonies of #D7EB3E
Complementary color
Monochromatic Colors of #D7EB3E
Black with #D7EB3E
Text Example
Text Example
White with #D7EB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EB3E; }
p { color: rgb(215,235,62); }
H1.HeaderClassName
{
color: #D7EB3E;
}
.AnyTagClassName
{
color: #D7EB3E;
}
</style>
background-color css
<style>
a { background-color: #D7EB3E; }
a { background-color: rgb(215,235,62); }
div.DivClassName
{
background-color: #D7EB3E;
}
.BgClassName
{
background-color: #D7EB3E;
}
</style>
border-color css
<style>
span { border-color: #D7EB3E; }
span { border-color: rgb(215,235,62); }
td.TdClassName
{
border-color: #D7EB3E;
}
.TagClassName
{
border-color: #D7EB3E;
}
</style>