Shades of Bitter Lemon #CBD333
Tints of Bitter Lemon #CBD333
RGB
CMYK
RGB Variations
Color information
#CBD333 (or 0xCBD333) is known color: Bitter Lemon. HEX triplet: CB, D3 and 33. RGB value is (203,211,51). Sum of RGB (Red+Green+Blue) = 203+211+51=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD333 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD333 is #342CCC. Grayscale: #BFBFBF. Windows color (decimal): -3419341 or 3396555. OLE color: 3396555.
HSL color Cylindrical-coordinate representation of color #CBD333: hue angle of 63º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CBD333 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 51 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.17 |
| HSL | 63º | 0.65% | 0.51% | - |
| HSV(B) | 63º | 0.76% | 0.83% | - |
| XYZ | 48.52 | 59.52 | 12.06 | - |
| YUV | 190.37 | 49.35 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 51 | 0.04 | 0 | 0.76 | 0.17 | 63 | 0.65 | 0.51 |
| Hex | CB | D3 | 33 | 4 | 0 | 4C | 11 | 3F | 41 | 33 |
| Octal | 313 | 323 | 63 | 4 | 0 | 114 | 21 | 77 | 101 | 63 |
| Binary | 11001011 | 11010011 | 110011 | 100 | 0 | 1001100 | 10001 | 111111 | 1000001 | 110011 |
Color Harmonies of #CBD333
Complementary color
Monochromatic Colors of #CBD333
Black with #CBD333
Text Example
Text Example
White with #CBD333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD333; }
p { color: rgb(203,211,51); }
H1.HeaderClassName
{
color: #CBD333;
}
.AnyTagClassName
{
color: #CBD333;
}
</style>
background-color css
<style>
a { background-color: #CBD333; }
a { background-color: rgb(203,211,51); }
div.DivClassName
{
background-color: #CBD333;
}
.BgClassName
{
background-color: #CBD333;
}
</style>
border-color css
<style>
span { border-color: #CBD333; }
span { border-color: rgb(203,211,51); }
td.TdClassName
{
border-color: #CBD333;
}
.TagClassName
{
border-color: #CBD333;
}
</style>