Shades of Pear #D1ED44
Tints of Pear #D1ED44
RGB
CMYK
RGB Variations
Color information
#D1ED44 (or 0xD1ED44) is known color: Pear. HEX triplet: D1, ED and 44. RGB value is (209,237,68). Sum of RGB (Red+Green+Blue) = 209+237+68=514 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.66% from 514); Green value is 237 (92.97% from 255 or 46.11% from 514); Blue value is 68 (26.95% from 255 or 13.23% from 514); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1ED44 is #2E12BB. Grayscale: #D2D2D2. Windows color (decimal): -3019452 or 4517329. OLE color: 4517329.
HSL color Cylindrical-coordinate representation of color #D1ED44: hue angle of 69.94º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1ED44 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 68 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.07 |
| HSL | 69.94º | 0.82% | 0.6% | - |
| HSV(B) | 69.94º | 0.71% | 0.93% | - |
| XYZ | 57.62 | 74.54 | 16.82 | - |
| YUV | 209.36 | 48.22 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 68 | 0.12 | 0 | 0.71 | 0.07 | 69.94 | 0.82 | 0.6 |
| Hex | D1 | ED | 44 | C | 0 | 47 | 7 | 46 | 52 | 3C |
| Octal | 321 | 355 | 104 | 14 | 0 | 107 | 7 | 106 | 122 | 74 |
| Binary | 11010001 | 11101101 | 1000100 | 1100 | 0 | 1000111 | 111 | 1000110 | 1010010 | 111100 |
Color Harmonies of #D1ED44
Complementary color
Monochromatic Colors of #D1ED44
Black with #D1ED44
Text Example
Text Example
White with #D1ED44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED44; }
p { color: rgb(209,237,68); }
H1.HeaderClassName
{
color: #D1ED44;
}
.AnyTagClassName
{
color: #D1ED44;
}
</style>
background-color css
<style>
a { background-color: #D1ED44; }
a { background-color: rgb(209,237,68); }
div.DivClassName
{
background-color: #D1ED44;
}
.BgClassName
{
background-color: #D1ED44;
}
</style>
border-color css
<style>
span { border-color: #D1ED44; }
span { border-color: rgb(209,237,68); }
td.TdClassName
{
border-color: #D1ED44;
}
.TagClassName
{
border-color: #D1ED44;
}
</style>