Shades of Bitter Lemon #CDDA21
Tints of Bitter Lemon #CDDA21
RGB
CMYK
RGB Variations
Color information
#CDDA21 (or 0xCDDA21) is known color: Bitter Lemon. HEX triplet: CD, DA and 21. RGB value is (205,218,33). Sum of RGB (Red+Green+Blue) = 205+218+33=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 33 (13.28% from 255 or 7.24% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #CDDA21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDA21 is #3225DE. Grayscale: #C1C1C1. Windows color (decimal): -3286495 or 2218701. OLE color: 2218701.
HSL color Cylindrical-coordinate representation of color #CDDA21: hue angle of 64.22º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CDDA21 is Cyan = 0.06, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 218 | 33 | - |
| CMYK | 0.06 | 0 | 0.85 | 0.15 |
| HSL | 64.22º | 0.74% | 0.49% | - |
| HSV(B) | 64.22º | 0.85% | 0.85% | - |
| XYZ | 50.52 | 63.23 | 10.98 | - |
| YUV | 193.02 | 37.69 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 218 | 33 | 0.06 | 0 | 0.85 | 0.15 | 64.22 | 0.74 | 0.49 |
| Hex | CD | DA | 21 | 6 | 0 | 55 | F | 40 | 4A | 31 |
| Octal | 315 | 332 | 41 | 6 | 0 | 125 | 17 | 100 | 112 | 61 |
| Binary | 11001101 | 11011010 | 100001 | 110 | 0 | 1010101 | 1111 | 1000000 | 1001010 | 110001 |
Color Harmonies of #CDDA21
Complementary color
Monochromatic Colors of #CDDA21
Black with #CDDA21
Text Example
Text Example
White with #CDDA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDA21; }
p { color: rgb(205,218,33); }
H1.HeaderClassName
{
color: #CDDA21;
}
.AnyTagClassName
{
color: #CDDA21;
}
</style>
background-color css
<style>
a { background-color: #CDDA21; }
a { background-color: rgb(205,218,33); }
div.DivClassName
{
background-color: #CDDA21;
}
.BgClassName
{
background-color: #CDDA21;
}
</style>
border-color css
<style>
span { border-color: #CDDA21; }
span { border-color: rgb(205,218,33); }
td.TdClassName
{
border-color: #CDDA21;
}
.TagClassName
{
border-color: #CDDA21;
}
</style>