Shades of Bitter Lemon #CCDB32
Tints of Bitter Lemon #CCDB32
RGB
CMYK
RGB Variations
Color information
#CCDB32 (or 0xCCDB32) is known color: Bitter Lemon. HEX triplet: CC, DB and 32. RGB value is (204,219,50). Sum of RGB (Red+Green+Blue) = 204+219+50=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB32 is #3324CD. Grayscale: #C3C3C3. Windows color (decimal): -3351758 or 3333068. OLE color: 3333068.
HSL color Cylindrical-coordinate representation of color #CCDB32: hue angle of 65.33º degrees, saturation: 0.7, 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 #CCDB32 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 50 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.14 |
| HSL | 65.33º | 0.7% | 0.53% | - |
| HSV(B) | 65.33º | 0.77% | 0.86% | - |
| XYZ | 50.81 | 63.73 | 12.64 | - |
| YUV | 195.25 | 46.03 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 50 | 0.07 | 0 | 0.77 | 0.14 | 65.33 | 0.7 | 0.53 |
| Hex | CC | DB | 32 | 7 | 0 | 4D | E | 41 | 46 | 35 |
| Octal | 314 | 333 | 62 | 7 | 0 | 115 | 16 | 101 | 106 | 65 |
| Binary | 11001100 | 11011011 | 110010 | 111 | 0 | 1001101 | 1110 | 1000001 | 1000110 | 110101 |
Color Harmonies of #CCDB32
Complementary color
Monochromatic Colors of #CCDB32
Black with #CCDB32
Text Example
Text Example
White with #CCDB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB32; }
p { color: rgb(204,219,50); }
H1.HeaderClassName
{
color: #CCDB32;
}
.AnyTagClassName
{
color: #CCDB32;
}
</style>
background-color css
<style>
a { background-color: #CCDB32; }
a { background-color: rgb(204,219,50); }
div.DivClassName
{
background-color: #CCDB32;
}
.BgClassName
{
background-color: #CCDB32;
}
</style>
border-color css
<style>
span { border-color: #CCDB32; }
span { border-color: rgb(204,219,50); }
td.TdClassName
{
border-color: #CCDB32;
}
.TagClassName
{
border-color: #CCDB32;
}
</style>