Shades of Pear #D9F149
Tints of Pear #D9F149
RGB
CMYK
RGB Variations
Color information
#D9F149 (or 0xD9F149) is known color: Pear. HEX triplet: D9, F1 and 49. RGB value is (217,241,73). Sum of RGB (Red+Green+Blue) = 217+241+73=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 241 (94.53% from 255 or 45.39% from 531); Blue value is 73 (28.91% from 255 or 13.75% from 531); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F149 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F149 is #260EB6. Grayscale: #D7D7D7. Windows color (decimal): -2494135 or 4846041. OLE color: 4846041.
HSL color Cylindrical-coordinate representation of color #D9F149: hue angle of 68.57º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9F149 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 73 | - |
| CMYK | 0.10 | 0 | 0.70 | 0.05 |
| HSL | 68.57º | 0.86% | 0.62% | - |
| HSV(B) | 68.57º | 0.7% | 0.95% | - |
| XYZ | 61.27 | 78.14 | 18.16 | - |
| YUV | 214.67 | 48.05 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 73 | 0.10 | 0 | 0.70 | 0.05 | 68.57 | 0.86 | 0.62 |
| Hex | D9 | F1 | 49 | A | 0 | 46 | 5 | 45 | 56 | 3E |
| Octal | 331 | 361 | 111 | 12 | 0 | 106 | 5 | 105 | 126 | 76 |
| Binary | 11011001 | 11110001 | 1001001 | 1010 | 0 | 1000110 | 101 | 1000101 | 1010110 | 111110 |
Color Harmonies of #D9F149
Complementary color
Monochromatic Colors of #D9F149
Black with #D9F149
Text Example
Text Example
White with #D9F149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F149; }
p { color: rgb(217,241,73); }
H1.HeaderClassName
{
color: #D9F149;
}
.AnyTagClassName
{
color: #D9F149;
}
</style>
background-color css
<style>
a { background-color: #D9F149; }
a { background-color: rgb(217,241,73); }
div.DivClassName
{
background-color: #D9F149;
}
.BgClassName
{
background-color: #D9F149;
}
</style>
border-color css
<style>
span { border-color: #D9F149; }
span { border-color: rgb(217,241,73); }
td.TdClassName
{
border-color: #D9F149;
}
.TagClassName
{
border-color: #D9F149;
}
</style>