Shades of Pear #D9FB2B
Tints of Pear #D9FB2B
RGB
CMYK
RGB Variations
Color information
#D9FB2B (or 0xD9FB2B) is known color: Pear. HEX triplet: D9, FB and 2B. RGB value is (217,251,43). Sum of RGB (Red+Green+Blue) = 217+251+43=511 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.47% from 511); Green value is 251 (98.44% from 255 or 49.12% from 511); Blue value is 43 (17.19% from 255 or 8.41% from 511); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FB2B is #2604D4. Grayscale: #D9D9D9. Windows color (decimal): -2491605 or 2882521. OLE color: 2882521.
HSL color Cylindrical-coordinate representation of color #D9FB2B: hue angle of 69.81º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9FB2B is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 43 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.02 |
| HSL | 69.81º | 0.96% | 0.58% | - |
| HSV(B) | 69.81º | 0.83% | 0.98% | - |
| XYZ | 63.55 | 83.92 | 15.13 | - |
| YUV | 217.12 | 29.74 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 43 | 0.14 | 0 | 0.83 | 0.02 | 69.81 | 0.96 | 0.58 |
| Hex | D9 | FB | 2B | E | 0 | 53 | 2 | 46 | 60 | 3A |
| Octal | 331 | 373 | 53 | 16 | 0 | 123 | 2 | 106 | 140 | 72 |
| Binary | 11011001 | 11111011 | 101011 | 1110 | 0 | 1010011 | 10 | 1000110 | 1100000 | 111010 |
Color Harmonies of #D9FB2B
Complementary color
Monochromatic Colors of #D9FB2B
Black with #D9FB2B
Text Example
Text Example
White with #D9FB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB2B; }
p { color: rgb(217,251,43); }
H1.HeaderClassName
{
color: #D9FB2B;
}
.AnyTagClassName
{
color: #D9FB2B;
}
</style>
background-color css
<style>
a { background-color: #D9FB2B; }
a { background-color: rgb(217,251,43); }
div.DivClassName
{
background-color: #D9FB2B;
}
.BgClassName
{
background-color: #D9FB2B;
}
</style>
border-color css
<style>
span { border-color: #D9FB2B; }
span { border-color: rgb(217,251,43); }
td.TdClassName
{
border-color: #D9FB2B;
}
.TagClassName
{
border-color: #D9FB2B;
}
</style>