Shades of Bitter Lemon #CBDB2F
Tints of Bitter Lemon #CBDB2F
RGB
CMYK
RGB Variations
Color information
#CBDB2F (or 0xCBDB2F) is known color: Bitter Lemon. HEX triplet: CB, DB and 2F. RGB value is (203,219,47). Sum of RGB (Red+Green+Blue) = 203+219+47=469 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.28% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 47 (18.75% from 255 or 10.02% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBDB2F is #3424D0. Grayscale: #C3C3C3. Windows color (decimal): -3417297 or 3136459. OLE color: 3136459.
HSL color Cylindrical-coordinate representation of color #CBDB2F: hue angle of 65.58º degrees, saturation: 0.7, 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 #CBDB2F is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 47 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.14 |
| HSL | 65.58º | 0.7% | 0.52% | - |
| HSV(B) | 65.58º | 0.79% | 0.86% | - |
| XYZ | 50.47 | 63.56 | 12.3 | - |
| YUV | 194.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 47 | 0.07 | 0 | 0.79 | 0.14 | 65.58 | 0.7 | 0.52 |
| Hex | CB | DB | 2F | 7 | 0 | 4F | E | 42 | 46 | 34 |
| Octal | 313 | 333 | 57 | 7 | 0 | 117 | 16 | 102 | 106 | 64 |
| Binary | 11001011 | 11011011 | 101111 | 111 | 0 | 1001111 | 1110 | 1000010 | 1000110 | 110100 |
Color Harmonies of #CBDB2F
Complementary color
Monochromatic Colors of #CBDB2F
Black with #CBDB2F
Text Example
Text Example
White with #CBDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB2F; }
p { color: rgb(203,219,47); }
H1.HeaderClassName
{
color: #CBDB2F;
}
.AnyTagClassName
{
color: #CBDB2F;
}
</style>
background-color css
<style>
a { background-color: #CBDB2F; }
a { background-color: rgb(203,219,47); }
div.DivClassName
{
background-color: #CBDB2F;
}
.BgClassName
{
background-color: #CBDB2F;
}
</style>
border-color css
<style>
span { border-color: #CBDB2F; }
span { border-color: rgb(203,219,47); }
td.TdClassName
{
border-color: #CBDB2F;
}
.TagClassName
{
border-color: #CBDB2F;
}
</style>