Shades of Pear #D1E544
Tints of Pear #D1E544
RGB
CMYK
RGB Variations
Color information
#D1E544 (or 0xD1E544) is known color: Pear. HEX triplet: D1, E5 and 44. RGB value is (209,229,68). Sum of RGB (Red+Green+Blue) = 209+229+68=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 68 (26.95% from 255 or 13.44% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1E544 is #2E1ABB. Grayscale: #CDCDCD. Windows color (decimal): -3021500 or 4515281. OLE color: 4515281.
HSL color Cylindrical-coordinate representation of color #D1E544: hue angle of 67.45º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1E544 is Cyan = 0.09, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 68 | - |
| CMYK | 0.09 | 0 | 0.70 | 0.10 |
| HSL | 67.45º | 0.76% | 0.58% | - |
| HSV(B) | 67.45º | 0.7% | 0.9% | - |
| XYZ | 55.36 | 70.01 | 16.06 | - |
| YUV | 204.67 | 50.87 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 68 | 0.09 | 0 | 0.70 | 0.10 | 67.45 | 0.76 | 0.58 |
| Hex | D1 | E5 | 44 | 9 | 0 | 46 | A | 43 | 4C | 3A |
| Octal | 321 | 345 | 104 | 11 | 0 | 106 | 12 | 103 | 114 | 72 |
| Binary | 11010001 | 11100101 | 1000100 | 1001 | 0 | 1000110 | 1010 | 1000011 | 1001100 | 111010 |
Color Harmonies of #D1E544
Complementary color
Monochromatic Colors of #D1E544
Black with #D1E544
Text Example
Text Example
White with #D1E544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E544; }
p { color: rgb(209,229,68); }
H1.HeaderClassName
{
color: #D1E544;
}
.AnyTagClassName
{
color: #D1E544;
}
</style>
background-color css
<style>
a { background-color: #D1E544; }
a { background-color: rgb(209,229,68); }
div.DivClassName
{
background-color: #D1E544;
}
.BgClassName
{
background-color: #D1E544;
}
</style>
border-color css
<style>
span { border-color: #D1E544; }
span { border-color: rgb(209,229,68); }
td.TdClassName
{
border-color: #D1E544;
}
.TagClassName
{
border-color: #D1E544;
}
</style>