Shades of Bitter Lemon #CCDC2D
Tints of Bitter Lemon #CCDC2D
RGB
CMYK
RGB Variations
Color information
#CCDC2D (or 0xCCDC2D) is known color: Bitter Lemon. HEX triplet: CC, DC and 2D. RGB value is (204,220,45). Sum of RGB (Red+Green+Blue) = 204+220+45=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 45 (17.97% from 255 or 9.59% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC2D is #3323D2. Grayscale: #C3C3C3. Windows color (decimal): -3351507 or 3005644. OLE color: 3005644.
HSL color Cylindrical-coordinate representation of color #CCDC2D: hue angle of 65.49º degrees, saturation: 0.71, 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 #CCDC2D is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 45 | - |
| CMYK | 0.07 | 0 | 0.80 | 0.14 |
| HSL | 65.49º | 0.71% | 0.52% | - |
| HSV(B) | 65.49º | 0.8% | 0.86% | - |
| XYZ | 50.97 | 64.21 | 12.19 | - |
| YUV | 195.27 | 43.2 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 45 | 0.07 | 0 | 0.80 | 0.14 | 65.49 | 0.71 | 0.52 |
| Hex | CC | DC | 2D | 7 | 0 | 50 | E | 41 | 47 | 34 |
| Octal | 314 | 334 | 55 | 7 | 0 | 120 | 16 | 101 | 107 | 64 |
| Binary | 11001100 | 11011100 | 101101 | 111 | 0 | 1010000 | 1110 | 1000001 | 1000111 | 110100 |
Color Harmonies of #CCDC2D
Complementary color
Monochromatic Colors of #CCDC2D
Black with #CCDC2D
Text Example
Text Example
White with #CCDC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC2D; }
p { color: rgb(204,220,45); }
H1.HeaderClassName
{
color: #CCDC2D;
}
.AnyTagClassName
{
color: #CCDC2D;
}
</style>
background-color css
<style>
a { background-color: #CCDC2D; }
a { background-color: rgb(204,220,45); }
div.DivClassName
{
background-color: #CCDC2D;
}
.BgClassName
{
background-color: #CCDC2D;
}
</style>
border-color css
<style>
span { border-color: #CCDC2D; }
span { border-color: rgb(204,220,45); }
td.TdClassName
{
border-color: #CCDC2D;
}
.TagClassName
{
border-color: #CCDC2D;
}
</style>