Shades of Bitter Lemon #CDD623
Tints of Bitter Lemon #CDD623
RGB
CMYK
RGB Variations
Color information
#CDD623 (or 0xCDD623) is known color: Bitter Lemon. HEX triplet: CD, D6 and 23. RGB value is (205,214,35). Sum of RGB (Red+Green+Blue) = 205+214+35=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 35 (14.06% from 255 or 7.71% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #CDD623 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD623 is #3229DC. Grayscale: #BFBFBF. Windows color (decimal): -3287517 or 2348749. OLE color: 2348749.
HSL color Cylindrical-coordinate representation of color #CDD623: hue angle of 63.02º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDD623 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 214 | 35 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.16 |
| HSL | 63.02º | 0.72% | 0.49% | - |
| HSV(B) | 63.02º | 0.84% | 0.84% | - |
| XYZ | 49.53 | 61.19 | 10.79 | - |
| YUV | 190.9 | 40.02 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 214 | 35 | 0.04 | 0 | 0.84 | 0.16 | 63.02 | 0.72 | 0.49 |
| Hex | CD | D6 | 23 | 4 | 0 | 54 | 10 | 3F | 48 | 31 |
| Octal | 315 | 326 | 43 | 4 | 0 | 124 | 20 | 77 | 110 | 61 |
| Binary | 11001101 | 11010110 | 100011 | 100 | 0 | 1010100 | 10000 | 111111 | 1001000 | 110001 |
Color Harmonies of #CDD623
Complementary color
Monochromatic Colors of #CDD623
Black with #CDD623
Text Example
Text Example
White with #CDD623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD623; }
p { color: rgb(205,214,35); }
H1.HeaderClassName
{
color: #CDD623;
}
.AnyTagClassName
{
color: #CDD623;
}
</style>
background-color css
<style>
a { background-color: #CDD623; }
a { background-color: rgb(205,214,35); }
div.DivClassName
{
background-color: #CDD623;
}
.BgClassName
{
background-color: #CDD623;
}
</style>
border-color css
<style>
span { border-color: #CDD623; }
span { border-color: rgb(205,214,35); }
td.TdClassName
{
border-color: #CDD623;
}
.TagClassName
{
border-color: #CDD623;
}
</style>