Shades of Bitter Lemon #CCDC33
Tints of Bitter Lemon #CCDC33
RGB
CMYK
RGB Variations
Color information
#CCDC33 (or 0xCCDC33) is known color: Bitter Lemon. HEX triplet: CC, DC and 33. RGB value is (204,220,51). Sum of RGB (Red+Green+Blue) = 204+220+51=475 (62% of max value = 765). Red value is 204 (80.08% from 255 or 42.95% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 51 (20.31% from 255 or 10.74% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDC33 is #3323CC. Grayscale: #C4C4C4. Windows color (decimal): -3351501 or 3398860. OLE color: 3398860.
HSL color Cylindrical-coordinate representation of color #CCDC33: hue angle of 65.68º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCDC33 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 220 | 51 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.14 |
| HSL | 65.68º | 0.71% | 0.53% | - |
| HSV(B) | 65.68º | 0.77% | 0.86% | - |
| XYZ | 51.09 | 64.26 | 12.84 | - |
| YUV | 195.95 | 46.2 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 220 | 51 | 0.07 | 0 | 0.77 | 0.14 | 65.68 | 0.71 | 0.53 |
| Hex | CC | DC | 33 | 7 | 0 | 4D | E | 42 | 47 | 35 |
| Octal | 314 | 334 | 63 | 7 | 0 | 115 | 16 | 102 | 107 | 65 |
| Binary | 11001100 | 11011100 | 110011 | 111 | 0 | 1001101 | 1110 | 1000010 | 1000111 | 110101 |
Color Harmonies of #CCDC33
Complementary color
Monochromatic Colors of #CCDC33
Black with #CCDC33
Text Example
Text Example
White with #CCDC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDC33; }
p { color: rgb(204,220,51); }
H1.HeaderClassName
{
color: #CCDC33;
}
.AnyTagClassName
{
color: #CCDC33;
}
</style>
background-color css
<style>
a { background-color: #CCDC33; }
a { background-color: rgb(204,220,51); }
div.DivClassName
{
background-color: #CCDC33;
}
.BgClassName
{
background-color: #CCDC33;
}
</style>
border-color css
<style>
span { border-color: #CCDC33; }
span { border-color: rgb(204,220,51); }
td.TdClassName
{
border-color: #CCDC33;
}
.TagClassName
{
border-color: #CCDC33;
}
</style>