Shades of Pear #D8E940
Tints of Pear #D8E940
RGB
CMYK
RGB Variations
Color information
#D8E940 (or 0xD8E940) is known color: Pear. HEX triplet: D8, E9 and 40. RGB value is (216,233,64). Sum of RGB (Red+Green+Blue) = 216+233+64=513 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.11% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 64 (25.39% from 255 or 12.48% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D8E940 is #2716BF. Grayscale: #D1D1D1. Windows color (decimal): -2561728 or 4254168. OLE color: 4254168.
HSL color Cylindrical-coordinate representation of color #D8E940: hue angle of 66.04º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D8E940 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 216 | 233 | 64 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.09 |
| HSL | 66.04º | 0.79% | 0.58% | - |
| HSV(B) | 66.04º | 0.73% | 0.91% | - |
| XYZ | 58.38 | 73.25 | 15.91 | - |
| YUV | 208.65 | 46.37 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 233 | 64 | 0.07 | 0 | 0.73 | 0.09 | 66.04 | 0.79 | 0.58 |
| Hex | D8 | E9 | 40 | 7 | 0 | 49 | 9 | 42 | 4F | 3A |
| Octal | 330 | 351 | 100 | 7 | 0 | 111 | 11 | 102 | 117 | 72 |
| Binary | 11011000 | 11101001 | 1000000 | 111 | 0 | 1001001 | 1001 | 1000010 | 1001111 | 111010 |
Color Harmonies of #D8E940
Complementary color
Monochromatic Colors of #D8E940
Black with #D8E940
Text Example
Text Example
White with #D8E940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E940; }
p { color: rgb(216,233,64); }
H1.HeaderClassName
{
color: #D8E940;
}
.AnyTagClassName
{
color: #D8E940;
}
</style>
background-color css
<style>
a { background-color: #D8E940; }
a { background-color: rgb(216,233,64); }
div.DivClassName
{
background-color: #D8E940;
}
.BgClassName
{
background-color: #D8E940;
}
</style>
border-color css
<style>
span { border-color: #D8E940; }
span { border-color: rgb(216,233,64); }
td.TdClassName
{
border-color: #D8E940;
}
.TagClassName
{
border-color: #D8E940;
}
</style>