Shades of Bitter Lemon #CDDB2B
Tints of Bitter Lemon #CDDB2B
RGB
CMYK
RGB Variations
Color information
#CDDB2B (or 0xCDDB2B) is known color: Bitter Lemon. HEX triplet: CD, DB and 2B. RGB value is (205,219,43). Sum of RGB (Red+Green+Blue) = 205+219+43=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB2B is #3224D4. Grayscale: #C3C3C3. Windows color (decimal): -3286229 or 2874317. OLE color: 2874317.
HSL color Cylindrical-coordinate representation of color #CDDB2B: hue angle of 64.77º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CDDB2B is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 43 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.14 |
| HSL | 64.77º | 0.71% | 0.51% | - |
| HSV(B) | 64.77º | 0.8% | 0.86% | - |
| XYZ | 50.94 | 63.82 | 11.92 | - |
| YUV | 194.75 | 42.36 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 43 | 0.06 | 0 | 0.80 | 0.14 | 64.77 | 0.71 | 0.51 |
| Hex | CD | DB | 2B | 6 | 0 | 50 | E | 41 | 47 | 33 |
| Octal | 315 | 333 | 53 | 6 | 0 | 120 | 16 | 101 | 107 | 63 |
| Binary | 11001101 | 11011011 | 101011 | 110 | 0 | 1010000 | 1110 | 1000001 | 1000111 | 110011 |
Color Harmonies of #CDDB2B
Complementary color
Monochromatic Colors of #CDDB2B
Black with #CDDB2B
Text Example
Text Example
White with #CDDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB2B; }
p { color: rgb(205,219,43); }
H1.HeaderClassName
{
color: #CDDB2B;
}
.AnyTagClassName
{
color: #CDDB2B;
}
</style>
background-color css
<style>
a { background-color: #CDDB2B; }
a { background-color: rgb(205,219,43); }
div.DivClassName
{
background-color: #CDDB2B;
}
.BgClassName
{
background-color: #CDDB2B;
}
</style>
border-color css
<style>
span { border-color: #CDDB2B; }
span { border-color: rgb(205,219,43); }
td.TdClassName
{
border-color: #CDDB2B;
}
.TagClassName
{
border-color: #CDDB2B;
}
</style>