Shades of Bitter Lemon #CDD838
Tints of Bitter Lemon #CDD838
RGB
CMYK
RGB Variations
Color information
#CDD838 (or 0xCDD838) is known color: Bitter Lemon. HEX triplet: CD, D8 and 38. RGB value is (205,216,56). Sum of RGB (Red+Green+Blue) = 205+216+56=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 56 (22.27% from 255 or 11.74% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD838 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD838 is #3227C7. Grayscale: #C3C3C3. Windows color (decimal): -3286984 or 3725517. OLE color: 3725517.
HSL color Cylindrical-coordinate representation of color #CDD838: hue angle of 64.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD838 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 216 | 56 | - |
| CMYK | 0.05 | 0 | 0.74 | 0.15 |
| HSL | 64.13º | 0.67% | 0.53% | - |
| HSV(B) | 64.13º | 0.74% | 0.85% | - |
| XYZ | 50.45 | 62.38 | 13.12 | - |
| YUV | 194.47 | 49.86 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 216 | 56 | 0.05 | 0 | 0.74 | 0.15 | 64.13 | 0.67 | 0.53 |
| Hex | CD | D8 | 38 | 5 | 0 | 4A | F | 40 | 43 | 35 |
| Octal | 315 | 330 | 70 | 5 | 0 | 112 | 17 | 100 | 103 | 65 |
| Binary | 11001101 | 11011000 | 111000 | 101 | 0 | 1001010 | 1111 | 1000000 | 1000011 | 110101 |
Color Harmonies of #CDD838
Complementary color
Monochromatic Colors of #CDD838
Black with #CDD838
Text Example
Text Example
White with #CDD838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD838; }
p { color: rgb(205,216,56); }
H1.HeaderClassName
{
color: #CDD838;
}
.AnyTagClassName
{
color: #CDD838;
}
</style>
background-color css
<style>
a { background-color: #CDD838; }
a { background-color: rgb(205,216,56); }
div.DivClassName
{
background-color: #CDD838;
}
.BgClassName
{
background-color: #CDD838;
}
</style>
border-color css
<style>
span { border-color: #CDD838; }
span { border-color: rgb(205,216,56); }
td.TdClassName
{
border-color: #CDD838;
}
.TagClassName
{
border-color: #CDD838;
}
</style>