Shades of Bitter Lemon #CDD92A
Tints of Bitter Lemon #CDD92A
RGB
CMYK
RGB Variations
Color information
#CDD92A (or 0xCDD92A) is known color: Bitter Lemon. HEX triplet: CD, D9 and 2A. RGB value is (205,217,42). Sum of RGB (Red+Green+Blue) = 205+217+42=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD92A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD92A is #3226D5. Grayscale: #C2C2C2. Windows color (decimal): -3286742 or 2808269. OLE color: 2808269.
HSL color Cylindrical-coordinate representation of color #CDD92A: hue angle of 64.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CDD92A is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 42 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.15 |
| HSL | 64.11º | 0.7% | 0.51% | - |
| HSV(B) | 64.11º | 0.81% | 0.85% | - |
| XYZ | 50.41 | 62.77 | 11.65 | - |
| YUV | 193.46 | 42.52 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 42 | 0.06 | 0 | 0.81 | 0.15 | 64.11 | 0.7 | 0.51 |
| Hex | CD | D9 | 2A | 6 | 0 | 51 | F | 40 | 46 | 33 |
| Octal | 315 | 331 | 52 | 6 | 0 | 121 | 17 | 100 | 106 | 63 |
| Binary | 11001101 | 11011001 | 101010 | 110 | 0 | 1010001 | 1111 | 1000000 | 1000110 | 110011 |
Color Harmonies of #CDD92A
Complementary color
Monochromatic Colors of #CDD92A
Black with #CDD92A
Text Example
Text Example
White with #CDD92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD92A; }
p { color: rgb(205,217,42); }
H1.HeaderClassName
{
color: #CDD92A;
}
.AnyTagClassName
{
color: #CDD92A;
}
</style>
background-color css
<style>
a { background-color: #CDD92A; }
a { background-color: rgb(205,217,42); }
div.DivClassName
{
background-color: #CDD92A;
}
.BgClassName
{
background-color: #CDD92A;
}
</style>
border-color css
<style>
span { border-color: #CDD92A; }
span { border-color: rgb(205,217,42); }
td.TdClassName
{
border-color: #CDD92A;
}
.TagClassName
{
border-color: #CDD92A;
}
</style>