Shades of Bitter Lemon #D5D72E
Tints of Bitter Lemon #D5D72E
RGB
CMYK
RGB Variations
Color information
#D5D72E (or 0xD5D72E) is known color: Bitter Lemon. HEX triplet: D5, D7 and 2E. RGB value is (213,215,46). Sum of RGB (Red+Green+Blue) = 213+215+46=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 46 (18.36% from 255 or 9.70% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #D5D72E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D72E is #2A28D1. Grayscale: #C3C3C3. Windows color (decimal): -2762962 or 3069909. OLE color: 3069909.
HSL color Cylindrical-coordinate representation of color #D5D72E: hue angle of 60.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5D72E is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 215 | 46 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.16 |
| HSL | 60.71º | 0.68% | 0.51% | - |
| HSV(B) | 60.71º | 0.79% | 0.84% | - |
| XYZ | 52.23 | 62.94 | 11.98 | - |
| YUV | 195.14 | 43.84 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 215 | 46 | 0.01 | 0 | 0.79 | 0.16 | 60.71 | 0.68 | 0.51 |
| Hex | D5 | D7 | 2E | 1 | 0 | 4F | 10 | 3D | 44 | 33 |
| Octal | 325 | 327 | 56 | 1 | 0 | 117 | 20 | 75 | 104 | 63 |
| Binary | 11010101 | 11010111 | 101110 | 1 | 0 | 1001111 | 10000 | 111101 | 1000100 | 110011 |
Color Harmonies of #D5D72E
Complementary color
Monochromatic Colors of #D5D72E
Black with #D5D72E
Text Example
Text Example
White with #D5D72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D72E; }
p { color: rgb(213,215,46); }
H1.HeaderClassName
{
color: #D5D72E;
}
.AnyTagClassName
{
color: #D5D72E;
}
</style>
background-color css
<style>
a { background-color: #D5D72E; }
a { background-color: rgb(213,215,46); }
div.DivClassName
{
background-color: #D5D72E;
}
.BgClassName
{
background-color: #D5D72E;
}
</style>
border-color css
<style>
span { border-color: #D5D72E; }
span { border-color: rgb(213,215,46); }
td.TdClassName
{
border-color: #D5D72E;
}
.TagClassName
{
border-color: #D5D72E;
}
</style>