Shades of Bitter Lemon #D6DD25
Tints of Bitter Lemon #D6DD25
RGB
CMYK
RGB Variations
Color information
#D6DD25 (or 0xD6DD25) is known color: Bitter Lemon. HEX triplet: D6, DD and 25. RGB value is (214,221,37). Sum of RGB (Red+Green+Blue) = 214+221+37=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 221 (86.72% from 255 or 46.82% from 472); Blue value is 37 (14.84% from 255 or 7.84% from 472); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD25 is #2922DA. Grayscale: #C6C6C6. Windows color (decimal): -2695899 or 2481622. OLE color: 2481622.
HSL color Cylindrical-coordinate representation of color #D6DD25: hue angle of 62.28º 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 #D6DD25 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 221 | 37 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.13 |
| HSL | 62.28º | 0.73% | 0.51% | - |
| HSV(B) | 62.28º | 0.83% | 0.87% | - |
| XYZ | 53.92 | 66.14 | 11.68 | - |
| YUV | 197.93 | 37.18 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 221 | 37 | 0.03 | 0 | 0.83 | 0.13 | 62.28 | 0.73 | 0.51 |
| Hex | D6 | DD | 25 | 3 | 0 | 53 | D | 3E | 49 | 33 |
| Octal | 326 | 335 | 45 | 3 | 0 | 123 | 15 | 76 | 111 | 63 |
| Binary | 11010110 | 11011101 | 100101 | 11 | 0 | 1010011 | 1101 | 111110 | 1001001 | 110011 |
Color Harmonies of #D6DD25
Complementary color
Monochromatic Colors of #D6DD25
Black with #D6DD25
Text Example
Text Example
White with #D6DD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6DD25; }
p { color: rgb(214,221,37); }
H1.HeaderClassName
{
color: #D6DD25;
}
.AnyTagClassName
{
color: #D6DD25;
}
</style>
background-color css
<style>
a { background-color: #D6DD25; }
a { background-color: rgb(214,221,37); }
div.DivClassName
{
background-color: #D6DD25;
}
.BgClassName
{
background-color: #D6DD25;
}
</style>
border-color css
<style>
span { border-color: #D6DD25; }
span { border-color: rgb(214,221,37); }
td.TdClassName
{
border-color: #D6DD25;
}
.TagClassName
{
border-color: #D6DD25;
}
</style>