Shades of Bitter Lemon #CDD931
Tints of Bitter Lemon #CDD931
RGB
CMYK
RGB Variations
Color information
#CDD931 (or 0xCDD931) is known color: Bitter Lemon. HEX triplet: CD, D9 and 31. RGB value is (205,217,49). Sum of RGB (Red+Green+Blue) = 205+217+49=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 49 (19.53% from 255 or 10.40% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD931 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD931 is #3226CE. Grayscale: #C2C2C2. Windows color (decimal): -3286735 or 3267021. OLE color: 3267021.
HSL color Cylindrical-coordinate representation of color #CDD931: hue angle of 64.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDD931 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 49 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.15 |
| HSL | 64.29º | 0.69% | 0.52% | - |
| HSV(B) | 64.29º | 0.77% | 0.85% | - |
| XYZ | 50.54 | 62.83 | 12.37 | - |
| YUV | 194.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 49 | 0.06 | 0 | 0.77 | 0.15 | 64.29 | 0.69 | 0.52 |
| Hex | CD | D9 | 31 | 6 | 0 | 4D | F | 40 | 45 | 34 |
| Octal | 315 | 331 | 61 | 6 | 0 | 115 | 17 | 100 | 105 | 64 |
| Binary | 11001101 | 11011001 | 110001 | 110 | 0 | 1001101 | 1111 | 1000000 | 1000101 | 110100 |
Color Harmonies of #CDD931
Complementary color
Monochromatic Colors of #CDD931
Black with #CDD931
Text Example
Text Example
White with #CDD931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD931; }
p { color: rgb(205,217,49); }
H1.HeaderClassName
{
color: #CDD931;
}
.AnyTagClassName
{
color: #CDD931;
}
</style>
background-color css
<style>
a { background-color: #CDD931; }
a { background-color: rgb(205,217,49); }
div.DivClassName
{
background-color: #CDD931;
}
.BgClassName
{
background-color: #CDD931;
}
</style>
border-color css
<style>
span { border-color: #CDD931; }
span { border-color: rgb(205,217,49); }
td.TdClassName
{
border-color: #CDD931;
}
.TagClassName
{
border-color: #CDD931;
}
</style>