Shades of Bitter Lemon #CDDC30
Tints of Bitter Lemon #CDDC30
RGB
CMYK
RGB Variations
Color information
#CDDC30 (or 0xCDDC30) is known color: Bitter Lemon. HEX triplet: CD, DC and 30. RGB value is (205,220,48). Sum of RGB (Red+Green+Blue) = 205+220+48=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 48 (19.14% from 255 or 10.15% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC30 is #3223CF. Grayscale: #C4C4C4. Windows color (decimal): -3285968 or 3202253. OLE color: 3202253.
HSL color Cylindrical-coordinate representation of color #CDDC30: hue angle of 65.23º 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 #CDDC30 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 48 | - |
| CMYK | 0.07 | 0 | 0.78 | 0.14 |
| HSL | 65.23º | 0.71% | 0.53% | - |
| HSV(B) | 65.23º | 0.78% | 0.86% | - |
| XYZ | 51.3 | 64.38 | 12.52 | - |
| YUV | 195.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 48 | 0.07 | 0 | 0.78 | 0.14 | 65.23 | 0.71 | 0.53 |
| Hex | CD | DC | 30 | 7 | 0 | 4E | E | 41 | 47 | 35 |
| Octal | 315 | 334 | 60 | 7 | 0 | 116 | 16 | 101 | 107 | 65 |
| Binary | 11001101 | 11011100 | 110000 | 111 | 0 | 1001110 | 1110 | 1000001 | 1000111 | 110101 |
Color Harmonies of #CDDC30
Complementary color
Monochromatic Colors of #CDDC30
Black with #CDDC30
Text Example
Text Example
White with #CDDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC30; }
p { color: rgb(205,220,48); }
H1.HeaderClassName
{
color: #CDDC30;
}
.AnyTagClassName
{
color: #CDDC30;
}
</style>
background-color css
<style>
a { background-color: #CDDC30; }
a { background-color: rgb(205,220,48); }
div.DivClassName
{
background-color: #CDDC30;
}
.BgClassName
{
background-color: #CDDC30;
}
</style>
border-color css
<style>
span { border-color: #CDDC30; }
span { border-color: rgb(205,220,48); }
td.TdClassName
{
border-color: #CDDC30;
}
.TagClassName
{
border-color: #CDDC30;
}
</style>