Shades of Bitter Lemon #CDD92B
Tints of Bitter Lemon #CDD92B
RGB
CMYK
RGB Variations
Color information
#CDD92B (or 0xCDD92B) is known color: Bitter Lemon. HEX triplet: CD, D9 and 2B. RGB value is (205,217,43). Sum of RGB (Red+Green+Blue) = 205+217+43=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 217 (85.16% from 255 or 46.67% from 465); Blue value is 43 (17.19% from 255 or 9.25% from 465); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD92B is #3226D4. Grayscale: #C2C2C2. Windows color (decimal): -3286741 or 2873805. OLE color: 2873805.
HSL color Cylindrical-coordinate representation of color #CDD92B: hue angle of 64.14º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDD92B is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 43 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.15 |
| HSL | 64.14º | 0.7% | 0.51% | - |
| HSV(B) | 64.14º | 0.8% | 0.85% | - |
| XYZ | 50.43 | 62.78 | 11.75 | - |
| YUV | 193.58 | 43.02 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 43 | 0.06 | 0 | 0.80 | 0.15 | 64.14 | 0.7 | 0.51 |
| Hex | CD | D9 | 2B | 6 | 0 | 50 | F | 40 | 46 | 33 |
| Octal | 315 | 331 | 53 | 6 | 0 | 120 | 17 | 100 | 106 | 63 |
| Binary | 11001101 | 11011001 | 101011 | 110 | 0 | 1010000 | 1111 | 1000000 | 1000110 | 110011 |
Color Harmonies of #CDD92B
Complementary color
Monochromatic Colors of #CDD92B
Black with #CDD92B
Text Example
Text Example
White with #CDD92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD92B; }
p { color: rgb(205,217,43); }
H1.HeaderClassName
{
color: #CDD92B;
}
.AnyTagClassName
{
color: #CDD92B;
}
</style>
background-color css
<style>
a { background-color: #CDD92B; }
a { background-color: rgb(205,217,43); }
div.DivClassName
{
background-color: #CDD92B;
}
.BgClassName
{
background-color: #CDD92B;
}
</style>
border-color css
<style>
span { border-color: #CDD92B; }
span { border-color: rgb(205,217,43); }
td.TdClassName
{
border-color: #CDD92B;
}
.TagClassName
{
border-color: #CDD92B;
}
</style>