Shades of Pear #D7E542
Tints of Pear #D7E542
RGB
CMYK
RGB Variations
Color information
#D7E542 (or 0xD7E542) is known color: Pear. HEX triplet: D7, E5 and 42. RGB value is (215,229,66). Sum of RGB (Red+Green+Blue) = 215+229+66=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 229 (89.84% from 255 or 44.90% from 510); Blue value is 66 (26.17% from 255 or 12.94% from 510); Max value from RGB is 229 - color contains mainly: green. Hex color #D7E542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7E542 is #281ABD. Grayscale: #CECECE. Windows color (decimal): -2628286 or 4384215. OLE color: 4384215.
HSL color Cylindrical-coordinate representation of color #D7E542: hue angle of 65.15º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D7E542 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 215 | 229 | 66 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.10 |
| HSL | 65.15º | 0.76% | 0.58% | - |
| HSV(B) | 65.15º | 0.71% | 0.9% | - |
| XYZ | 57.03 | 70.88 | 15.83 | - |
| YUV | 206.23 | 48.86 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 229 | 66 | 0.06 | 0 | 0.71 | 0.10 | 65.15 | 0.76 | 0.58 |
| Hex | D7 | E5 | 42 | 6 | 0 | 47 | A | 41 | 4C | 3A |
| Octal | 327 | 345 | 102 | 6 | 0 | 107 | 12 | 101 | 114 | 72 |
| Binary | 11010111 | 11100101 | 1000010 | 110 | 0 | 1000111 | 1010 | 1000001 | 1001100 | 111010 |
Color Harmonies of #D7E542
Complementary color
Monochromatic Colors of #D7E542
Black with #D7E542
Text Example
Text Example
White with #D7E542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E542; }
p { color: rgb(215,229,66); }
H1.HeaderClassName
{
color: #D7E542;
}
.AnyTagClassName
{
color: #D7E542;
}
</style>
background-color css
<style>
a { background-color: #D7E542; }
a { background-color: rgb(215,229,66); }
div.DivClassName
{
background-color: #D7E542;
}
.BgClassName
{
background-color: #D7E542;
}
</style>
border-color css
<style>
span { border-color: #D7E542; }
span { border-color: rgb(215,229,66); }
td.TdClassName
{
border-color: #D7E542;
}
.TagClassName
{
border-color: #D7E542;
}
</style>