Shades of Pear #D7E926
Tints of Pear #D7E926
RGB
CMYK
RGB Variations
Color information
#D7E926 (or 0xD7E926) is known color: Pear. HEX triplet: D7, E9 and 26. RGB value is (215,233,38). Sum of RGB (Red+Green+Blue) = 215+233+38=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 233 (91.41% from 255 or 47.94% from 486); Blue value is 38 (15.23% from 255 or 7.82% from 486); Max value from RGB is 233 - color contains mainly: green. Hex color #D7E926 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D7E926 is #2816D9. Grayscale: #CECECE. Windows color (decimal): -2627290 or 2550231. OLE color: 2550231.
HSL color Cylindrical-coordinate representation of color #D7E926: hue angle of 65.54º degrees, saturation: 0.82, 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 #D7E926 is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 215 | 233 | 38 | - |
| CMYK | 0.08 | 0 | 0.84 | 0.09 |
| HSL | 65.54º | 0.82% | 0.53% | - |
| HSV(B) | 65.54º | 0.84% | 0.91% | - |
| XYZ | 57.51 | 72.86 | 12.87 | - |
| YUV | 205.39 | 33.54 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 233 | 38 | 0.08 | 0 | 0.84 | 0.09 | 65.54 | 0.82 | 0.53 |
| Hex | D7 | E9 | 26 | 8 | 0 | 54 | 9 | 42 | 52 | 35 |
| Octal | 327 | 351 | 46 | 10 | 0 | 124 | 11 | 102 | 122 | 65 |
| Binary | 11010111 | 11101001 | 100110 | 1000 | 0 | 1010100 | 1001 | 1000010 | 1010010 | 110101 |
Color Harmonies of #D7E926
Complementary color
Monochromatic Colors of #D7E926
Black with #D7E926
Text Example
Text Example
White with #D7E926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7E926; }
p { color: rgb(215,233,38); }
H1.HeaderClassName
{
color: #D7E926;
}
.AnyTagClassName
{
color: #D7E926;
}
</style>
background-color css
<style>
a { background-color: #D7E926; }
a { background-color: rgb(215,233,38); }
div.DivClassName
{
background-color: #D7E926;
}
.BgClassName
{
background-color: #D7E926;
}
</style>
border-color css
<style>
span { border-color: #D7E926; }
span { border-color: rgb(215,233,38); }
td.TdClassName
{
border-color: #D7E926;
}
.TagClassName
{
border-color: #D7E926;
}
</style>