Shades of Bitter Lemon #CDDB2E
Tints of Bitter Lemon #CDDB2E
RGB
CMYK
RGB Variations
Color information
#CDDB2E (or 0xCDDB2E) is known color: Bitter Lemon. HEX triplet: CD, DB and 2E. RGB value is (205,219,46). Sum of RGB (Red+Green+Blue) = 205+219+46=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 46 (18.36% from 255 or 9.79% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDB2E is #3224D1. Grayscale: #C3C3C3. Windows color (decimal): -3286226 or 3070925. OLE color: 3070925.
HSL color Cylindrical-coordinate representation of color #CDDB2E: hue angle of 64.86º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDDB2E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 219 | 46 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.14 |
| HSL | 64.86º | 0.71% | 0.52% | - |
| HSV(B) | 64.86º | 0.79% | 0.86% | - |
| XYZ | 51 | 63.84 | 12.22 | - |
| YUV | 195.09 | 43.86 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 219 | 46 | 0.06 | 0 | 0.79 | 0.14 | 64.86 | 0.71 | 0.52 |
| Hex | CD | DB | 2E | 6 | 0 | 4F | E | 41 | 47 | 34 |
| Octal | 315 | 333 | 56 | 6 | 0 | 117 | 16 | 101 | 107 | 64 |
| Binary | 11001101 | 11011011 | 101110 | 110 | 0 | 1001111 | 1110 | 1000001 | 1000111 | 110100 |
Color Harmonies of #CDDB2E
Complementary color
Monochromatic Colors of #CDDB2E
Black with #CDDB2E
Text Example
Text Example
White with #CDDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDB2E; }
p { color: rgb(205,219,46); }
H1.HeaderClassName
{
color: #CDDB2E;
}
.AnyTagClassName
{
color: #CDDB2E;
}
</style>
background-color css
<style>
a { background-color: #CDDB2E; }
a { background-color: rgb(205,219,46); }
div.DivClassName
{
background-color: #CDDB2E;
}
.BgClassName
{
background-color: #CDDB2E;
}
</style>
border-color css
<style>
span { border-color: #CDDB2E; }
span { border-color: rgb(205,219,46); }
td.TdClassName
{
border-color: #CDDB2E;
}
.TagClassName
{
border-color: #CDDB2E;
}
</style>