Shades of Bitter Lemon #CCDA2C
Tints of Bitter Lemon #CCDA2C
RGB
CMYK
RGB Variations
Color information
#CCDA2C (or 0xCCDA2C) is known color: Bitter Lemon. HEX triplet: CC, DA and 2C. RGB value is (204,218,44). Sum of RGB (Red+Green+Blue) = 204+218+44=466 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.78% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 44 (17.58% from 255 or 9.44% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA2C is #3325D3. Grayscale: #C2C2C2. Windows color (decimal): -3352020 or 2939596. OLE color: 2939596.
HSL color Cylindrical-coordinate representation of color #CCDA2C: hue angle of 64.83º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCDA2C is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 44 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.15 |
| HSL | 64.83º | 0.7% | 0.51% | - |
| HSV(B) | 64.83º | 0.8% | 0.85% | - |
| XYZ | 50.43 | 63.16 | 11.92 | - |
| YUV | 193.98 | 43.36 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 44 | 0.06 | 0 | 0.80 | 0.15 | 64.83 | 0.7 | 0.51 |
| Hex | CC | DA | 2C | 6 | 0 | 50 | F | 41 | 46 | 33 |
| Octal | 314 | 332 | 54 | 6 | 0 | 120 | 17 | 101 | 106 | 63 |
| Binary | 11001100 | 11011010 | 101100 | 110 | 0 | 1010000 | 1111 | 1000001 | 1000110 | 110011 |
Color Harmonies of #CCDA2C
Complementary color
Monochromatic Colors of #CCDA2C
Black with #CCDA2C
Text Example
Text Example
White with #CCDA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA2C; }
p { color: rgb(204,218,44); }
H1.HeaderClassName
{
color: #CCDA2C;
}
.AnyTagClassName
{
color: #CCDA2C;
}
</style>
background-color css
<style>
a { background-color: #CCDA2C; }
a { background-color: rgb(204,218,44); }
div.DivClassName
{
background-color: #CCDA2C;
}
.BgClassName
{
background-color: #CCDA2C;
}
</style>
border-color css
<style>
span { border-color: #CCDA2C; }
span { border-color: rgb(204,218,44); }
td.TdClassName
{
border-color: #CCDA2C;
}
.TagClassName
{
border-color: #CCDA2C;
}
</style>