Shades of Bitter Lemon #CCDB26
Tints of Bitter Lemon #CCDB26
RGB
CMYK
RGB Variations
Color information
#CCDB26 (or 0xCCDB26) is known color: Bitter Lemon. HEX triplet: CC, DB and 26. RGB value is (204,219,38). Sum of RGB (Red+Green+Blue) = 204+219+38=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 38 (15.23% from 255 or 8.24% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB26 is #3324D9. Grayscale: #C2C2C2. Windows color (decimal): -3351770 or 2546636. OLE color: 2546636.
HSL color Cylindrical-coordinate representation of color #CCDB26: hue angle of 64.97º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCDB26 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 38 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.14 |
| HSL | 64.97º | 0.72% | 0.5% | - |
| HSV(B) | 64.97º | 0.83% | 0.86% | - |
| XYZ | 50.58 | 63.64 | 11.45 | - |
| YUV | 193.88 | 40.03 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 38 | 0.07 | 0 | 0.83 | 0.14 | 64.97 | 0.72 | 0.5 |
| Hex | CC | DB | 26 | 7 | 0 | 53 | E | 41 | 48 | 32 |
| Octal | 314 | 333 | 46 | 7 | 0 | 123 | 16 | 101 | 110 | 62 |
| Binary | 11001100 | 11011011 | 100110 | 111 | 0 | 1010011 | 1110 | 1000001 | 1001000 | 110010 |
Color Harmonies of #CCDB26
Complementary color
Monochromatic Colors of #CCDB26
Black with #CCDB26
Text Example
Text Example
White with #CCDB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB26; }
p { color: rgb(204,219,38); }
H1.HeaderClassName
{
color: #CCDB26;
}
.AnyTagClassName
{
color: #CCDB26;
}
</style>
background-color css
<style>
a { background-color: #CCDB26; }
a { background-color: rgb(204,219,38); }
div.DivClassName
{
background-color: #CCDB26;
}
.BgClassName
{
background-color: #CCDB26;
}
</style>
border-color css
<style>
span { border-color: #CCDB26; }
span { border-color: rgb(204,219,38); }
td.TdClassName
{
border-color: #CCDB26;
}
.TagClassName
{
border-color: #CCDB26;
}
</style>