Shades of Bitter Lemon #D4DD25
Tints of Bitter Lemon #D4DD25
RGB
CMYK
RGB Variations
Color information
#D4DD25 (or 0xD4DD25) is known color: Bitter Lemon. HEX triplet: D4, DD and 25. RGB value is (212,221,37). Sum of RGB (Red+Green+Blue) = 212+221+37=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD25 is #2B22DA. Grayscale: #C6C6C6. Windows color (decimal): -2826971 or 2481620. OLE color: 2481620.
HSL color Cylindrical-coordinate representation of color #D4DD25: hue angle of 62.93º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D4DD25 is Cyan = 0.04, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 221 | 37 | - |
| CMYK | 0.04 | 0 | 0.83 | 0.13 |
| HSL | 62.93º | 0.73% | 0.51% | - |
| HSV(B) | 62.93º | 0.83% | 0.87% | - |
| XYZ | 53.34 | 65.84 | 11.65 | - |
| YUV | 197.33 | 37.52 | 138.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 221 | 37 | 0.04 | 0 | 0.83 | 0.13 | 62.93 | 0.73 | 0.51 |
| Hex | D4 | DD | 25 | 4 | 0 | 53 | D | 3F | 49 | 33 |
| Octal | 324 | 335 | 45 | 4 | 0 | 123 | 15 | 77 | 111 | 63 |
| Binary | 11010100 | 11011101 | 100101 | 100 | 0 | 1010011 | 1101 | 111111 | 1001001 | 110011 |
Color Harmonies of #D4DD25
Complementary color
Monochromatic Colors of #D4DD25
Black with #D4DD25
Text Example
Text Example
White with #D4DD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DD25; }
p { color: rgb(212,221,37); }
H1.HeaderClassName
{
color: #D4DD25;
}
.AnyTagClassName
{
color: #D4DD25;
}
</style>
background-color css
<style>
a { background-color: #D4DD25; }
a { background-color: rgb(212,221,37); }
div.DivClassName
{
background-color: #D4DD25;
}
.BgClassName
{
background-color: #D4DD25;
}
</style>
border-color css
<style>
span { border-color: #D4DD25; }
span { border-color: rgb(212,221,37); }
td.TdClassName
{
border-color: #D4DD25;
}
.TagClassName
{
border-color: #D4DD25;
}
</style>