Shades of Bitter Lemon #D5DF46
Tints of Bitter Lemon #D5DF46
RGB
CMYK
RGB Variations
Color information
#D5DF46 (or 0xD5DF46) is known color: Bitter Lemon. HEX triplet: D5, DF and 46. RGB value is (213,223,70). Sum of RGB (Red+Green+Blue) = 213+223+70=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF46 is #2A20B9. Grayscale: #CBCBCB. Windows color (decimal): -2760890 or 4644821. OLE color: 4644821.
HSL color Cylindrical-coordinate representation of color #D5DF46: hue angle of 63.92º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5DF46 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 70 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.13 |
| HSL | 63.92º | 0.71% | 0.57% | - |
| HSV(B) | 63.92º | 0.69% | 0.87% | - |
| XYZ | 54.93 | 67.36 | 15.9 | - |
| YUV | 202.57 | 53.19 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 70 | 0.04 | 0 | 0.69 | 0.13 | 63.92 | 0.71 | 0.57 |
| Hex | D5 | DF | 46 | 4 | 0 | 45 | D | 40 | 47 | 39 |
| Octal | 325 | 337 | 106 | 4 | 0 | 105 | 15 | 100 | 107 | 71 |
| Binary | 11010101 | 11011111 | 1000110 | 100 | 0 | 1000101 | 1101 | 1000000 | 1000111 | 111001 |
Color Harmonies of #D5DF46
Complementary color
Monochromatic Colors of #D5DF46
Black with #D5DF46
Text Example
Text Example
White with #D5DF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF46; }
p { color: rgb(213,223,70); }
H1.HeaderClassName
{
color: #D5DF46;
}
.AnyTagClassName
{
color: #D5DF46;
}
</style>
background-color css
<style>
a { background-color: #D5DF46; }
a { background-color: rgb(213,223,70); }
div.DivClassName
{
background-color: #D5DF46;
}
.BgClassName
{
background-color: #D5DF46;
}
</style>
border-color css
<style>
span { border-color: #D5DF46; }
span { border-color: rgb(213,223,70); }
td.TdClassName
{
border-color: #D5DF46;
}
.TagClassName
{
border-color: #D5DF46;
}
</style>