Shades of Bitter Lemon #CDDB34
Tints of Bitter Lemon #CDDB34
RGB
CMYK
RGB Variations
Color information
#CDDB34 (or 0xCDDB34) is known color: Bitter Lemon. HEX triplet: CD, DB and 34. RGB value is (205,219,52). Sum of RGB (Red+Green+Blue) = 205+219+52=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 52 (20.70% from 255 or 10.92% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB34 is #3224CB. Grayscale: #C4C4C4. Windows color (decimal): -3286220 or 3464141. OLE color: 3464141.
HSL color Cylindrical-coordinate representation of color #CDDB34: hue angle of 65.03º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CDDB34 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 52 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.14 |
| HSL | 65.03º | 0.7% | 0.53% | - |
| HSV(B) | 65.03º | 0.76% | 0.86% | - |
| XYZ | 51.13 | 63.89 | 12.89 | - |
| YUV | 195.78 | 46.86 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 52 | 0.06 | 0 | 0.76 | 0.14 | 65.03 | 0.7 | 0.53 |
| Hex | CD | DB | 34 | 6 | 0 | 4C | E | 41 | 46 | 35 |
| Octal | 315 | 333 | 64 | 6 | 0 | 114 | 16 | 101 | 106 | 65 |
| Binary | 11001101 | 11011011 | 110100 | 110 | 0 | 1001100 | 1110 | 1000001 | 1000110 | 110101 |
Color Harmonies of #CDDB34
Complementary color
Monochromatic Colors of #CDDB34
Black with #CDDB34
Text Example
Text Example
White with #CDDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB34; }
p { color: rgb(205,219,52); }
H1.HeaderClassName
{
color: #CDDB34;
}
.AnyTagClassName
{
color: #CDDB34;
}
</style>
background-color css
<style>
a { background-color: #CDDB34; }
a { background-color: rgb(205,219,52); }
div.DivClassName
{
background-color: #CDDB34;
}
.BgClassName
{
background-color: #CDDB34;
}
</style>
border-color css
<style>
span { border-color: #CDDB34; }
span { border-color: rgb(205,219,52); }
td.TdClassName
{
border-color: #CDDB34;
}
.TagClassName
{
border-color: #CDDB34;
}
</style>