Shades of Bitter Lemon #CDDC33
Tints of Bitter Lemon #CDDC33
RGB
CMYK
RGB Variations
Color information
#CDDC33 (or 0xCDDC33) is known color: Bitter Lemon. HEX triplet: CD, DC and 33. RGB value is (205,220,51). Sum of RGB (Red+Green+Blue) = 205+220+51=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 51 (20.31% from 255 or 10.71% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC33 is #3223CC. Grayscale: #C4C4C4. Windows color (decimal): -3285965 or 3398861. OLE color: 3398861.
HSL color Cylindrical-coordinate representation of color #CDDC33: hue angle of 65.33º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDDC33 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 51 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.14 |
| HSL | 65.33º | 0.71% | 0.53% | - |
| HSV(B) | 65.33º | 0.77% | 0.86% | - |
| XYZ | 51.37 | 64.4 | 12.86 | - |
| YUV | 196.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 51 | 0.07 | 0 | 0.77 | 0.14 | 65.33 | 0.71 | 0.53 |
| Hex | CD | DC | 33 | 7 | 0 | 4D | E | 41 | 47 | 35 |
| Octal | 315 | 334 | 63 | 7 | 0 | 115 | 16 | 101 | 107 | 65 |
| Binary | 11001101 | 11011100 | 110011 | 111 | 0 | 1001101 | 1110 | 1000001 | 1000111 | 110101 |
Color Harmonies of #CDDC33
Complementary color
Monochromatic Colors of #CDDC33
Black with #CDDC33
Text Example
Text Example
White with #CDDC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC33; }
p { color: rgb(205,220,51); }
H1.HeaderClassName
{
color: #CDDC33;
}
.AnyTagClassName
{
color: #CDDC33;
}
</style>
background-color css
<style>
a { background-color: #CDDC33; }
a { background-color: rgb(205,220,51); }
div.DivClassName
{
background-color: #CDDC33;
}
.BgClassName
{
background-color: #CDDC33;
}
</style>
border-color css
<style>
span { border-color: #CDDC33; }
span { border-color: rgb(205,220,51); }
td.TdClassName
{
border-color: #CDDC33;
}
.TagClassName
{
border-color: #CDDC33;
}
</style>