Shades of Bitter Lemon #CCDB2C
Tints of Bitter Lemon #CCDB2C
RGB
CMYK
RGB Variations
Color information
#CCDB2C (or 0xCCDB2C) is known color: Bitter Lemon. HEX triplet: CC, DB and 2C. RGB value is (204,219,44). Sum of RGB (Red+Green+Blue) = 204+219+44=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB2C is #3324D3. Grayscale: #C3C3C3. Windows color (decimal): -3351764 or 2939852. OLE color: 2939852.
HSL color Cylindrical-coordinate representation of color #CCDB2C: hue angle of 65.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCDB2C is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 44 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.14 |
| HSL | 65.14º | 0.71% | 0.52% | - |
| HSV(B) | 65.14º | 0.8% | 0.86% | - |
| XYZ | 50.69 | 63.68 | 12 | - |
| YUV | 194.57 | 43.03 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 44 | 0.07 | 0 | 0.80 | 0.14 | 65.14 | 0.71 | 0.52 |
| Hex | CC | DB | 2C | 7 | 0 | 50 | E | 41 | 47 | 34 |
| Octal | 314 | 333 | 54 | 7 | 0 | 120 | 16 | 101 | 107 | 64 |
| Binary | 11001100 | 11011011 | 101100 | 111 | 0 | 1010000 | 1110 | 1000001 | 1000111 | 110100 |
Color Harmonies of #CCDB2C
Complementary color
Monochromatic Colors of #CCDB2C
Black with #CCDB2C
Text Example
Text Example
White with #CCDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB2C; }
p { color: rgb(204,219,44); }
H1.HeaderClassName
{
color: #CCDB2C;
}
.AnyTagClassName
{
color: #CCDB2C;
}
</style>
background-color css
<style>
a { background-color: #CCDB2C; }
a { background-color: rgb(204,219,44); }
div.DivClassName
{
background-color: #CCDB2C;
}
.BgClassName
{
background-color: #CCDB2C;
}
</style>
border-color css
<style>
span { border-color: #CCDB2C; }
span { border-color: rgb(204,219,44); }
td.TdClassName
{
border-color: #CCDB2C;
}
.TagClassName
{
border-color: #CCDB2C;
}
</style>