Shades of Bitter Lemon #CBD630
Tints of Bitter Lemon #CBD630
RGB
CMYK
RGB Variations
Color information
#CBD630 (or 0xCBD630) is known color: Bitter Lemon. HEX triplet: CB, D6 and 30. RGB value is (203,214,48). Sum of RGB (Red+Green+Blue) = 203+214+48=465 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.66% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 214 - color contains mainly: green. Hex color #CBD630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD630 is #3429CF. Grayscale: #C0C0C0. Windows color (decimal): -3418576 or 3200715. OLE color: 3200715.
HSL color Cylindrical-coordinate representation of color #CBD630: hue angle of 63.98º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBD630 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 214 | 48 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.16 |
| HSL | 63.98º | 0.67% | 0.51% | - |
| HSV(B) | 63.98º | 0.78% | 0.84% | - |
| XYZ | 49.21 | 61 | 11.98 | - |
| YUV | 191.79 | 46.86 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 214 | 48 | 0.05 | 0 | 0.78 | 0.16 | 63.98 | 0.67 | 0.51 |
| Hex | CB | D6 | 30 | 5 | 0 | 4E | 10 | 40 | 43 | 33 |
| Octal | 313 | 326 | 60 | 5 | 0 | 116 | 20 | 100 | 103 | 63 |
| Binary | 11001011 | 11010110 | 110000 | 101 | 0 | 1001110 | 10000 | 1000000 | 1000011 | 110011 |
Color Harmonies of #CBD630
Complementary color
Monochromatic Colors of #CBD630
Black with #CBD630
Text Example
Text Example
White with #CBD630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD630; }
p { color: rgb(203,214,48); }
H1.HeaderClassName
{
color: #CBD630;
}
.AnyTagClassName
{
color: #CBD630;
}
</style>
background-color css
<style>
a { background-color: #CBD630; }
a { background-color: rgb(203,214,48); }
div.DivClassName
{
background-color: #CBD630;
}
.BgClassName
{
background-color: #CBD630;
}
</style>
border-color css
<style>
span { border-color: #CBD630; }
span { border-color: rgb(203,214,48); }
td.TdClassName
{
border-color: #CBD630;
}
.TagClassName
{
border-color: #CBD630;
}
</style>