Shades of Bitter Lemon #CBDA2C
Tints of Bitter Lemon #CBDA2C
RGB
CMYK
RGB Variations
Color information
#CBDA2C (or 0xCBDA2C) is known color: Bitter Lemon. HEX triplet: CB, DA and 2C. RGB value is (203,218,44). Sum of RGB (Red+Green+Blue) = 203+218+44=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 44 (17.58% from 255 or 9.46% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDA2C is #3425D3. Grayscale: #C2C2C2. Windows color (decimal): -3417556 or 2939595. OLE color: 2939595.
HSL color Cylindrical-coordinate representation of color #CBDA2C: hue angle of 65.17º 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 #CBDA2C is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 44 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.15 |
| HSL | 65.17º | 0.7% | 0.51% | - |
| HSV(B) | 65.17º | 0.8% | 0.85% | - |
| XYZ | 50.15 | 63.02 | 11.9 | - |
| YUV | 193.68 | 43.53 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 44 | 0.07 | 0 | 0.80 | 0.15 | 65.17 | 0.7 | 0.51 |
| Hex | CB | DA | 2C | 7 | 0 | 50 | F | 41 | 46 | 33 |
| Octal | 313 | 332 | 54 | 7 | 0 | 120 | 17 | 101 | 106 | 63 |
| Binary | 11001011 | 11011010 | 101100 | 111 | 0 | 1010000 | 1111 | 1000001 | 1000110 | 110011 |
Color Harmonies of #CBDA2C
Complementary color
Monochromatic Colors of #CBDA2C
Black with #CBDA2C
Text Example
Text Example
White with #CBDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA2C; }
p { color: rgb(203,218,44); }
H1.HeaderClassName
{
color: #CBDA2C;
}
.AnyTagClassName
{
color: #CBDA2C;
}
</style>
background-color css
<style>
a { background-color: #CBDA2C; }
a { background-color: rgb(203,218,44); }
div.DivClassName
{
background-color: #CBDA2C;
}
.BgClassName
{
background-color: #CBDA2C;
}
</style>
border-color css
<style>
span { border-color: #CBDA2C; }
span { border-color: rgb(203,218,44); }
td.TdClassName
{
border-color: #CBDA2C;
}
.TagClassName
{
border-color: #CBDA2C;
}
</style>