Shades of Bitter Lemon #D4DA40
Tints of Bitter Lemon #D4DA40
RGB
CMYK
RGB Variations
Color information
#D4DA40 (or 0xD4DA40) is known color: Bitter Lemon. HEX triplet: D4, DA and 40. RGB value is (212,218,64). Sum of RGB (Red+Green+Blue) = 212+218+64=494 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.91% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 64 (25.39% from 255 or 12.96% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA40 is #2B25BF. Grayscale: #C7C7C7. Windows color (decimal): -2827712 or 4250324. OLE color: 4250324.
HSL color Cylindrical-coordinate representation of color #D4DA40: hue angle of 62.34º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4DA40 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 218 | 64 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.15 |
| HSL | 62.34º | 0.68% | 0.55% | - |
| HSV(B) | 62.34º | 0.71% | 0.85% | - |
| XYZ | 53.15 | 64.51 | 14.5 | - |
| YUV | 198.65 | 52.01 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 218 | 64 | 0.03 | 0 | 0.71 | 0.15 | 62.34 | 0.68 | 0.55 |
| Hex | D4 | DA | 40 | 3 | 0 | 47 | F | 3E | 44 | 37 |
| Octal | 324 | 332 | 100 | 3 | 0 | 107 | 17 | 76 | 104 | 67 |
| Binary | 11010100 | 11011010 | 1000000 | 11 | 0 | 1000111 | 1111 | 111110 | 1000100 | 110111 |
Color Harmonies of #D4DA40
Complementary color
Monochromatic Colors of #D4DA40
Black with #D4DA40
Text Example
Text Example
White with #D4DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DA40; }
p { color: rgb(212,218,64); }
H1.HeaderClassName
{
color: #D4DA40;
}
.AnyTagClassName
{
color: #D4DA40;
}
</style>
background-color css
<style>
a { background-color: #D4DA40; }
a { background-color: rgb(212,218,64); }
div.DivClassName
{
background-color: #D4DA40;
}
.BgClassName
{
background-color: #D4DA40;
}
</style>
border-color css
<style>
span { border-color: #D4DA40; }
span { border-color: rgb(212,218,64); }
td.TdClassName
{
border-color: #D4DA40;
}
.TagClassName
{
border-color: #D4DA40;
}
</style>