Shades of Bitter Lemon #CBDB2D
Tints of Bitter Lemon #CBDB2D
RGB
CMYK
RGB Variations
Color information
#CBDB2D (or 0xCBDB2D) is known color: Bitter Lemon. HEX triplet: CB, DB and 2D. RGB value is (203,219,45). Sum of RGB (Red+Green+Blue) = 203+219+45=467 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.47% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB2D is #3424D2. Grayscale: #C3C3C3. Windows color (decimal): -3417299 or 3005387. OLE color: 3005387.
HSL color Cylindrical-coordinate representation of color #CBDB2D: hue angle of 65.52º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CBDB2D is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 45 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.14 |
| HSL | 65.52º | 0.71% | 0.52% | - |
| HSV(B) | 65.52º | 0.79% | 0.86% | - |
| XYZ | 50.43 | 63.55 | 12.09 | - |
| YUV | 194.38 | 43.7 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 45 | 0.07 | 0 | 0.79 | 0.14 | 65.52 | 0.71 | 0.52 |
| Hex | CB | DB | 2D | 7 | 0 | 4F | E | 42 | 47 | 34 |
| Octal | 313 | 333 | 55 | 7 | 0 | 117 | 16 | 102 | 107 | 64 |
| Binary | 11001011 | 11011011 | 101101 | 111 | 0 | 1001111 | 1110 | 1000010 | 1000111 | 110100 |
Color Harmonies of #CBDB2D
Complementary color
Monochromatic Colors of #CBDB2D
Black with #CBDB2D
Text Example
Text Example
White with #CBDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB2D; }
p { color: rgb(203,219,45); }
H1.HeaderClassName
{
color: #CBDB2D;
}
.AnyTagClassName
{
color: #CBDB2D;
}
</style>
background-color css
<style>
a { background-color: #CBDB2D; }
a { background-color: rgb(203,219,45); }
div.DivClassName
{
background-color: #CBDB2D;
}
.BgClassName
{
background-color: #CBDB2D;
}
</style>
border-color css
<style>
span { border-color: #CBDB2D; }
span { border-color: rgb(203,219,45); }
td.TdClassName
{
border-color: #CBDB2D;
}
.TagClassName
{
border-color: #CBDB2D;
}
</style>