Shades of Pear #D9F432
Tints of Pear #D9F432
RGB
CMYK
RGB Variations
Color information
#D9F432 (or 0xD9F432) is known color: Pear. HEX triplet: D9, F4 and 32. RGB value is (217,244,50). Sum of RGB (Red+Green+Blue) = 217+244+50=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 50 (19.92% from 255 or 9.78% from 511); Max value from RGB is 244 - color contains mainly: green. Hex color #D9F432 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F432 is #260BCD. Grayscale: #D6D6D6. Windows color (decimal): -2493390 or 3339481. OLE color: 3339481.
HSL color Cylindrical-coordinate representation of color #D9F432: hue angle of 68.35º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D9F432 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 244 | 50 | - |
| CMYK | 0.11 | 0 | 0.80 | 0.04 |
| HSL | 68.35º | 0.9% | 0.58% | - |
| HSV(B) | 68.35º | 0.8% | 0.96% | - |
| XYZ | 61.54 | 79.68 | 15.15 | - |
| YUV | 213.81 | 35.55 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 244 | 50 | 0.11 | 0 | 0.80 | 0.04 | 68.35 | 0.9 | 0.58 |
| Hex | D9 | F4 | 32 | B | 0 | 50 | 4 | 44 | 5A | 3A |
| Octal | 331 | 364 | 62 | 13 | 0 | 120 | 4 | 104 | 132 | 72 |
| Binary | 11011001 | 11110100 | 110010 | 1011 | 0 | 1010000 | 100 | 1000100 | 1011010 | 111010 |
Color Harmonies of #D9F432
Complementary color
Monochromatic Colors of #D9F432
Black with #D9F432
Text Example
Text Example
White with #D9F432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F432; }
p { color: rgb(217,244,50); }
H1.HeaderClassName
{
color: #D9F432;
}
.AnyTagClassName
{
color: #D9F432;
}
</style>
background-color css
<style>
a { background-color: #D9F432; }
a { background-color: rgb(217,244,50); }
div.DivClassName
{
background-color: #D9F432;
}
.BgClassName
{
background-color: #D9F432;
}
</style>
border-color css
<style>
span { border-color: #D9F432; }
span { border-color: rgb(217,244,50); }
td.TdClassName
{
border-color: #D9F432;
}
.TagClassName
{
border-color: #D9F432;
}
</style>