Shades of Pear #D7E81C
Tints of Pear #D7E81C
RGB
CMYK
RGB Variations
Color information
#D7E81C (or 0xD7E81C) is known color: Pear. HEX triplet: D7, E8 and 1C. RGB value is (215,232,28). Sum of RGB (Red+Green+Blue) = 215+232+28=475 (62% of max value = 765). Red value is 215 (84.38% from 255 or 45.26% from 475); Green value is 232 (91.02% from 255 or 48.84% from 475); Blue value is 28 (11.33% from 255 or 5.89% from 475); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E81C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7E81C is #2817E3. Grayscale: #CCCCCC. Windows color (decimal): -2627556 or 1894615. OLE color: 1894615.
HSL color Cylindrical-coordinate representation of color #D7E81C: hue angle of 65º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D7E81C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 28 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.09 |
| HSL | 65º | 0.82% | 0.51% | - |
| HSV(B) | 65º | 0.88% | 0.91% | - |
| XYZ | 57.09 | 72.24 | 12.03 | - |
| YUV | 203.66 | 28.87 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 28 | 0.07 | 0 | 0.88 | 0.09 | 65 | 0.82 | 0.51 |
| Hex | D7 | E8 | 1C | 7 | 0 | 58 | 9 | 41 | 52 | 33 |
| Octal | 327 | 350 | 34 | 7 | 0 | 130 | 11 | 101 | 122 | 63 |
| Binary | 11010111 | 11101000 | 11100 | 111 | 0 | 1011000 | 1001 | 1000001 | 1010010 | 110011 |
Color Harmonies of #D7E81C
Complementary color
Monochromatic Colors of #D7E81C
Black with #D7E81C
Text Example
Text Example
White with #D7E81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E81C; }
p { color: rgb(215,232,28); }
H1.HeaderClassName
{
color: #D7E81C;
}
.AnyTagClassName
{
color: #D7E81C;
}
</style>
background-color css
<style>
a { background-color: #D7E81C; }
a { background-color: rgb(215,232,28); }
div.DivClassName
{
background-color: #D7E81C;
}
.BgClassName
{
background-color: #D7E81C;
}
</style>
border-color css
<style>
span { border-color: #D7E81C; }
span { border-color: rgb(215,232,28); }
td.TdClassName
{
border-color: #D7E81C;
}
.TagClassName
{
border-color: #D7E81C;
}
</style>