Shades of Bitter Lemon #CDD928
Tints of Bitter Lemon #CDD928
RGB
CMYK
RGB Variations
Color information
#CDD928 (or 0xCDD928) is known color: Bitter Lemon. HEX triplet: CD, D9 and 28. RGB value is (205,217,40). Sum of RGB (Red+Green+Blue) = 205+217+40=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 217 (85.16% from 255 or 46.97% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD928 is #3226D7. Grayscale: #C1C1C1. Windows color (decimal): -3286744 or 2677197. OLE color: 2677197.
HSL color Cylindrical-coordinate representation of color #CDD928: hue angle of 64.07º 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 #CDD928 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 40 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.15 |
| HSL | 64.07º | 0.7% | 0.5% | - |
| HSV(B) | 64.07º | 0.82% | 0.85% | - |
| XYZ | 50.37 | 62.76 | 11.47 | - |
| YUV | 193.23 | 41.52 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 40 | 0.06 | 0 | 0.82 | 0.15 | 64.07 | 0.7 | 0.5 |
| Hex | CD | D9 | 28 | 6 | 0 | 52 | F | 40 | 46 | 32 |
| Octal | 315 | 331 | 50 | 6 | 0 | 122 | 17 | 100 | 106 | 62 |
| Binary | 11001101 | 11011001 | 101000 | 110 | 0 | 1010010 | 1111 | 1000000 | 1000110 | 110010 |
Color Harmonies of #CDD928
Complementary color
Monochromatic Colors of #CDD928
Black with #CDD928
Text Example
Text Example
White with #CDD928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD928; }
p { color: rgb(205,217,40); }
H1.HeaderClassName
{
color: #CDD928;
}
.AnyTagClassName
{
color: #CDD928;
}
</style>
background-color css
<style>
a { background-color: #CDD928; }
a { background-color: rgb(205,217,40); }
div.DivClassName
{
background-color: #CDD928;
}
.BgClassName
{
background-color: #CDD928;
}
</style>
border-color css
<style>
span { border-color: #CDD928; }
span { border-color: rgb(205,217,40); }
td.TdClassName
{
border-color: #CDD928;
}
.TagClassName
{
border-color: #CDD928;
}
</style>