Shades of Pear #D1ED4F
Tints of Pear #D1ED4F
RGB
CMYK
RGB Variations
Color information
#D1ED4F (or 0xD1ED4F) is known color: Pear. HEX triplet: D1, ED and 4F. RGB value is (209,237,79). Sum of RGB (Red+Green+Blue) = 209+237+79=525 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.81% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1ED4F is #2E12B0. Grayscale: #D3D3D3. Windows color (decimal): -3019441 or 5238225. OLE color: 5238225.
HSL color Cylindrical-coordinate representation of color #D1ED4F: hue angle of 70.63º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1ED4F is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 79 | - |
| CMYK | 0.12 | 0 | 0.67 | 0.07 |
| HSL | 70.63º | 0.81% | 0.62% | - |
| HSV(B) | 70.63º | 0.67% | 0.93% | - |
| XYZ | 57.99 | 74.69 | 18.76 | - |
| YUV | 210.62 | 53.72 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 79 | 0.12 | 0 | 0.67 | 0.07 | 70.63 | 0.81 | 0.62 |
| Hex | D1 | ED | 4F | C | 0 | 43 | 7 | 47 | 51 | 3E |
| Octal | 321 | 355 | 117 | 14 | 0 | 103 | 7 | 107 | 121 | 76 |
| Binary | 11010001 | 11101101 | 1001111 | 1100 | 0 | 1000011 | 111 | 1000111 | 1010001 | 111110 |
Color Harmonies of #D1ED4F
Complementary color
Monochromatic Colors of #D1ED4F
Black with #D1ED4F
Text Example
Text Example
White with #D1ED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED4F; }
p { color: rgb(209,237,79); }
H1.HeaderClassName
{
color: #D1ED4F;
}
.AnyTagClassName
{
color: #D1ED4F;
}
</style>
background-color css
<style>
a { background-color: #D1ED4F; }
a { background-color: rgb(209,237,79); }
div.DivClassName
{
background-color: #D1ED4F;
}
.BgClassName
{
background-color: #D1ED4F;
}
</style>
border-color css
<style>
span { border-color: #D1ED4F; }
span { border-color: rgb(209,237,79); }
td.TdClassName
{
border-color: #D1ED4F;
}
.TagClassName
{
border-color: #D1ED4F;
}
</style>