Shades of Pear #D9FC2D
Tints of Pear #D9FC2D
RGB
CMYK
RGB Variations
Color information
#D9FC2D (or 0xD9FC2D) is known color: Pear. HEX triplet: D9, FC and 2D. RGB value is (217,252,45). Sum of RGB (Red+Green+Blue) = 217+252+45=514 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.22% from 514); Green value is 252 (98.83% from 255 or 49.03% from 514); Blue value is 45 (17.97% from 255 or 8.75% from 514); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FC2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9FC2D is #2603D2. Grayscale: #DADADA. Windows color (decimal): -2491347 or 3013849. OLE color: 3013849.
HSL color Cylindrical-coordinate representation of color #D9FC2D: hue angle of 70.14º 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 #D9FC2D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 217 | 252 | 45 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.01 |
| HSL | 70.14º | 0.97% | 0.58% | - |
| HSV(B) | 70.14º | 0.82% | 0.99% | - |
| XYZ | 63.9 | 84.56 | 15.44 | - |
| YUV | 217.94 | 30.4 | 127.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 252 | 45 | 0.14 | 0 | 0.82 | 0.01 | 70.14 | 0.97 | 0.58 |
| Hex | D9 | FC | 2D | E | 0 | 52 | 1 | 46 | 61 | 3A |
| Octal | 331 | 374 | 55 | 16 | 0 | 122 | 1 | 106 | 141 | 72 |
| Binary | 11011001 | 11111100 | 101101 | 1110 | 0 | 1010010 | 1 | 1000110 | 1100001 | 111010 |
Color Harmonies of #D9FC2D
Complementary color
Monochromatic Colors of #D9FC2D
Black with #D9FC2D
Text Example
Text Example
White with #D9FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FC2D; }
p { color: rgb(217,252,45); }
H1.HeaderClassName
{
color: #D9FC2D;
}
.AnyTagClassName
{
color: #D9FC2D;
}
</style>
background-color css
<style>
a { background-color: #D9FC2D; }
a { background-color: rgb(217,252,45); }
div.DivClassName
{
background-color: #D9FC2D;
}
.BgClassName
{
background-color: #D9FC2D;
}
</style>
border-color css
<style>
span { border-color: #D9FC2D; }
span { border-color: rgb(217,252,45); }
td.TdClassName
{
border-color: #D9FC2D;
}
.TagClassName
{
border-color: #D9FC2D;
}
</style>