Shades of Pear #D9FF40
Tints of Pear #D9FF40
RGB
CMYK
RGB Variations
Color information
#D9FF40 (or 0xD9FF40) is known color: Pear. HEX triplet: D9, FF and 40. RGB value is (217,255,64). Sum of RGB (Red+Green+Blue) = 217+255+64=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 64 (25.39% from 255 or 11.94% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FF40 is #2600BF. Grayscale: #DEDEDE. Windows color (decimal): -2490560 or 4259801. OLE color: 4259801.
HSL color Cylindrical-coordinate representation of color #D9FF40: hue angle of 71.94º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D9FF40 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 64 | - |
| CMYK | 0.15 | 0 | 0.75 | 0 |
| HSL | 71.94º | 1% | 0.63% | - |
| HSV(B) | 71.94º | 0.75% | 1% | - |
| XYZ | 65.3 | 86.64 | 18.13 | - |
| YUV | 221.86 | 38.91 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 64 | 0.15 | 0 | 0.75 | 0 | 71.94 | 1 | 0.63 |
| Hex | D9 | FF | 40 | F | 0 | 4B | 0 | 48 | 64 | 3F |
| Octal | 331 | 377 | 100 | 17 | 0 | 113 | 0 | 110 | 144 | 77 |
| Binary | 11011001 | 11111111 | 1000000 | 1111 | 0 | 1001011 | 0 | 1001000 | 1100100 | 111111 |
Color Harmonies of #D9FF40
Complementary color
Monochromatic Colors of #D9FF40
Black with #D9FF40
Text Example
Text Example
White with #D9FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF40; }
p { color: rgb(217,255,64); }
H1.HeaderClassName
{
color: #D9FF40;
}
.AnyTagClassName
{
color: #D9FF40;
}
</style>
background-color css
<style>
a { background-color: #D9FF40; }
a { background-color: rgb(217,255,64); }
div.DivClassName
{
background-color: #D9FF40;
}
.BgClassName
{
background-color: #D9FF40;
}
</style>
border-color css
<style>
span { border-color: #D9FF40; }
span { border-color: rgb(217,255,64); }
td.TdClassName
{
border-color: #D9FF40;
}
.TagClassName
{
border-color: #D9FF40;
}
</style>