Shades of Bitter Lemon #CDD238
Tints of Bitter Lemon #CDD238
RGB
CMYK
RGB Variations
Color information
#CDD238 (or 0xCDD238) is known color: Bitter Lemon. HEX triplet: CD, D2 and 38. RGB value is (205,210,56). Sum of RGB (Red+Green+Blue) = 205+210+56=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 56 (22.27% from 255 or 11.89% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #CDD238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD238 is #322DC7. Grayscale: #BFBFBF. Windows color (decimal): -3288520 or 3723981. OLE color: 3723981.
HSL color Cylindrical-coordinate representation of color #CDD238: hue angle of 61.95º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CDD238 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 210 | 56 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.18 |
| HSL | 61.95º | 0.63% | 0.52% | - |
| HSV(B) | 61.95º | 0.73% | 0.82% | - |
| XYZ | 48.94 | 59.36 | 12.62 | - |
| YUV | 190.95 | 51.84 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 56 | 0.02 | 0 | 0.73 | 0.18 | 61.95 | 0.63 | 0.52 |
| Hex | CD | D2 | 38 | 2 | 0 | 49 | 12 | 3E | 3F | 34 |
| Octal | 315 | 322 | 70 | 2 | 0 | 111 | 22 | 76 | 77 | 64 |
| Binary | 11001101 | 11010010 | 111000 | 10 | 0 | 1001001 | 10010 | 111110 | 111111 | 110100 |
Color Harmonies of #CDD238
Complementary color
Monochromatic Colors of #CDD238
Black with #CDD238
Text Example
Text Example
White with #CDD238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD238; }
p { color: rgb(205,210,56); }
H1.HeaderClassName
{
color: #CDD238;
}
.AnyTagClassName
{
color: #CDD238;
}
</style>
background-color css
<style>
a { background-color: #CDD238; }
a { background-color: rgb(205,210,56); }
div.DivClassName
{
background-color: #CDD238;
}
.BgClassName
{
background-color: #CDD238;
}
</style>
border-color css
<style>
span { border-color: #CDD238; }
span { border-color: rgb(205,210,56); }
td.TdClassName
{
border-color: #CDD238;
}
.TagClassName
{
border-color: #CDD238;
}
</style>