Shades of Bitter Lemon #CCDB28
Tints of Bitter Lemon #CCDB28
RGB
CMYK
RGB Variations
Color information
#CCDB28 (or 0xCCDB28) is known color: Bitter Lemon. HEX triplet: CC, DB and 28. RGB value is (204,219,40). Sum of RGB (Red+Green+Blue) = 204+219+40=463 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.06% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 40 (16.02% from 255 or 8.64% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB28 is #3324D7. Grayscale: #C2C2C2. Windows color (decimal): -3351768 or 2677708. OLE color: 2677708.
HSL color Cylindrical-coordinate representation of color #CCDB28: hue angle of 65.03º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCDB28 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 40 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.14 |
| HSL | 65.03º | 0.71% | 0.51% | - |
| HSV(B) | 65.03º | 0.82% | 0.86% | - |
| XYZ | 50.62 | 63.65 | 11.63 | - |
| YUV | 194.11 | 41.03 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 40 | 0.07 | 0 | 0.82 | 0.14 | 65.03 | 0.71 | 0.51 |
| Hex | CC | DB | 28 | 7 | 0 | 52 | E | 41 | 47 | 33 |
| Octal | 314 | 333 | 50 | 7 | 0 | 122 | 16 | 101 | 107 | 63 |
| Binary | 11001100 | 11011011 | 101000 | 111 | 0 | 1010010 | 1110 | 1000001 | 1000111 | 110011 |
Color Harmonies of #CCDB28
Complementary color
Monochromatic Colors of #CCDB28
Black with #CCDB28
Text Example
Text Example
White with #CCDB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB28; }
p { color: rgb(204,219,40); }
H1.HeaderClassName
{
color: #CCDB28;
}
.AnyTagClassName
{
color: #CCDB28;
}
</style>
background-color css
<style>
a { background-color: #CCDB28; }
a { background-color: rgb(204,219,40); }
div.DivClassName
{
background-color: #CCDB28;
}
.BgClassName
{
background-color: #CCDB28;
}
</style>
border-color css
<style>
span { border-color: #CCDB28; }
span { border-color: rgb(204,219,40); }
td.TdClassName
{
border-color: #CCDB28;
}
.TagClassName
{
border-color: #CCDB28;
}
</style>