Shades of Pear #D1EF47
Tints of Pear #D1EF47
RGB
CMYK
RGB Variations
Color information
#D1EF47 (or 0xD1EF47) is known color: Pear. HEX triplet: D1, EF and 47. RGB value is (209,239,71). Sum of RGB (Red+Green+Blue) = 209+239+71=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 239 (93.75% from 255 or 46.05% from 519); Blue value is 71 (28.12% from 255 or 13.68% from 519); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF47 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EF47 is #2E10B8. Grayscale: #D3D3D3. Windows color (decimal): -3018937 or 4714449. OLE color: 4714449.
HSL color Cylindrical-coordinate representation of color #D1EF47: hue angle of 70.71º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1EF47 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 239 | 71 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.06 |
| HSL | 70.71º | 0.84% | 0.61% | - |
| HSV(B) | 70.71º | 0.7% | 0.94% | - |
| XYZ | 58.3 | 75.74 | 17.51 | - |
| YUV | 210.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 239 | 71 | 0.13 | 0 | 0.70 | 0.06 | 70.71 | 0.84 | 0.61 |
| Hex | D1 | EF | 47 | D | 0 | 46 | 6 | 47 | 54 | 3D |
| Octal | 321 | 357 | 107 | 15 | 0 | 106 | 6 | 107 | 124 | 75 |
| Binary | 11010001 | 11101111 | 1000111 | 1101 | 0 | 1000110 | 110 | 1000111 | 1010100 | 111101 |
Color Harmonies of #D1EF47
Complementary color
Monochromatic Colors of #D1EF47
Black with #D1EF47
Text Example
Text Example
White with #D1EF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EF47; }
p { color: rgb(209,239,71); }
H1.HeaderClassName
{
color: #D1EF47;
}
.AnyTagClassName
{
color: #D1EF47;
}
</style>
background-color css
<style>
a { background-color: #D1EF47; }
a { background-color: rgb(209,239,71); }
div.DivClassName
{
background-color: #D1EF47;
}
.BgClassName
{
background-color: #D1EF47;
}
</style>
border-color css
<style>
span { border-color: #D1EF47; }
span { border-color: rgb(209,239,71); }
td.TdClassName
{
border-color: #D1EF47;
}
.TagClassName
{
border-color: #D1EF47;
}
</style>