Shades of Pear #D9F932
Tints of Pear #D9F932
RGB
CMYK
RGB Variations
Color information
#D9F932 (or 0xD9F932) is known color: Pear. HEX triplet: D9, F9 and 32. RGB value is (217,249,50). Sum of RGB (Red+Green+Blue) = 217+249+50=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 50 (19.92% from 255 or 9.69% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F932 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F932 is #2606CD. Grayscale: #D9D9D9. Windows color (decimal): -2492110 or 3340761. OLE color: 3340761.
HSL color Cylindrical-coordinate representation of color #D9F932: hue angle of 69.65º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9F932 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 249 | 50 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.02 |
| HSL | 69.65º | 0.94% | 0.59% | - |
| HSV(B) | 69.65º | 0.8% | 0.98% | - |
| XYZ | 63.07 | 82.73 | 15.66 | - |
| YUV | 216.75 | 33.9 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 249 | 50 | 0.13 | 0 | 0.80 | 0.02 | 69.65 | 0.94 | 0.59 |
| Hex | D9 | F9 | 32 | D | 0 | 50 | 2 | 46 | 5E | 3B |
| Octal | 331 | 371 | 62 | 15 | 0 | 120 | 2 | 106 | 136 | 73 |
| Binary | 11011001 | 11111001 | 110010 | 1101 | 0 | 1010000 | 10 | 1000110 | 1011110 | 111011 |
Color Harmonies of #D9F932
Complementary color
Monochromatic Colors of #D9F932
Black with #D9F932
Text Example
Text Example
White with #D9F932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F932; }
p { color: rgb(217,249,50); }
H1.HeaderClassName
{
color: #D9F932;
}
.AnyTagClassName
{
color: #D9F932;
}
</style>
background-color css
<style>
a { background-color: #D9F932; }
a { background-color: rgb(217,249,50); }
div.DivClassName
{
background-color: #D9F932;
}
.BgClassName
{
background-color: #D9F932;
}
</style>
border-color css
<style>
span { border-color: #D9F932; }
span { border-color: rgb(217,249,50); }
td.TdClassName
{
border-color: #D9F932;
}
.TagClassName
{
border-color: #D9F932;
}
</style>