Shades of Bitter Lemon #CBD32F
Tints of Bitter Lemon #CBD32F
RGB
CMYK
RGB Variations
Color information
#CBD32F (or 0xCBD32F) is known color: Bitter Lemon. HEX triplet: CB, D3 and 2F. RGB value is (203,211,47). Sum of RGB (Red+Green+Blue) = 203+211+47=461 (61% of max value = 765). Red value is 203 (79.69% from 255 or 44.03% from 461); Green value is 211 (82.81% from 255 or 45.77% from 461); Blue value is 47 (18.75% from 255 or 10.20% from 461); Max value from RGB is 211 - color contains mainly: green. Hex color #CBD32F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD32F is #342CD0. Grayscale: #BEBEBE. Windows color (decimal): -3419345 or 3134411. OLE color: 3134411.
HSL color Cylindrical-coordinate representation of color #CBD32F: hue angle of 62.93º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBD32F is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 211 | 47 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.17 |
| HSL | 62.93º | 0.65% | 0.51% | - |
| HSV(B) | 62.93º | 0.78% | 0.83% | - |
| XYZ | 48.44 | 59.49 | 11.62 | - |
| YUV | 189.91 | 47.35 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 211 | 47 | 0.04 | 0 | 0.78 | 0.17 | 62.93 | 0.65 | 0.51 |
| Hex | CB | D3 | 2F | 4 | 0 | 4E | 11 | 3F | 41 | 33 |
| Octal | 313 | 323 | 57 | 4 | 0 | 116 | 21 | 77 | 101 | 63 |
| Binary | 11001011 | 11010011 | 101111 | 100 | 0 | 1001110 | 10001 | 111111 | 1000001 | 110011 |
Color Harmonies of #CBD32F
Complementary color
Monochromatic Colors of #CBD32F
Black with #CBD32F
Text Example
Text Example
White with #CBD32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD32F; }
p { color: rgb(203,211,47); }
H1.HeaderClassName
{
color: #CBD32F;
}
.AnyTagClassName
{
color: #CBD32F;
}
</style>
background-color css
<style>
a { background-color: #CBD32F; }
a { background-color: rgb(203,211,47); }
div.DivClassName
{
background-color: #CBD32F;
}
.BgClassName
{
background-color: #CBD32F;
}
</style>
border-color css
<style>
span { border-color: #CBD32F; }
span { border-color: rgb(203,211,47); }
td.TdClassName
{
border-color: #CBD32F;
}
.TagClassName
{
border-color: #CBD32F;
}
</style>