Shades of Pear #D9E92A
Tints of Pear #D9E92A
RGB
CMYK
RGB Variations
Color information
#D9E92A (or 0xD9E92A) is known color: Pear. HEX triplet: D9, E9 and 2A. RGB value is (217,233,42). Sum of RGB (Red+Green+Blue) = 217+233+42=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 233 (91.41% from 255 or 47.36% from 492); Blue value is 42 (16.80% from 255 or 8.54% from 492); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E92A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9E92A is #2616D5. Grayscale: #CFCFCF. Windows color (decimal): -2496214 or 2812377. OLE color: 2812377.
HSL color Cylindrical-coordinate representation of color #D9E92A: hue angle of 65.03º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9E92A is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 233 | 42 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.09 |
| HSL | 65.03º | 0.81% | 0.54% | - |
| HSV(B) | 65.03º | 0.82% | 0.91% | - |
| XYZ | 58.17 | 73.2 | 13.25 | - |
| YUV | 206.44 | 35.2 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 233 | 42 | 0.07 | 0 | 0.82 | 0.09 | 65.03 | 0.81 | 0.54 |
| Hex | D9 | E9 | 2A | 7 | 0 | 52 | 9 | 41 | 51 | 36 |
| Octal | 331 | 351 | 52 | 7 | 0 | 122 | 11 | 101 | 121 | 66 |
| Binary | 11011001 | 11101001 | 101010 | 111 | 0 | 1010010 | 1001 | 1000001 | 1010001 | 110110 |
Color Harmonies of #D9E92A
Complementary color
Monochromatic Colors of #D9E92A
Black with #D9E92A
Text Example
Text Example
White with #D9E92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E92A; }
p { color: rgb(217,233,42); }
H1.HeaderClassName
{
color: #D9E92A;
}
.AnyTagClassName
{
color: #D9E92A;
}
</style>
background-color css
<style>
a { background-color: #D9E92A; }
a { background-color: rgb(217,233,42); }
div.DivClassName
{
background-color: #D9E92A;
}
.BgClassName
{
background-color: #D9E92A;
}
</style>
border-color css
<style>
span { border-color: #D9E92A; }
span { border-color: rgb(217,233,42); }
td.TdClassName
{
border-color: #D9E92A;
}
.TagClassName
{
border-color: #D9E92A;
}
</style>