Shades of Bitter Lemon #CBD431
Tints of Bitter Lemon #CBD431
RGB
CMYK
RGB Variations
Color information
#CBD431 (or 0xCBD431) is known color: Bitter Lemon. HEX triplet: CB, D4 and 31. RGB value is (203,212,49). Sum of RGB (Red+Green+Blue) = 203+212+49=464 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.75% from 464); Green value is 212 (83.20% from 255 or 45.69% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 212 - color contains mainly: green. Hex color #CBD431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBD431 is #342BCE. Grayscale: #BFBFBF. Windows color (decimal): -3419087 or 3265739. OLE color: 3265739.
HSL color Cylindrical-coordinate representation of color #CBD431: hue angle of 63.31º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBD431 is Cyan = 0.04, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 212 | 49 | - |
| CMYK | 0.04 | 0 | 0.77 | 0.17 |
| HSL | 63.31º | 0.65% | 0.51% | - |
| HSV(B) | 63.31º | 0.77% | 0.83% | - |
| XYZ | 48.73 | 60.01 | 11.92 | - |
| YUV | 190.73 | 48.02 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 212 | 49 | 0.04 | 0 | 0.77 | 0.17 | 63.31 | 0.65 | 0.51 |
| Hex | CB | D4 | 31 | 4 | 0 | 4D | 11 | 3F | 41 | 33 |
| Octal | 313 | 324 | 61 | 4 | 0 | 115 | 21 | 77 | 101 | 63 |
| Binary | 11001011 | 11010100 | 110001 | 100 | 0 | 1001101 | 10001 | 111111 | 1000001 | 110011 |
Color Harmonies of #CBD431
Complementary color
Monochromatic Colors of #CBD431
Black with #CBD431
Text Example
Text Example
White with #CBD431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD431; }
p { color: rgb(203,212,49); }
H1.HeaderClassName
{
color: #CBD431;
}
.AnyTagClassName
{
color: #CBD431;
}
</style>
background-color css
<style>
a { background-color: #CBD431; }
a { background-color: rgb(203,212,49); }
div.DivClassName
{
background-color: #CBD431;
}
.BgClassName
{
background-color: #CBD431;
}
</style>
border-color css
<style>
span { border-color: #CBD431; }
span { border-color: rgb(203,212,49); }
td.TdClassName
{
border-color: #CBD431;
}
.TagClassName
{
border-color: #CBD431;
}
</style>