Shades of Bitter Lemon #CDD02B
Tints of Bitter Lemon #CDD02B
RGB
CMYK
RGB Variations
Color information
#CDD02B (or 0xCDD02B) is known color: Bitter Lemon. HEX triplet: CD, D0 and 2B. RGB value is (205,208,43). Sum of RGB (Red+Green+Blue) = 205+208+43=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 208 (81.64% from 255 or 45.61% from 456); Blue value is 43 (17.19% from 255 or 9.43% from 456); Max value from RGB is 208 - color contains mainly: green. Hex color #CDD02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDD02B is #322FD4. Grayscale: #BCBCBC. Windows color (decimal): -3289045 or 2871501. OLE color: 2871501.
HSL color Cylindrical-coordinate representation of color #CDD02B: hue angle of 61.09º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CDD02B is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 208 | 43 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.18 |
| HSL | 61.09º | 0.66% | 0.49% | - |
| HSV(B) | 61.09º | 0.79% | 0.82% | - |
| XYZ | 48.17 | 58.27 | 10.99 | - |
| YUV | 188.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 43 | 0.01 | 0 | 0.79 | 0.18 | 61.09 | 0.66 | 0.49 |
| Hex | CD | D0 | 2B | 1 | 0 | 4F | 12 | 3D | 42 | 31 |
| Octal | 315 | 320 | 53 | 1 | 0 | 117 | 22 | 75 | 102 | 61 |
| Binary | 11001101 | 11010000 | 101011 | 1 | 0 | 1001111 | 10010 | 111101 | 1000010 | 110001 |
Color Harmonies of #CDD02B
Complementary color
Monochromatic Colors of #CDD02B
Black with #CDD02B
Text Example
Text Example
White with #CDD02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD02B; }
p { color: rgb(205,208,43); }
H1.HeaderClassName
{
color: #CDD02B;
}
.AnyTagClassName
{
color: #CDD02B;
}
</style>
background-color css
<style>
a { background-color: #CDD02B; }
a { background-color: rgb(205,208,43); }
div.DivClassName
{
background-color: #CDD02B;
}
.BgClassName
{
background-color: #CDD02B;
}
</style>
border-color css
<style>
span { border-color: #CDD02B; }
span { border-color: rgb(205,208,43); }
td.TdClassName
{
border-color: #CDD02B;
}
.TagClassName
{
border-color: #CDD02B;
}
</style>