Shades of Bitter Lemon #CDDB24
Tints of Bitter Lemon #CDDB24
RGB
CMYK
RGB Variations
Color information
#CDDB24 (or 0xCDDB24) is known color: Bitter Lemon. HEX triplet: CD, DB and 24. RGB value is (205,219,36). Sum of RGB (Red+Green+Blue) = 205+219+36=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 36 (14.45% from 255 or 7.83% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB24 is #3224DB. Grayscale: #C2C2C2. Windows color (decimal): -3286236 or 2415565. OLE color: 2415565.
HSL color Cylindrical-coordinate representation of color #CDDB24: hue angle of 64.59º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CDDB24 is Cyan = 0.06, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 36 | - |
| CMYK | 0.06 | 0 | 0.84 | 0.14 |
| HSL | 64.59º | 0.72% | 0.5% | - |
| HSV(B) | 64.59º | 0.84% | 0.86% | - |
| XYZ | 50.83 | 63.77 | 11.3 | - |
| YUV | 193.95 | 38.86 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 36 | 0.06 | 0 | 0.84 | 0.14 | 64.59 | 0.72 | 0.5 |
| Hex | CD | DB | 24 | 6 | 0 | 54 | E | 41 | 48 | 32 |
| Octal | 315 | 333 | 44 | 6 | 0 | 124 | 16 | 101 | 110 | 62 |
| Binary | 11001101 | 11011011 | 100100 | 110 | 0 | 1010100 | 1110 | 1000001 | 1001000 | 110010 |
Color Harmonies of #CDDB24
Complementary color
Monochromatic Colors of #CDDB24
Black with #CDDB24
Text Example
Text Example
White with #CDDB24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB24; }
p { color: rgb(205,219,36); }
H1.HeaderClassName
{
color: #CDDB24;
}
.AnyTagClassName
{
color: #CDDB24;
}
</style>
background-color css
<style>
a { background-color: #CDDB24; }
a { background-color: rgb(205,219,36); }
div.DivClassName
{
background-color: #CDDB24;
}
.BgClassName
{
background-color: #CDDB24;
}
</style>
border-color css
<style>
span { border-color: #CDDB24; }
span { border-color: rgb(205,219,36); }
td.TdClassName
{
border-color: #CDDB24;
}
.TagClassName
{
border-color: #CDDB24;
}
</style>