Shades of Bitter Lemon #CDD925
Tints of Bitter Lemon #CDD925
RGB
CMYK
RGB Variations
Color information
#CDD925 (or 0xCDD925) is known color: Bitter Lemon. HEX triplet: CD, D9 and 25. RGB value is (205,217,37). Sum of RGB (Red+Green+Blue) = 205+217+37=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD925 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD925 is #3226DA. Grayscale: #C1C1C1. Windows color (decimal): -3286747 or 2480589. OLE color: 2480589.
HSL color Cylindrical-coordinate representation of color #CDD925: hue angle of 64º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CDD925 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 37 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.15 |
| HSL | 64º | 0.71% | 0.5% | - |
| HSV(B) | 64º | 0.83% | 0.85% | - |
| XYZ | 50.32 | 62.74 | 11.21 | - |
| YUV | 192.89 | 40.02 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 37 | 0.06 | 0 | 0.83 | 0.15 | 64 | 0.71 | 0.5 |
| Hex | CD | D9 | 25 | 6 | 0 | 53 | F | 40 | 47 | 32 |
| Octal | 315 | 331 | 45 | 6 | 0 | 123 | 17 | 100 | 107 | 62 |
| Binary | 11001101 | 11011001 | 100101 | 110 | 0 | 1010011 | 1111 | 1000000 | 1000111 | 110010 |
Color Harmonies of #CDD925
Complementary color
Monochromatic Colors of #CDD925
Black with #CDD925
Text Example
Text Example
White with #CDD925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD925; }
p { color: rgb(205,217,37); }
H1.HeaderClassName
{
color: #CDD925;
}
.AnyTagClassName
{
color: #CDD925;
}
</style>
background-color css
<style>
a { background-color: #CDD925; }
a { background-color: rgb(205,217,37); }
div.DivClassName
{
background-color: #CDD925;
}
.BgClassName
{
background-color: #CDD925;
}
</style>
border-color css
<style>
span { border-color: #CDD925; }
span { border-color: rgb(205,217,37); }
td.TdClassName
{
border-color: #CDD925;
}
.TagClassName
{
border-color: #CDD925;
}
</style>