Shades of Pear #D9FB4A
Tints of Pear #D9FB4A
RGB
CMYK
RGB Variations
Color information
#D9FB4A (or 0xD9FB4A) is known color: Pear. HEX triplet: D9, FB and 4A. RGB value is (217,251,74). Sum of RGB (Red+Green+Blue) = 217+251+74=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 74 (29.30% from 255 or 13.65% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FB4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FB4A is #2604B5. Grayscale: #DDDDDD. Windows color (decimal): -2491574 or 4914137. OLE color: 4914137.
HSL color Cylindrical-coordinate representation of color #D9FB4A: hue angle of 71.53º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D9FB4A is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 251 | 74 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.02 |
| HSL | 71.53º | 0.96% | 0.64% | - |
| HSV(B) | 71.53º | 0.71% | 0.98% | - |
| XYZ | 64.35 | 84.24 | 19.35 | - |
| YUV | 220.66 | 45.24 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 251 | 74 | 0.14 | 0 | 0.71 | 0.02 | 71.53 | 0.96 | 0.64 |
| Hex | D9 | FB | 4A | E | 0 | 47 | 2 | 48 | 60 | 40 |
| Octal | 331 | 373 | 112 | 16 | 0 | 107 | 2 | 110 | 140 | 100 |
| Binary | 11011001 | 11111011 | 1001010 | 1110 | 0 | 1000111 | 10 | 1001000 | 1100000 | 1000000 |
Color Harmonies of #D9FB4A
Complementary color
Monochromatic Colors of #D9FB4A
Black with #D9FB4A
Text Example
Text Example
White with #D9FB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FB4A; }
p { color: rgb(217,251,74); }
H1.HeaderClassName
{
color: #D9FB4A;
}
.AnyTagClassName
{
color: #D9FB4A;
}
</style>
background-color css
<style>
a { background-color: #D9FB4A; }
a { background-color: rgb(217,251,74); }
div.DivClassName
{
background-color: #D9FB4A;
}
.BgClassName
{
background-color: #D9FB4A;
}
</style>
border-color css
<style>
span { border-color: #D9FB4A; }
span { border-color: rgb(217,251,74); }
td.TdClassName
{
border-color: #D9FB4A;
}
.TagClassName
{
border-color: #D9FB4A;
}
</style>