Shades of Bitter Lemon #D5DC45
Tints of Bitter Lemon #D5DC45
RGB
CMYK
RGB Variations
Color information
#D5DC45 (or 0xD5DC45) is known color: Bitter Lemon. HEX triplet: D5, DC and 45. RGB value is (213,220,69). Sum of RGB (Red+Green+Blue) = 213+220+69=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 220 (86.33% from 255 or 43.82% from 502); Blue value is 69 (27.34% from 255 or 13.75% from 502); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC45 is #2A23BA. Grayscale: #C9C9C9. Windows color (decimal): -2761659 or 4578517. OLE color: 4578517.
HSL color Cylindrical-coordinate representation of color #D5DC45: hue angle of 62.78º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5DC45 is Cyan = 0.03, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 213 | 220 | 69 | - |
| CMYK | 0.03 | 0 | 0.69 | 0.14 |
| HSL | 62.78º | 0.68% | 0.57% | - |
| HSV(B) | 62.78º | 0.69% | 0.86% | - |
| XYZ | 54.11 | 65.76 | 15.47 | - |
| YUV | 200.69 | 53.68 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 220 | 69 | 0.03 | 0 | 0.69 | 0.14 | 62.78 | 0.68 | 0.57 |
| Hex | D5 | DC | 45 | 3 | 0 | 45 | E | 3F | 44 | 39 |
| Octal | 325 | 334 | 105 | 3 | 0 | 105 | 16 | 77 | 104 | 71 |
| Binary | 11010101 | 11011100 | 1000101 | 11 | 0 | 1000101 | 1110 | 111111 | 1000100 | 111001 |
Color Harmonies of #D5DC45
Complementary color
Monochromatic Colors of #D5DC45
Black with #D5DC45
Text Example
Text Example
White with #D5DC45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DC45; }
p { color: rgb(213,220,69); }
H1.HeaderClassName
{
color: #D5DC45;
}
.AnyTagClassName
{
color: #D5DC45;
}
</style>
background-color css
<style>
a { background-color: #D5DC45; }
a { background-color: rgb(213,220,69); }
div.DivClassName
{
background-color: #D5DC45;
}
.BgClassName
{
background-color: #D5DC45;
}
</style>
border-color css
<style>
span { border-color: #D5DC45; }
span { border-color: rgb(213,220,69); }
td.TdClassName
{
border-color: #D5DC45;
}
.TagClassName
{
border-color: #D5DC45;
}
</style>