Shades of Bitter Lemon #CCDC2B
Tints of Bitter Lemon #CCDC2B
RGB
CMYK
RGB Variations
Color information
#CCDC2B (or 0xCCDC2B) is known color: Bitter Lemon. HEX triplet: CC, DC and 2B. RGB value is (204,220,43). Sum of RGB (Red+Green+Blue) = 204+220+43=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 43 (17.19% from 255 or 9.21% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC2B is #3323D4. Grayscale: #C3C3C3. Windows color (decimal): -3351509 or 2874572. OLE color: 2874572.
HSL color Cylindrical-coordinate representation of color #CCDC2B: hue angle of 65.42º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCDC2B is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 43 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.14 |
| HSL | 65.42º | 0.72% | 0.52% | - |
| HSV(B) | 65.42º | 0.8% | 0.86% | - |
| XYZ | 50.93 | 64.2 | 11.99 | - |
| YUV | 195.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 43 | 0.07 | 0 | 0.80 | 0.14 | 65.42 | 0.72 | 0.52 |
| Hex | CC | DC | 2B | 7 | 0 | 50 | E | 41 | 48 | 34 |
| Octal | 314 | 334 | 53 | 7 | 0 | 120 | 16 | 101 | 110 | 64 |
| Binary | 11001100 | 11011100 | 101011 | 111 | 0 | 1010000 | 1110 | 1000001 | 1001000 | 110100 |
Color Harmonies of #CCDC2B
Complementary color
Monochromatic Colors of #CCDC2B
Black with #CCDC2B
Text Example
Text Example
White with #CCDC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC2B; }
p { color: rgb(204,220,43); }
H1.HeaderClassName
{
color: #CCDC2B;
}
.AnyTagClassName
{
color: #CCDC2B;
}
</style>
background-color css
<style>
a { background-color: #CCDC2B; }
a { background-color: rgb(204,220,43); }
div.DivClassName
{
background-color: #CCDC2B;
}
.BgClassName
{
background-color: #CCDC2B;
}
</style>
border-color css
<style>
span { border-color: #CCDC2B; }
span { border-color: rgb(204,220,43); }
td.TdClassName
{
border-color: #CCDC2B;
}
.TagClassName
{
border-color: #CCDC2B;
}
</style>