Shades of Bitter Lemon #CCDB2A
Tints of Bitter Lemon #CCDB2A
RGB
CMYK
RGB Variations
Color information
#CCDB2A (or 0xCCDB2A) is known color: Bitter Lemon. HEX triplet: CC, DB and 2A. RGB value is (204,219,42). Sum of RGB (Red+Green+Blue) = 204+219+42=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 42 (16.80% from 255 or 9.03% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB2A is #3324D5. Grayscale: #C3C3C3. Windows color (decimal): -3351766 or 2808780. OLE color: 2808780.
HSL color Cylindrical-coordinate representation of color #CCDB2A: hue angle of 65.08º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCDB2A is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 42 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.14 |
| HSL | 65.08º | 0.71% | 0.51% | - |
| HSV(B) | 65.08º | 0.81% | 0.86% | - |
| XYZ | 50.65 | 63.67 | 11.81 | - |
| YUV | 194.34 | 42.03 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 42 | 0.07 | 0 | 0.81 | 0.14 | 65.08 | 0.71 | 0.51 |
| Hex | CC | DB | 2A | 7 | 0 | 51 | E | 41 | 47 | 33 |
| Octal | 314 | 333 | 52 | 7 | 0 | 121 | 16 | 101 | 107 | 63 |
| Binary | 11001100 | 11011011 | 101010 | 111 | 0 | 1010001 | 1110 | 1000001 | 1000111 | 110011 |
Color Harmonies of #CCDB2A
Complementary color
Monochromatic Colors of #CCDB2A
Black with #CCDB2A
Text Example
Text Example
White with #CCDB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB2A; }
p { color: rgb(204,219,42); }
H1.HeaderClassName
{
color: #CCDB2A;
}
.AnyTagClassName
{
color: #CCDB2A;
}
</style>
background-color css
<style>
a { background-color: #CCDB2A; }
a { background-color: rgb(204,219,42); }
div.DivClassName
{
background-color: #CCDB2A;
}
.BgClassName
{
background-color: #CCDB2A;
}
</style>
border-color css
<style>
span { border-color: #CCDB2A; }
span { border-color: rgb(204,219,42); }
td.TdClassName
{
border-color: #CCDB2A;
}
.TagClassName
{
border-color: #CCDB2A;
}
</style>