Shades of Pear #D1E52D
Tints of Pear #D1E52D
RGB
CMYK
RGB Variations
Color information
#D1E52D (or 0xD1E52D) is known color: Pear. HEX triplet: D1, E5 and 2D. RGB value is (209,229,45). Sum of RGB (Red+Green+Blue) = 209+229+45=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 45 (17.97% from 255 or 9.32% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E52D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E52D is #2E1AD2. Grayscale: #CACACA. Windows color (decimal): -3021523 or 3007953. OLE color: 3007953.
HSL color Cylindrical-coordinate representation of color #D1E52D: hue angle of 66.52º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D1E52D is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 45 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.10 |
| HSL | 66.52º | 0.78% | 0.54% | - |
| HSV(B) | 66.52º | 0.8% | 0.9% | - |
| XYZ | 54.79 | 69.78 | 13.06 | - |
| YUV | 202.04 | 39.37 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 45 | 0.09 | 0 | 0.80 | 0.10 | 66.52 | 0.78 | 0.54 |
| Hex | D1 | E5 | 2D | 9 | 0 | 50 | A | 43 | 4E | 36 |
| Octal | 321 | 345 | 55 | 11 | 0 | 120 | 12 | 103 | 116 | 66 |
| Binary | 11010001 | 11100101 | 101101 | 1001 | 0 | 1010000 | 1010 | 1000011 | 1001110 | 110110 |
Color Harmonies of #D1E52D
Complementary color
Monochromatic Colors of #D1E52D
Black with #D1E52D
Text Example
Text Example
White with #D1E52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E52D; }
p { color: rgb(209,229,45); }
H1.HeaderClassName
{
color: #D1E52D;
}
.AnyTagClassName
{
color: #D1E52D;
}
</style>
background-color css
<style>
a { background-color: #D1E52D; }
a { background-color: rgb(209,229,45); }
div.DivClassName
{
background-color: #D1E52D;
}
.BgClassName
{
background-color: #D1E52D;
}
</style>
border-color css
<style>
span { border-color: #D1E52D; }
span { border-color: rgb(209,229,45); }
td.TdClassName
{
border-color: #D1E52D;
}
.TagClassName
{
border-color: #D1E52D;
}
</style>