Shades of Pear #D1EE48
Tints of Pear #D1EE48
RGB
CMYK
RGB Variations
Color information
#D1EE48 (or 0xD1EE48) is known color: Pear. HEX triplet: D1, EE and 48. RGB value is (209,238,72). Sum of RGB (Red+Green+Blue) = 209+238+72=519 (68% of max value = 765). Red value is 209 (82.03% from 255 or 40.27% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 72 (28.52% from 255 or 13.87% from 519); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D1EE48 is #2E11B7. Grayscale: #D3D3D3. Windows color (decimal): -3019192 or 4779729. OLE color: 4779729.
HSL color Cylindrical-coordinate representation of color #D1EE48: hue angle of 70.48º degrees, saturation: 0.83, 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 #D1EE48 is Cyan = 0.12, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 238 | 72 | - |
| CMYK | 0.12 | 0 | 0.70 | 0.07 |
| HSL | 70.48º | 0.83% | 0.61% | - |
| HSV(B) | 70.48º | 0.7% | 0.93% | - |
| XYZ | 58.04 | 75.17 | 17.58 | - |
| YUV | 210.41 | 49.89 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 238 | 72 | 0.12 | 0 | 0.70 | 0.07 | 70.48 | 0.83 | 0.61 |
| Hex | D1 | EE | 48 | C | 0 | 46 | 7 | 46 | 53 | 3D |
| Octal | 321 | 356 | 110 | 14 | 0 | 106 | 7 | 106 | 123 | 75 |
| Binary | 11010001 | 11101110 | 1001000 | 1100 | 0 | 1000110 | 111 | 1000110 | 1010011 | 111101 |
Color Harmonies of #D1EE48
Complementary color
Monochromatic Colors of #D1EE48
Black with #D1EE48
Text Example
Text Example
White with #D1EE48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1EE48; }
p { color: rgb(209,238,72); }
H1.HeaderClassName
{
color: #D1EE48;
}
.AnyTagClassName
{
color: #D1EE48;
}
</style>
background-color css
<style>
a { background-color: #D1EE48; }
a { background-color: rgb(209,238,72); }
div.DivClassName
{
background-color: #D1EE48;
}
.BgClassName
{
background-color: #D1EE48;
}
</style>
border-color css
<style>
span { border-color: #D1EE48; }
span { border-color: rgb(209,238,72); }
td.TdClassName
{
border-color: #D1EE48;
}
.TagClassName
{
border-color: #D1EE48;
}
</style>