Shades of Pear #D9FF2E
Tints of Pear #D9FF2E
RGB
CMYK
RGB Variations
Color information
#D9FF2E (or 0xD9FF2E) is known color: Pear. HEX triplet: D9, FF and 2E. RGB value is (217,255,46). Sum of RGB (Red+Green+Blue) = 217+255+46=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 255 (100% from 255 or 49.23% from 518); Blue value is 46 (18.36% from 255 or 8.88% from 518); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FF2E is #2600D1. Grayscale: #DCDCDC. Windows color (decimal): -2490578 or 3080153. OLE color: 3080153.
HSL color Cylindrical-coordinate representation of color #D9FF2E: hue angle of 70.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9FF2E is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 46 | - |
| CMYK | 0.15 | 0 | 0.82 | 0 |
| HSL | 70.91º | 1% | 0.59% | - |
| HSV(B) | 70.91º | 0.82% | 1% | - |
| XYZ | 64.87 | 86.47 | 15.86 | - |
| YUV | 219.81 | 29.91 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 46 | 0.15 | 0 | 0.82 | 0 | 70.91 | 1 | 0.59 |
| Hex | D9 | FF | 2E | F | 0 | 52 | 0 | 47 | 64 | 3B |
| Octal | 331 | 377 | 56 | 17 | 0 | 122 | 0 | 107 | 144 | 73 |
| Binary | 11011001 | 11111111 | 101110 | 1111 | 0 | 1010010 | 0 | 1000111 | 1100100 | 111011 |
Color Harmonies of #D9FF2E
Complementary color
Monochromatic Colors of #D9FF2E
Black with #D9FF2E
Text Example
Text Example
White with #D9FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF2E; }
p { color: rgb(217,255,46); }
H1.HeaderClassName
{
color: #D9FF2E;
}
.AnyTagClassName
{
color: #D9FF2E;
}
</style>
background-color css
<style>
a { background-color: #D9FF2E; }
a { background-color: rgb(217,255,46); }
div.DivClassName
{
background-color: #D9FF2E;
}
.BgClassName
{
background-color: #D9FF2E;
}
</style>
border-color css
<style>
span { border-color: #D9FF2E; }
span { border-color: rgb(217,255,46); }
td.TdClassName
{
border-color: #D9FF2E;
}
.TagClassName
{
border-color: #D9FF2E;
}
</style>