Shades of Pear #D1E52C
Tints of Pear #D1E52C
RGB
CMYK
RGB Variations
Color information
#D1E52C (or 0xD1E52C) is known color: Pear. HEX triplet: D1, E5 and 2C. RGB value is (209,229,44). Sum of RGB (Red+Green+Blue) = 209+229+44=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 229 (89.84% from 255 or 47.51% from 482); Blue value is 44 (17.58% from 255 or 9.13% from 482); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E52C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E52C is #2E1AD3. Grayscale: #CACACA. Windows color (decimal): -3021524 or 2942417. OLE color: 2942417.
HSL color Cylindrical-coordinate representation of color #D1E52C: hue angle of 66.49º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D1E52C is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 44 | - |
| CMYK | 0.09 | 0 | 0.81 | 0.10 |
| HSL | 66.49º | 0.78% | 0.54% | - |
| HSV(B) | 66.49º | 0.81% | 0.9% | - |
| XYZ | 54.77 | 69.78 | 12.96 | - |
| YUV | 201.93 | 38.87 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 44 | 0.09 | 0 | 0.81 | 0.10 | 66.49 | 0.78 | 0.54 |
| Hex | D1 | E5 | 2C | 9 | 0 | 51 | A | 42 | 4E | 36 |
| Octal | 321 | 345 | 54 | 11 | 0 | 121 | 12 | 102 | 116 | 66 |
| Binary | 11010001 | 11100101 | 101100 | 1001 | 0 | 1010001 | 1010 | 1000010 | 1001110 | 110110 |
Color Harmonies of #D1E52C
Complementary color
Monochromatic Colors of #D1E52C
Black with #D1E52C
Text Example
Text Example
White with #D1E52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E52C; }
p { color: rgb(209,229,44); }
H1.HeaderClassName
{
color: #D1E52C;
}
.AnyTagClassName
{
color: #D1E52C;
}
</style>
background-color css
<style>
a { background-color: #D1E52C; }
a { background-color: rgb(209,229,44); }
div.DivClassName
{
background-color: #D1E52C;
}
.BgClassName
{
background-color: #D1E52C;
}
</style>
border-color css
<style>
span { border-color: #D1E52C; }
span { border-color: rgb(209,229,44); }
td.TdClassName
{
border-color: #D1E52C;
}
.TagClassName
{
border-color: #D1E52C;
}
</style>