Shades of Bitter Lemon #CDD037
Tints of Bitter Lemon #CDD037
RGB
CMYK
RGB Variations
Color information
#CDD037 (or 0xCDD037) is known color: Bitter Lemon. HEX triplet: CD, D0 and 37. RGB value is (205,208,55). Sum of RGB (Red+Green+Blue) = 205+208+55=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 208 (81.64% from 255 or 44.44% from 468); Blue value is 55 (21.88% from 255 or 11.75% from 468); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD037 is #322FC8. Grayscale: #BEBEBE. Windows color (decimal): -3289033 or 3657933. OLE color: 3657933.
HSL color Cylindrical-coordinate representation of color #CDD037: hue angle of 61.18º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CDD037 is Cyan = 0.01, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 55 | - |
| CMYK | 0.01 | 0 | 0.74 | 0.18 |
| HSL | 61.18º | 0.62% | 0.52% | - |
| HSV(B) | 61.18º | 0.74% | 0.82% | - |
| XYZ | 48.42 | 58.37 | 12.33 | - |
| YUV | 189.66 | 52.01 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 55 | 0.01 | 0 | 0.74 | 0.18 | 61.18 | 0.62 | 0.52 |
| Hex | CD | D0 | 37 | 1 | 0 | 4A | 12 | 3D | 3E | 34 |
| Octal | 315 | 320 | 67 | 1 | 0 | 112 | 22 | 75 | 76 | 64 |
| Binary | 11001101 | 11010000 | 110111 | 1 | 0 | 1001010 | 10010 | 111101 | 111110 | 110100 |
Color Harmonies of #CDD037
Complementary color
Monochromatic Colors of #CDD037
Black with #CDD037
Text Example
Text Example
White with #CDD037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD037; }
p { color: rgb(205,208,55); }
H1.HeaderClassName
{
color: #CDD037;
}
.AnyTagClassName
{
color: #CDD037;
}
</style>
background-color css
<style>
a { background-color: #CDD037; }
a { background-color: rgb(205,208,55); }
div.DivClassName
{
background-color: #CDD037;
}
.BgClassName
{
background-color: #CDD037;
}
</style>
border-color css
<style>
span { border-color: #CDD037; }
span { border-color: rgb(205,208,55); }
td.TdClassName
{
border-color: #CDD037;
}
.TagClassName
{
border-color: #CDD037;
}
</style>