Shades of Bitter Lemon #CDDC2C
Tints of Bitter Lemon #CDDC2C
RGB
CMYK
RGB Variations
Color information
#CDDC2C (or 0xCDDC2C) is known color: Bitter Lemon. HEX triplet: CD, DC and 2C. RGB value is (205,220,44). Sum of RGB (Red+Green+Blue) = 205+220+44=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 44 (17.58% from 255 or 9.38% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC2C is #3223D3. Grayscale: #C4C4C4. Windows color (decimal): -3285972 or 2940109. OLE color: 2940109.
HSL color Cylindrical-coordinate representation of color #CDDC2C: hue angle of 65.11º degrees, saturation: 0.72, 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 #CDDC2C is Cyan = 0.07, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 44 | - |
| CMYK | 0.07 | 0 | 0.8 | 0.14 |
| HSL | 65.11º | 0.72% | 0.52% | - |
| HSV(B) | 65.11º | 0.8% | 0.86% | - |
| XYZ | 51.22 | 64.35 | 12.1 | - |
| YUV | 195.45 | 42.53 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 44 | 0.07 | 0 | 0.8 | 0.14 | 65.11 | 0.72 | 0.52 |
| Hex | CD | DC | 2C | 7 | 0 | 50 | E | 41 | 48 | 34 |
| Octal | 315 | 334 | 54 | 7 | 0 | 120 | 16 | 101 | 110 | 64 |
| Binary | 11001101 | 11011100 | 101100 | 111 | 0 | 1010000 | 1110 | 1000001 | 1001000 | 110100 |
Color Harmonies of #CDDC2C
Complementary color
Monochromatic Colors of #CDDC2C
Black with #CDDC2C
Text Example
Text Example
White with #CDDC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC2C; }
p { color: rgb(205,220,44); }
H1.HeaderClassName
{
color: #CDDC2C;
}
.AnyTagClassName
{
color: #CDDC2C;
}
</style>
background-color css
<style>
a { background-color: #CDDC2C; }
a { background-color: rgb(205,220,44); }
div.DivClassName
{
background-color: #CDDC2C;
}
.BgClassName
{
background-color: #CDDC2C;
}
</style>
border-color css
<style>
span { border-color: #CDDC2C; }
span { border-color: rgb(205,220,44); }
td.TdClassName
{
border-color: #CDDC2C;
}
.TagClassName
{
border-color: #CDDC2C;
}
</style>