Shades of Bitter Lemon #CDDC31
Tints of Bitter Lemon #CDDC31
RGB
CMYK
RGB Variations
Color information
#CDDC31 (or 0xCDDC31) is known color: Bitter Lemon. HEX triplet: CD, DC and 31. RGB value is (205,220,49). Sum of RGB (Red+Green+Blue) = 205+220+49=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 49 (19.53% from 255 or 10.34% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC31 is #3223CE. Grayscale: #C4C4C4. Windows color (decimal): -3285967 or 3267789. OLE color: 3267789.
HSL color Cylindrical-coordinate representation of color #CDDC31: hue angle of 65.26º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDDC31 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 49 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.14 |
| HSL | 65.26º | 0.71% | 0.53% | - |
| HSV(B) | 65.26º | 0.78% | 0.86% | - |
| XYZ | 51.32 | 64.39 | 12.63 | - |
| YUV | 196.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 49 | 0.07 | 0 | 0.78 | 0.14 | 65.26 | 0.71 | 0.53 |
| Hex | CD | DC | 31 | 7 | 0 | 4E | E | 41 | 47 | 35 |
| Octal | 315 | 334 | 61 | 7 | 0 | 116 | 16 | 101 | 107 | 65 |
| Binary | 11001101 | 11011100 | 110001 | 111 | 0 | 1001110 | 1110 | 1000001 | 1000111 | 110101 |
Color Harmonies of #CDDC31
Complementary color
Monochromatic Colors of #CDDC31
Black with #CDDC31
Text Example
Text Example
White with #CDDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC31; }
p { color: rgb(205,220,49); }
H1.HeaderClassName
{
color: #CDDC31;
}
.AnyTagClassName
{
color: #CDDC31;
}
</style>
background-color css
<style>
a { background-color: #CDDC31; }
a { background-color: rgb(205,220,49); }
div.DivClassName
{
background-color: #CDDC31;
}
.BgClassName
{
background-color: #CDDC31;
}
</style>
border-color css
<style>
span { border-color: #CDDC31; }
span { border-color: rgb(205,220,49); }
td.TdClassName
{
border-color: #CDDC31;
}
.TagClassName
{
border-color: #CDDC31;
}
</style>