Shades of Pear #D9FC2E
Tints of Pear #D9FC2E
RGB
CMYK
RGB Variations
Color information
#D9FC2E (or 0xD9FC2E) is known color: Pear. HEX triplet: D9, FC and 2E. RGB value is (217,252,46). Sum of RGB (Red+Green+Blue) = 217+252+46=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 46 (18.36% from 255 or 8.93% from 515); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FC2E is #2603D1. Grayscale: #DADADA. Windows color (decimal): -2491346 or 3079385. OLE color: 3079385.
HSL color Cylindrical-coordinate representation of color #D9FC2E: hue angle of 70.19º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9FC2E is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 46 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.01 |
| HSL | 70.19º | 0.97% | 0.58% | - |
| HSV(B) | 70.19º | 0.82% | 0.99% | - |
| XYZ | 63.92 | 84.57 | 15.54 | - |
| YUV | 218.05 | 30.9 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 46 | 0.14 | 0 | 0.82 | 0.01 | 70.19 | 0.97 | 0.58 |
| Hex | D9 | FC | 2E | E | 0 | 52 | 1 | 46 | 61 | 3A |
| Octal | 331 | 374 | 56 | 16 | 0 | 122 | 1 | 106 | 141 | 72 |
| Binary | 11011001 | 11111100 | 101110 | 1110 | 0 | 1010010 | 1 | 1000110 | 1100001 | 111010 |
Color Harmonies of #D9FC2E
Complementary color
Monochromatic Colors of #D9FC2E
Black with #D9FC2E
Text Example
Text Example
White with #D9FC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FC2E; }
p { color: rgb(217,252,46); }
H1.HeaderClassName
{
color: #D9FC2E;
}
.AnyTagClassName
{
color: #D9FC2E;
}
</style>
background-color css
<style>
a { background-color: #D9FC2E; }
a { background-color: rgb(217,252,46); }
div.DivClassName
{
background-color: #D9FC2E;
}
.BgClassName
{
background-color: #D9FC2E;
}
</style>
border-color css
<style>
span { border-color: #D9FC2E; }
span { border-color: rgb(217,252,46); }
td.TdClassName
{
border-color: #D9FC2E;
}
.TagClassName
{
border-color: #D9FC2E;
}
</style>