Shades of Pear #D9E92D
Tints of Pear #D9E92D
RGB
CMYK
RGB Variations
Color information
#D9E92D (or 0xD9E92D) is known color: Pear. HEX triplet: D9, E9 and 2D. RGB value is (217,233,45). Sum of RGB (Red+Green+Blue) = 217+233+45=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 233 (91.41% from 255 or 47.07% from 495); Blue value is 45 (17.97% from 255 or 9.09% from 495); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E92D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E92D is #2616D2. Grayscale: #CFCFCF. Windows color (decimal): -2496211 or 3008985. OLE color: 3008985.
HSL color Cylindrical-coordinate representation of color #D9E92D: hue angle of 65.11º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D9E92D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 45 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.09 |
| HSL | 65.11º | 0.81% | 0.55% | - |
| HSV(B) | 65.11º | 0.81% | 0.91% | - |
| XYZ | 58.23 | 73.22 | 13.55 | - |
| YUV | 206.78 | 36.7 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 45 | 0.07 | 0 | 0.81 | 0.09 | 65.11 | 0.81 | 0.55 |
| Hex | D9 | E9 | 2D | 7 | 0 | 51 | 9 | 41 | 51 | 37 |
| Octal | 331 | 351 | 55 | 7 | 0 | 121 | 11 | 101 | 121 | 67 |
| Binary | 11011001 | 11101001 | 101101 | 111 | 0 | 1010001 | 1001 | 1000001 | 1010001 | 110111 |
Color Harmonies of #D9E92D
Complementary color
Monochromatic Colors of #D9E92D
Black with #D9E92D
Text Example
Text Example
White with #D9E92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E92D; }
p { color: rgb(217,233,45); }
H1.HeaderClassName
{
color: #D9E92D;
}
.AnyTagClassName
{
color: #D9E92D;
}
</style>
background-color css
<style>
a { background-color: #D9E92D; }
a { background-color: rgb(217,233,45); }
div.DivClassName
{
background-color: #D9E92D;
}
.BgClassName
{
background-color: #D9E92D;
}
</style>
border-color css
<style>
span { border-color: #D9E92D; }
span { border-color: rgb(217,233,45); }
td.TdClassName
{
border-color: #D9E92D;
}
.TagClassName
{
border-color: #D9E92D;
}
</style>