Shades of Bitter Lemon #CDDD33
Tints of Bitter Lemon #CDDD33
RGB
CMYK
RGB Variations
Color information
#CDDD33 (or 0xCDDD33) is known color: Bitter Lemon. HEX triplet: CD, DD and 33. RGB value is (205,221,51). Sum of RGB (Red+Green+Blue) = 205+221+51=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDD33 is #3222CC. Grayscale: #C5C5C5. Windows color (decimal): -3285709 or 3399117. OLE color: 3399117.
HSL color Cylindrical-coordinate representation of color #CDDD33: hue angle of 65.65º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDDD33 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 51 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.13 |
| HSL | 65.65º | 0.71% | 0.53% | - |
| HSV(B) | 65.65º | 0.77% | 0.87% | - |
| XYZ | 51.63 | 64.93 | 12.94 | - |
| YUV | 196.84 | 45.7 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 51 | 0.07 | 0 | 0.77 | 0.13 | 65.65 | 0.71 | 0.53 |
| Hex | CD | DD | 33 | 7 | 0 | 4D | D | 42 | 47 | 35 |
| Octal | 315 | 335 | 63 | 7 | 0 | 115 | 15 | 102 | 107 | 65 |
| Binary | 11001101 | 11011101 | 110011 | 111 | 0 | 1001101 | 1101 | 1000010 | 1000111 | 110101 |
Color Harmonies of #CDDD33
Complementary color
Monochromatic Colors of #CDDD33
Black with #CDDD33
Text Example
Text Example
White with #CDDD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD33; }
p { color: rgb(205,221,51); }
H1.HeaderClassName
{
color: #CDDD33;
}
.AnyTagClassName
{
color: #CDDD33;
}
</style>
background-color css
<style>
a { background-color: #CDDD33; }
a { background-color: rgb(205,221,51); }
div.DivClassName
{
background-color: #CDDD33;
}
.BgClassName
{
background-color: #CDDD33;
}
</style>
border-color css
<style>
span { border-color: #CDDD33; }
span { border-color: rgb(205,221,51); }
td.TdClassName
{
border-color: #CDDD33;
}
.TagClassName
{
border-color: #CDDD33;
}
</style>