Shades of Bitter Lemon #D3DF40
Tints of Bitter Lemon #D3DF40
RGB
CMYK
RGB Variations
Color information
#D3DF40 (or 0xD3DF40) is known color: Bitter Lemon. HEX triplet: D3, DF and 40. RGB value is (211,223,64). Sum of RGB (Red+Green+Blue) = 211+223+64=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 64 (25.39% from 255 or 12.85% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF40 is #2C20BF. Grayscale: #C9C9C9. Windows color (decimal): -2891968 or 4251603. OLE color: 4251603.
HSL color Cylindrical-coordinate representation of color #D3DF40: hue angle of 64.53º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3DF40 is Cyan = 0.05, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 64 | - |
| CMYK | 0.05 | 0 | 0.71 | 0.13 |
| HSL | 64.53º | 0.71% | 0.56% | - |
| HSV(B) | 64.53º | 0.71% | 0.87% | - |
| XYZ | 54.18 | 66.99 | 14.93 | - |
| YUV | 201.29 | 50.52 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 64 | 0.05 | 0 | 0.71 | 0.13 | 64.53 | 0.71 | 0.56 |
| Hex | D3 | DF | 40 | 5 | 0 | 47 | D | 41 | 47 | 38 |
| Octal | 323 | 337 | 100 | 5 | 0 | 107 | 15 | 101 | 107 | 70 |
| Binary | 11010011 | 11011111 | 1000000 | 101 | 0 | 1000111 | 1101 | 1000001 | 1000111 | 111000 |
Color Harmonies of #D3DF40
Complementary color
Monochromatic Colors of #D3DF40
Black with #D3DF40
Text Example
Text Example
White with #D3DF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF40; }
p { color: rgb(211,223,64); }
H1.HeaderClassName
{
color: #D3DF40;
}
.AnyTagClassName
{
color: #D3DF40;
}
</style>
background-color css
<style>
a { background-color: #D3DF40; }
a { background-color: rgb(211,223,64); }
div.DivClassName
{
background-color: #D3DF40;
}
.BgClassName
{
background-color: #D3DF40;
}
</style>
border-color css
<style>
span { border-color: #D3DF40; }
span { border-color: rgb(211,223,64); }
td.TdClassName
{
border-color: #D3DF40;
}
.TagClassName
{
border-color: #D3DF40;
}
</style>