Shades of Bitter Lemon #CDDC2E
Tints of Bitter Lemon #CDDC2E
RGB
CMYK
RGB Variations
Color information
#CDDC2E (or 0xCDDC2E) is known color: Bitter Lemon. HEX triplet: CD, DC and 2E. RGB value is (205,220,46). Sum of RGB (Red+Green+Blue) = 205+220+46=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 220 (86.33% from 255 or 46.71% from 471); Blue value is 46 (18.36% from 255 or 9.77% from 471); Max value from RGB is 220 - color contains mainly: green. Hex color #CDDC2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDDC2E is #3223D1. Grayscale: #C4C4C4. Windows color (decimal): -3285970 or 3071181. OLE color: 3071181.
HSL color Cylindrical-coordinate representation of color #CDDC2E: hue angle of 65.17º 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 #CDDC2E is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 220 | 46 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.14 |
| HSL | 65.17º | 0.71% | 0.52% | - |
| HSV(B) | 65.17º | 0.79% | 0.86% | - |
| XYZ | 51.26 | 64.36 | 12.31 | - |
| YUV | 195.68 | 43.53 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 220 | 46 | 0.07 | 0 | 0.79 | 0.14 | 65.17 | 0.71 | 0.52 |
| Hex | CD | DC | 2E | 7 | 0 | 4F | E | 41 | 47 | 34 |
| Octal | 315 | 334 | 56 | 7 | 0 | 117 | 16 | 101 | 107 | 64 |
| Binary | 11001101 | 11011100 | 101110 | 111 | 0 | 1001111 | 1110 | 1000001 | 1000111 | 110100 |
Color Harmonies of #CDDC2E
Complementary color
Monochromatic Colors of #CDDC2E
Black with #CDDC2E
Text Example
Text Example
White with #CDDC2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDC2E; }
p { color: rgb(205,220,46); }
H1.HeaderClassName
{
color: #CDDC2E;
}
.AnyTagClassName
{
color: #CDDC2E;
}
</style>
background-color css
<style>
a { background-color: #CDDC2E; }
a { background-color: rgb(205,220,46); }
div.DivClassName
{
background-color: #CDDC2E;
}
.BgClassName
{
background-color: #CDDC2E;
}
</style>
border-color css
<style>
span { border-color: #CDDC2E; }
span { border-color: rgb(205,220,46); }
td.TdClassName
{
border-color: #CDDC2E;
}
.TagClassName
{
border-color: #CDDC2E;
}
</style>