Shades of Bitter Lemon #D5DA40
Tints of Bitter Lemon #D5DA40
RGB
CMYK
RGB Variations
Color information
#D5DA40 (or 0xD5DA40) is known color: Bitter Lemon. HEX triplet: D5, DA and 40. RGB value is (213,218,64). Sum of RGB (Red+Green+Blue) = 213+218+64=495 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.03% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 64 (25.39% from 255 or 12.93% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA40 is #2A25BF. Grayscale: #C7C7C7. Windows color (decimal): -2762176 or 4250325. OLE color: 4250325.
HSL color Cylindrical-coordinate representation of color #D5DA40: hue angle of 61.95º 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 #D5DA40 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 218 | 64 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.15 |
| HSL | 61.95º | 0.68% | 0.55% | - |
| HSV(B) | 61.95º | 0.71% | 0.85% | - |
| XYZ | 53.44 | 64.66 | 14.51 | - |
| YUV | 198.95 | 51.84 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 218 | 64 | 0.02 | 0 | 0.71 | 0.15 | 61.95 | 0.68 | 0.55 |
| Hex | D5 | DA | 40 | 2 | 0 | 47 | F | 3E | 44 | 37 |
| Octal | 325 | 332 | 100 | 2 | 0 | 107 | 17 | 76 | 104 | 67 |
| Binary | 11010101 | 11011010 | 1000000 | 10 | 0 | 1000111 | 1111 | 111110 | 1000100 | 110111 |
Color Harmonies of #D5DA40
Complementary color
Monochromatic Colors of #D5DA40
Black with #D5DA40
Text Example
Text Example
White with #D5DA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DA40; }
p { color: rgb(213,218,64); }
H1.HeaderClassName
{
color: #D5DA40;
}
.AnyTagClassName
{
color: #D5DA40;
}
</style>
background-color css
<style>
a { background-color: #D5DA40; }
a { background-color: rgb(213,218,64); }
div.DivClassName
{
background-color: #D5DA40;
}
.BgClassName
{
background-color: #D5DA40;
}
</style>
border-color css
<style>
span { border-color: #D5DA40; }
span { border-color: rgb(213,218,64); }
td.TdClassName
{
border-color: #D5DA40;
}
.TagClassName
{
border-color: #D5DA40;
}
</style>