Shades of Bitter Lemon #CDD527
Tints of Bitter Lemon #CDD527
RGB
CMYK
RGB Variations
Color information
#CDD527 (or 0xCDD527) is known color: Bitter Lemon. HEX triplet: CD, D5 and 27. RGB value is (205,213,39). Sum of RGB (Red+Green+Blue) = 205+213+39=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 39 (15.62% from 255 or 8.53% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD527 is #322AD8. Grayscale: #BFBFBF. Windows color (decimal): -3287769 or 2610637. OLE color: 2610637.
HSL color Cylindrical-coordinate representation of color #CDD527: hue angle of 62.76º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CDD527 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 39 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.16 |
| HSL | 62.76º | 0.69% | 0.49% | - |
| HSV(B) | 62.76º | 0.82% | 0.84% | - |
| XYZ | 49.34 | 60.71 | 11.04 | - |
| YUV | 190.77 | 42.35 | 138.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 39 | 0.04 | 0 | 0.82 | 0.16 | 62.76 | 0.69 | 0.49 |
| Hex | CD | D5 | 27 | 4 | 0 | 52 | 10 | 3F | 45 | 31 |
| Octal | 315 | 325 | 47 | 4 | 0 | 122 | 20 | 77 | 105 | 61 |
| Binary | 11001101 | 11010101 | 100111 | 100 | 0 | 1010010 | 10000 | 111111 | 1000101 | 110001 |
Color Harmonies of #CDD527
Complementary color
Monochromatic Colors of #CDD527
Black with #CDD527
Text Example
Text Example
White with #CDD527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD527; }
p { color: rgb(205,213,39); }
H1.HeaderClassName
{
color: #CDD527;
}
.AnyTagClassName
{
color: #CDD527;
}
</style>
background-color css
<style>
a { background-color: #CDD527; }
a { background-color: rgb(205,213,39); }
div.DivClassName
{
background-color: #CDD527;
}
.BgClassName
{
background-color: #CDD527;
}
</style>
border-color css
<style>
span { border-color: #CDD527; }
span { border-color: rgb(205,213,39); }
td.TdClassName
{
border-color: #CDD527;
}
.TagClassName
{
border-color: #CDD527;
}
</style>