Shades of Pear #D1ED48
Tints of Pear #D1ED48
RGB
CMYK
RGB Variations
Color information
#D1ED48 (or 0xD1ED48) is known color: Pear. HEX triplet: D1, ED and 48. RGB value is (209,237,72). Sum of RGB (Red+Green+Blue) = 209+237+72=518 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.35% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 72 (28.52% from 255 or 13.90% from 518); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1ED48 is #2E12B7. Grayscale: #D2D2D2. Windows color (decimal): -3019448 or 4779473. OLE color: 4779473.
HSL color Cylindrical-coordinate representation of color #D1ED48: hue angle of 70.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1ED48 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 72 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.07 |
| HSL | 70.18º | 0.82% | 0.61% | - |
| HSV(B) | 70.18º | 0.7% | 0.93% | - |
| XYZ | 57.75 | 74.59 | 17.48 | - |
| YUV | 209.82 | 50.22 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 72 | 0.12 | 0 | 0.70 | 0.07 | 70.18 | 0.82 | 0.61 |
| Hex | D1 | ED | 48 | C | 0 | 46 | 7 | 46 | 52 | 3D |
| Octal | 321 | 355 | 110 | 14 | 0 | 106 | 7 | 106 | 122 | 75 |
| Binary | 11010001 | 11101101 | 1001000 | 1100 | 0 | 1000110 | 111 | 1000110 | 1010010 | 111101 |
Color Harmonies of #D1ED48
Complementary color
Monochromatic Colors of #D1ED48
Black with #D1ED48
Text Example
Text Example
White with #D1ED48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED48; }
p { color: rgb(209,237,72); }
H1.HeaderClassName
{
color: #D1ED48;
}
.AnyTagClassName
{
color: #D1ED48;
}
</style>
background-color css
<style>
a { background-color: #D1ED48; }
a { background-color: rgb(209,237,72); }
div.DivClassName
{
background-color: #D1ED48;
}
.BgClassName
{
background-color: #D1ED48;
}
</style>
border-color css
<style>
span { border-color: #D1ED48; }
span { border-color: rgb(209,237,72); }
td.TdClassName
{
border-color: #D1ED48;
}
.TagClassName
{
border-color: #D1ED48;
}
</style>