Shades of Pear #D7E826
Tints of Pear #D7E826
RGB
CMYK
RGB Variations
Color information
#D7E826 (or 0xD7E826) is known color: Pear. HEX triplet: D7, E8 and 26. RGB value is (215,232,38). Sum of RGB (Red+Green+Blue) = 215+232+38=485 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.33% from 485); Green value is 232 (91.02% from 255 or 47.84% from 485); Blue value is 38 (15.23% from 255 or 7.84% from 485); Max value from RGB is 232 - color contains mainly: green. Hex color #D7E826 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7E826 is #2817D9. Grayscale: #CDCDCD. Windows color (decimal): -2627546 or 2549975. OLE color: 2549975.
HSL color Cylindrical-coordinate representation of color #D7E826: hue angle of 65.26º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D7E826 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 232 | 38 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.09 |
| HSL | 65.26º | 0.81% | 0.53% | - |
| HSV(B) | 65.26º | 0.84% | 0.91% | - |
| XYZ | 57.23 | 72.3 | 12.77 | - |
| YUV | 204.8 | 33.87 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 232 | 38 | 0.07 | 0 | 0.84 | 0.09 | 65.26 | 0.81 | 0.53 |
| Hex | D7 | E8 | 26 | 7 | 0 | 54 | 9 | 41 | 51 | 35 |
| Octal | 327 | 350 | 46 | 7 | 0 | 124 | 11 | 101 | 121 | 65 |
| Binary | 11010111 | 11101000 | 100110 | 111 | 0 | 1010100 | 1001 | 1000001 | 1010001 | 110101 |
Color Harmonies of #D7E826
Complementary color
Monochromatic Colors of #D7E826
Black with #D7E826
Text Example
Text Example
White with #D7E826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E826; }
p { color: rgb(215,232,38); }
H1.HeaderClassName
{
color: #D7E826;
}
.AnyTagClassName
{
color: #D7E826;
}
</style>
background-color css
<style>
a { background-color: #D7E826; }
a { background-color: rgb(215,232,38); }
div.DivClassName
{
background-color: #D7E826;
}
.BgClassName
{
background-color: #D7E826;
}
</style>
border-color css
<style>
span { border-color: #D7E826; }
span { border-color: rgb(215,232,38); }
td.TdClassName
{
border-color: #D7E826;
}
.TagClassName
{
border-color: #D7E826;
}
</style>