Shades of Bitter Lemon #CBDA2B
Tints of Bitter Lemon #CBDA2B
RGB
CMYK
RGB Variations
Color information
#CBDA2B (or 0xCBDA2B) is known color: Bitter Lemon. HEX triplet: CB, DA and 2B. RGB value is (203,218,43). Sum of RGB (Red+Green+Blue) = 203+218+43=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 43 (17.19% from 255 or 9.27% from 464); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDA2B is #3425D4. Grayscale: #C2C2C2. Windows color (decimal): -3417557 or 2874059. OLE color: 2874059.
HSL color Cylindrical-coordinate representation of color #CBDA2B: hue angle of 65.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 #CBDA2B is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 43 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.15 |
| HSL | 65.14º | 0.7% | 0.51% | - |
| HSV(B) | 65.14º | 0.8% | 0.85% | - |
| XYZ | 50.14 | 63.01 | 11.81 | - |
| YUV | 193.57 | 43.03 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 43 | 0.07 | 0 | 0.80 | 0.15 | 65.14 | 0.7 | 0.51 |
| Hex | CB | DA | 2B | 7 | 0 | 50 | F | 41 | 46 | 33 |
| Octal | 313 | 332 | 53 | 7 | 0 | 120 | 17 | 101 | 106 | 63 |
| Binary | 11001011 | 11011010 | 101011 | 111 | 0 | 1010000 | 1111 | 1000001 | 1000110 | 110011 |
Color Harmonies of #CBDA2B
Complementary color
Monochromatic Colors of #CBDA2B
Black with #CBDA2B
Text Example
Text Example
White with #CBDA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA2B; }
p { color: rgb(203,218,43); }
H1.HeaderClassName
{
color: #CBDA2B;
}
.AnyTagClassName
{
color: #CBDA2B;
}
</style>
background-color css
<style>
a { background-color: #CBDA2B; }
a { background-color: rgb(203,218,43); }
div.DivClassName
{
background-color: #CBDA2B;
}
.BgClassName
{
background-color: #CBDA2B;
}
</style>
border-color css
<style>
span { border-color: #CBDA2B; }
span { border-color: rgb(203,218,43); }
td.TdClassName
{
border-color: #CBDA2B;
}
.TagClassName
{
border-color: #CBDA2B;
}
</style>