Shades of Pear #D9FB2D
Tints of Pear #D9FB2D
RGB
CMYK
RGB Variations
Color information
#D9FB2D (or 0xD9FB2D) is known color: Pear. HEX triplet: D9, FB and 2D. RGB value is (217,251,45). Sum of RGB (Red+Green+Blue) = 217+251+45=513 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.30% from 513); Green value is 251 (98.44% from 255 or 48.93% from 513); Blue value is 45 (17.97% from 255 or 8.77% from 513); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FB2D is #2604D2. Grayscale: #DADADA. Windows color (decimal): -2491603 or 3013593. OLE color: 3013593.
HSL color Cylindrical-coordinate representation of color #D9FB2D: hue angle of 69.9º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9FB2D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 45 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.02 |
| HSL | 69.9º | 0.96% | 0.58% | - |
| HSV(B) | 69.9º | 0.82% | 0.98% | - |
| XYZ | 63.59 | 83.94 | 15.33 | - |
| YUV | 217.35 | 30.74 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 45 | 0.14 | 0 | 0.82 | 0.02 | 69.9 | 0.96 | 0.58 |
| Hex | D9 | FB | 2D | E | 0 | 52 | 2 | 46 | 60 | 3A |
| Octal | 331 | 373 | 55 | 16 | 0 | 122 | 2 | 106 | 140 | 72 |
| Binary | 11011001 | 11111011 | 101101 | 1110 | 0 | 1010010 | 10 | 1000110 | 1100000 | 111010 |
Color Harmonies of #D9FB2D
Complementary color
Monochromatic Colors of #D9FB2D
Black with #D9FB2D
Text Example
Text Example
White with #D9FB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB2D; }
p { color: rgb(217,251,45); }
H1.HeaderClassName
{
color: #D9FB2D;
}
.AnyTagClassName
{
color: #D9FB2D;
}
</style>
background-color css
<style>
a { background-color: #D9FB2D; }
a { background-color: rgb(217,251,45); }
div.DivClassName
{
background-color: #D9FB2D;
}
.BgClassName
{
background-color: #D9FB2D;
}
</style>
border-color css
<style>
span { border-color: #D9FB2D; }
span { border-color: rgb(217,251,45); }
td.TdClassName
{
border-color: #D9FB2D;
}
.TagClassName
{
border-color: #D9FB2D;
}
</style>