Shades of Bitter Lemon #CDDB30
Tints of Bitter Lemon #CDDB30
RGB
CMYK
RGB Variations
Color information
#CDDB30 (or 0xCDDB30) is known color: Bitter Lemon. HEX triplet: CD, DB and 30. RGB value is (205,219,48). Sum of RGB (Red+Green+Blue) = 205+219+48=472 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.43% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 48 (19.14% from 255 or 10.17% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB30 is #3224CF. Grayscale: #C3C3C3. Windows color (decimal): -3286224 or 3201997. OLE color: 3201997.
HSL color Cylindrical-coordinate representation of color #CDDB30: hue angle of 64.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDDB30 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 48 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.14 |
| HSL | 64.91º | 0.7% | 0.52% | - |
| HSV(B) | 64.91º | 0.78% | 0.86% | - |
| XYZ | 51.04 | 63.86 | 12.43 | - |
| YUV | 195.32 | 44.86 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 48 | 0.06 | 0 | 0.78 | 0.14 | 64.91 | 0.7 | 0.52 |
| Hex | CD | DB | 30 | 6 | 0 | 4E | E | 41 | 46 | 34 |
| Octal | 315 | 333 | 60 | 6 | 0 | 116 | 16 | 101 | 106 | 64 |
| Binary | 11001101 | 11011011 | 110000 | 110 | 0 | 1001110 | 1110 | 1000001 | 1000110 | 110100 |
Color Harmonies of #CDDB30
Complementary color
Monochromatic Colors of #CDDB30
Black with #CDDB30
Text Example
Text Example
White with #CDDB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB30; }
p { color: rgb(205,219,48); }
H1.HeaderClassName
{
color: #CDDB30;
}
.AnyTagClassName
{
color: #CDDB30;
}
</style>
background-color css
<style>
a { background-color: #CDDB30; }
a { background-color: rgb(205,219,48); }
div.DivClassName
{
background-color: #CDDB30;
}
.BgClassName
{
background-color: #CDDB30;
}
</style>
border-color css
<style>
span { border-color: #CDDB30; }
span { border-color: rgb(205,219,48); }
td.TdClassName
{
border-color: #CDDB30;
}
.TagClassName
{
border-color: #CDDB30;
}
</style>