Shades of Pear #D9FE40
Tints of Pear #D9FE40
RGB
CMYK
RGB Variations
Color information
#D9FE40 (or 0xD9FE40) is known color: Pear. HEX triplet: D9, FE and 40. RGB value is (217,254,64). Sum of RGB (Red+Green+Blue) = 217+254+64=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 254 (99.61% from 255 or 47.48% from 535); Blue value is 64 (25.39% from 255 or 11.96% from 535); Max value from RGB is 254 - color contains mainly: green. Hex color #D9FE40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FE40 is #2601BF. Grayscale: #DDDDDD. Windows color (decimal): -2490816 or 4259545. OLE color: 4259545.
HSL color Cylindrical-coordinate representation of color #D9FE40: hue angle of 71.68º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9FE40 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 217 | 254 | 64 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.00 |
| HSL | 71.68º | 0.99% | 0.62% | - |
| HSV(B) | 71.68º | 0.75% | 1% | - |
| XYZ | 64.98 | 86.01 | 18.03 | - |
| YUV | 221.28 | 39.24 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 254 | 64 | 0.15 | 0 | 0.75 | 0.00 | 71.68 | 0.99 | 0.62 |
| Hex | D9 | FE | 40 | F | 0 | 4B | 0 | 48 | 63 | 3E |
| Octal | 331 | 376 | 100 | 17 | 0 | 113 | 0 | 110 | 143 | 76 |
| Binary | 11011001 | 11111110 | 1000000 | 1111 | 0 | 1001011 | 0 | 1001000 | 1100011 | 111110 |
Color Harmonies of #D9FE40
Complementary color
Monochromatic Colors of #D9FE40
Black with #D9FE40
Text Example
Text Example
White with #D9FE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FE40; }
p { color: rgb(217,254,64); }
H1.HeaderClassName
{
color: #D9FE40;
}
.AnyTagClassName
{
color: #D9FE40;
}
</style>
background-color css
<style>
a { background-color: #D9FE40; }
a { background-color: rgb(217,254,64); }
div.DivClassName
{
background-color: #D9FE40;
}
.BgClassName
{
background-color: #D9FE40;
}
</style>
border-color css
<style>
span { border-color: #D9FE40; }
span { border-color: rgb(217,254,64); }
td.TdClassName
{
border-color: #D9FE40;
}
.TagClassName
{
border-color: #D9FE40;
}
</style>