Shades of Bitter Lemon #CBDA2D
Tints of Bitter Lemon #CBDA2D
RGB
CMYK
RGB Variations
Color information
#CBDA2D (or 0xCBDA2D) is known color: Bitter Lemon. HEX triplet: CB, DA and 2D. RGB value is (203,218,45). Sum of RGB (Red+Green+Blue) = 203+218+45=466 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.56% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 45 (17.97% from 255 or 9.66% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #CBDA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDA2D is #3425D2. Grayscale: #C2C2C2. Windows color (decimal): -3417555 or 3005131. OLE color: 3005131.
HSL color Cylindrical-coordinate representation of color #CBDA2D: hue angle of 65.2º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBDA2D is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 218 | 45 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.15 |
| HSL | 65.2º | 0.7% | 0.52% | - |
| HSV(B) | 65.2º | 0.79% | 0.85% | - |
| XYZ | 50.17 | 63.03 | 12 | - |
| YUV | 193.79 | 44.03 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 218 | 45 | 0.07 | 0 | 0.79 | 0.15 | 65.2 | 0.7 | 0.52 |
| Hex | CB | DA | 2D | 7 | 0 | 4F | F | 41 | 46 | 34 |
| Octal | 313 | 332 | 55 | 7 | 0 | 117 | 17 | 101 | 106 | 64 |
| Binary | 11001011 | 11011010 | 101101 | 111 | 0 | 1001111 | 1111 | 1000001 | 1000110 | 110100 |
Color Harmonies of #CBDA2D
Complementary color
Monochromatic Colors of #CBDA2D
Black with #CBDA2D
Text Example
Text Example
White with #CBDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDA2D; }
p { color: rgb(203,218,45); }
H1.HeaderClassName
{
color: #CBDA2D;
}
.AnyTagClassName
{
color: #CBDA2D;
}
</style>
background-color css
<style>
a { background-color: #CBDA2D; }
a { background-color: rgb(203,218,45); }
div.DivClassName
{
background-color: #CBDA2D;
}
.BgClassName
{
background-color: #CBDA2D;
}
</style>
border-color css
<style>
span { border-color: #CBDA2D; }
span { border-color: rgb(203,218,45); }
td.TdClassName
{
border-color: #CBDA2D;
}
.TagClassName
{
border-color: #CBDA2D;
}
</style>