Shades of Pear #D1EB44
Tints of Pear #D1EB44
RGB
CMYK
RGB Variations
Color information
#D1EB44 (or 0xD1EB44) is known color: Pear. HEX triplet: D1, EB and 44. RGB value is (209,235,68). Sum of RGB (Red+Green+Blue) = 209+235+68=512 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.82% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 68 (26.95% from 255 or 13.28% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #D1EB44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EB44 is #2E14BB. Grayscale: #D0D0D0. Windows color (decimal): -3019964 or 4516817. OLE color: 4516817.
HSL color Cylindrical-coordinate representation of color #D1EB44: hue angle of 69.34º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1EB44 is Cyan = 0.11, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 235 | 68 | - |
| CMYK | 0.11 | 0 | 0.71 | 0.08 |
| HSL | 69.34º | 0.81% | 0.59% | - |
| HSV(B) | 69.34º | 0.71% | 0.92% | - |
| XYZ | 57.05 | 73.39 | 16.63 | - |
| YUV | 208.19 | 48.89 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 235 | 68 | 0.11 | 0 | 0.71 | 0.08 | 69.34 | 0.81 | 0.59 |
| Hex | D1 | EB | 44 | B | 0 | 47 | 8 | 45 | 51 | 3B |
| Octal | 321 | 353 | 104 | 13 | 0 | 107 | 10 | 105 | 121 | 73 |
| Binary | 11010001 | 11101011 | 1000100 | 1011 | 0 | 1000111 | 1000 | 1000101 | 1010001 | 111011 |
Color Harmonies of #D1EB44
Complementary color
Monochromatic Colors of #D1EB44
Black with #D1EB44
Text Example
Text Example
White with #D1EB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EB44; }
p { color: rgb(209,235,68); }
H1.HeaderClassName
{
color: #D1EB44;
}
.AnyTagClassName
{
color: #D1EB44;
}
</style>
background-color css
<style>
a { background-color: #D1EB44; }
a { background-color: rgb(209,235,68); }
div.DivClassName
{
background-color: #D1EB44;
}
.BgClassName
{
background-color: #D1EB44;
}
</style>
border-color css
<style>
span { border-color: #D1EB44; }
span { border-color: rgb(209,235,68); }
td.TdClassName
{
border-color: #D1EB44;
}
.TagClassName
{
border-color: #D1EB44;
}
</style>