Shades of Bitter Lemon #D3E148
Tints of Bitter Lemon #D3E148
RGB
CMYK
RGB Variations
Color information
#D3E148 (or 0xD3E148) is known color: Bitter Lemon. HEX triplet: D3, E1 and 48. RGB value is (211,225,72). Sum of RGB (Red+Green+Blue) = 211+225+72=508 (67% of max value = 765). Red value is 211 (82.81% from 255 or 41.54% from 508); Green value is 225 (88.28% from 255 or 44.29% from 508); Blue value is 72 (28.52% from 255 or 14.17% from 508); Max value from RGB is 225 - color contains mainly: green. Hex color #D3E148 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E148 is #2C1EB7. Grayscale: #CBCBCB. Windows color (decimal): -2891448 or 4776403. OLE color: 4776403.
HSL color Cylindrical-coordinate representation of color #D3E148: hue angle of 65.49º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D3E148 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 225 | 72 | - |
| CMYK | 0.06 | 0 | 0.68 | 0.12 |
| HSL | 65.49º | 0.72% | 0.58% | - |
| HSV(B) | 65.49º | 0.68% | 0.88% | - |
| XYZ | 54.96 | 68.17 | 16.39 | - |
| YUV | 203.37 | 53.86 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 225 | 72 | 0.06 | 0 | 0.68 | 0.12 | 65.49 | 0.72 | 0.58 |
| Hex | D3 | E1 | 48 | 6 | 0 | 44 | C | 41 | 48 | 3A |
| Octal | 323 | 341 | 110 | 6 | 0 | 104 | 14 | 101 | 110 | 72 |
| Binary | 11010011 | 11100001 | 1001000 | 110 | 0 | 1000100 | 1100 | 1000001 | 1001000 | 111010 |
Color Harmonies of #D3E148
Complementary color
Monochromatic Colors of #D3E148
Black with #D3E148
Text Example
Text Example
White with #D3E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E148; }
p { color: rgb(211,225,72); }
H1.HeaderClassName
{
color: #D3E148;
}
.AnyTagClassName
{
color: #D3E148;
}
</style>
background-color css
<style>
a { background-color: #D3E148; }
a { background-color: rgb(211,225,72); }
div.DivClassName
{
background-color: #D3E148;
}
.BgClassName
{
background-color: #D3E148;
}
</style>
border-color css
<style>
span { border-color: #D3E148; }
span { border-color: rgb(211,225,72); }
td.TdClassName
{
border-color: #D3E148;
}
.TagClassName
{
border-color: #D3E148;
}
</style>