Shades of Bitter Lemon #CDDB33
Tints of Bitter Lemon #CDDB33
RGB
CMYK
RGB Variations
Color information
#CDDB33 (or 0xCDDB33) is known color: Bitter Lemon. HEX triplet: CD, DB and 33. RGB value is (205,219,51). Sum of RGB (Red+Green+Blue) = 205+219+51=475 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.16% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 51 (20.31% from 255 or 10.74% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB33 is #3224CC. Grayscale: #C4C4C4. Windows color (decimal): -3286221 or 3398605. OLE color: 3398605.
HSL color Cylindrical-coordinate representation of color #CDDB33: hue angle of 65º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CDDB33 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 51 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.14 |
| HSL | 65º | 0.7% | 0.53% | - |
| HSV(B) | 65º | 0.77% | 0.86% | - |
| XYZ | 51.11 | 63.88 | 12.77 | - |
| YUV | 195.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 51 | 0.06 | 0 | 0.77 | 0.14 | 65 | 0.7 | 0.53 |
| Hex | CD | DB | 33 | 6 | 0 | 4D | E | 41 | 46 | 35 |
| Octal | 315 | 333 | 63 | 6 | 0 | 115 | 16 | 101 | 106 | 65 |
| Binary | 11001101 | 11011011 | 110011 | 110 | 0 | 1001101 | 1110 | 1000001 | 1000110 | 110101 |
Color Harmonies of #CDDB33
Complementary color
Monochromatic Colors of #CDDB33
Black with #CDDB33
Text Example
Text Example
White with #CDDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB33; }
p { color: rgb(205,219,51); }
H1.HeaderClassName
{
color: #CDDB33;
}
.AnyTagClassName
{
color: #CDDB33;
}
</style>
background-color css
<style>
a { background-color: #CDDB33; }
a { background-color: rgb(205,219,51); }
div.DivClassName
{
background-color: #CDDB33;
}
.BgClassName
{
background-color: #CDDB33;
}
</style>
border-color css
<style>
span { border-color: #CDDB33; }
span { border-color: rgb(205,219,51); }
td.TdClassName
{
border-color: #CDDB33;
}
.TagClassName
{
border-color: #CDDB33;
}
</style>