Shades of Bitter Lemon #D5DF39
Tints of Bitter Lemon #D5DF39
RGB
CMYK
RGB Variations
Color information
#D5DF39 (or 0xD5DF39) is known color: Bitter Lemon. HEX triplet: D5, DF and 39. RGB value is (213,223,57). Sum of RGB (Red+Green+Blue) = 213+223+57=493 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.20% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 57 (22.66% from 255 or 11.56% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF39 is #2A20C6. Grayscale: #C9C9C9. Windows color (decimal): -2760903 or 3792853. OLE color: 3792853.
HSL color Cylindrical-coordinate representation of color #D5DF39: hue angle of 63.61º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5DF39 is Cyan = 0.04, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 57 | - |
| CMYK | 0.04 | 0 | 0.74 | 0.13 |
| HSL | 63.61º | 0.72% | 0.55% | - |
| HSV(B) | 63.61º | 0.74% | 0.87% | - |
| XYZ | 54.57 | 67.22 | 13.97 | - |
| YUV | 201.09 | 46.69 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 57 | 0.04 | 0 | 0.74 | 0.13 | 63.61 | 0.72 | 0.55 |
| Hex | D5 | DF | 39 | 4 | 0 | 4A | D | 40 | 48 | 37 |
| Octal | 325 | 337 | 71 | 4 | 0 | 112 | 15 | 100 | 110 | 67 |
| Binary | 11010101 | 11011111 | 111001 | 100 | 0 | 1001010 | 1101 | 1000000 | 1001000 | 110111 |
Color Harmonies of #D5DF39
Complementary color
Monochromatic Colors of #D5DF39
Black with #D5DF39
Text Example
Text Example
White with #D5DF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF39; }
p { color: rgb(213,223,57); }
H1.HeaderClassName
{
color: #D5DF39;
}
.AnyTagClassName
{
color: #D5DF39;
}
</style>
background-color css
<style>
a { background-color: #D5DF39; }
a { background-color: rgb(213,223,57); }
div.DivClassName
{
background-color: #D5DF39;
}
.BgClassName
{
background-color: #D5DF39;
}
</style>
border-color css
<style>
span { border-color: #D5DF39; }
span { border-color: rgb(213,223,57); }
td.TdClassName
{
border-color: #D5DF39;
}
.TagClassName
{
border-color: #D5DF39;
}
</style>