Shades of Bitter Lemon #CDD926
Tints of Bitter Lemon #CDD926
RGB
CMYK
RGB Variations
Color information
#CDD926 (or 0xCDD926) is known color: Bitter Lemon. HEX triplet: CD, D9 and 26. RGB value is (205,217,38). Sum of RGB (Red+Green+Blue) = 205+217+38=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD926 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD926 is #3226D9. Grayscale: #C1C1C1. Windows color (decimal): -3286746 or 2546125. OLE color: 2546125.
HSL color Cylindrical-coordinate representation of color #CDD926: hue angle of 64.02º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDD926 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 38 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.15 |
| HSL | 64.02º | 0.7% | 0.5% | - |
| HSV(B) | 64.02º | 0.82% | 0.85% | - |
| XYZ | 50.34 | 62.74 | 11.29 | - |
| YUV | 193.01 | 40.52 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 38 | 0.06 | 0 | 0.82 | 0.15 | 64.02 | 0.7 | 0.5 |
| Hex | CD | D9 | 26 | 6 | 0 | 52 | F | 40 | 46 | 32 |
| Octal | 315 | 331 | 46 | 6 | 0 | 122 | 17 | 100 | 106 | 62 |
| Binary | 11001101 | 11011001 | 100110 | 110 | 0 | 1010010 | 1111 | 1000000 | 1000110 | 110010 |
Color Harmonies of #CDD926
Complementary color
Monochromatic Colors of #CDD926
Black with #CDD926
Text Example
Text Example
White with #CDD926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD926; }
p { color: rgb(205,217,38); }
H1.HeaderClassName
{
color: #CDD926;
}
.AnyTagClassName
{
color: #CDD926;
}
</style>
background-color css
<style>
a { background-color: #CDD926; }
a { background-color: rgb(205,217,38); }
div.DivClassName
{
background-color: #CDD926;
}
.BgClassName
{
background-color: #CDD926;
}
</style>
border-color css
<style>
span { border-color: #CDD926; }
span { border-color: rgb(205,217,38); }
td.TdClassName
{
border-color: #CDD926;
}
.TagClassName
{
border-color: #CDD926;
}
</style>