Shades of Bitter Lemon #D5D924
Tints of Bitter Lemon #D5D924
RGB
CMYK
RGB Variations
Color information
#D5D924 (or 0xD5D924) is known color: Bitter Lemon. HEX triplet: D5, D9 and 24. RGB value is (213,217,36). Sum of RGB (Red+Green+Blue) = 213+217+36=466 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.71% from 466); Green value is 217 (85.16% from 255 or 46.57% from 466); Blue value is 36 (14.45% from 255 or 7.73% from 466); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D924 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D924 is #2A26DB. Grayscale: #C3C3C3. Windows color (decimal): -2762460 or 2415061. OLE color: 2415061.
HSL color Cylindrical-coordinate representation of color #D5D924: hue angle of 61.33º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5D924 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 36 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.15 |
| HSL | 61.33º | 0.72% | 0.5% | - |
| HSV(B) | 61.33º | 0.83% | 0.85% | - |
| XYZ | 52.57 | 63.9 | 11.23 | - |
| YUV | 195.17 | 38.17 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 36 | 0.02 | 0 | 0.83 | 0.15 | 61.33 | 0.72 | 0.5 |
| Hex | D5 | D9 | 24 | 2 | 0 | 53 | F | 3D | 48 | 32 |
| Octal | 325 | 331 | 44 | 2 | 0 | 123 | 17 | 75 | 110 | 62 |
| Binary | 11010101 | 11011001 | 100100 | 10 | 0 | 1010011 | 1111 | 111101 | 1001000 | 110010 |
Color Harmonies of #D5D924
Complementary color
Monochromatic Colors of #D5D924
Black with #D5D924
Text Example
Text Example
White with #D5D924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D924; }
p { color: rgb(213,217,36); }
H1.HeaderClassName
{
color: #D5D924;
}
.AnyTagClassName
{
color: #D5D924;
}
</style>
background-color css
<style>
a { background-color: #D5D924; }
a { background-color: rgb(213,217,36); }
div.DivClassName
{
background-color: #D5D924;
}
.BgClassName
{
background-color: #D5D924;
}
</style>
border-color css
<style>
span { border-color: #D5D924; }
span { border-color: rgb(213,217,36); }
td.TdClassName
{
border-color: #D5D924;
}
.TagClassName
{
border-color: #D5D924;
}
</style>