Shades of Bitter Lemon #CCDB2E
Tints of Bitter Lemon #CCDB2E
RGB
CMYK
RGB Variations
Color information
#CCDB2E (or 0xCCDB2E) is known color: Bitter Lemon. HEX triplet: CC, DB and 2E. RGB value is (204,219,46). Sum of RGB (Red+Green+Blue) = 204+219+46=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 46 (18.36% from 255 or 9.81% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB2E is #3324D1. Grayscale: #C3C3C3. Windows color (decimal): -3351762 or 3070924. OLE color: 3070924.
HSL color Cylindrical-coordinate representation of color #CCDB2E: hue angle of 65.2º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCDB2E is Cyan = 0.07, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 46 | - |
| CMYK | 0.07 | 0 | 0.79 | 0.14 |
| HSL | 65.2º | 0.71% | 0.52% | - |
| HSV(B) | 65.2º | 0.79% | 0.86% | - |
| XYZ | 50.73 | 63.7 | 12.21 | - |
| YUV | 194.79 | 44.03 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 46 | 0.07 | 0 | 0.79 | 0.14 | 65.2 | 0.71 | 0.52 |
| Hex | CC | DB | 2E | 7 | 0 | 4F | E | 41 | 47 | 34 |
| Octal | 314 | 333 | 56 | 7 | 0 | 117 | 16 | 101 | 107 | 64 |
| Binary | 11001100 | 11011011 | 101110 | 111 | 0 | 1001111 | 1110 | 1000001 | 1000111 | 110100 |
Color Harmonies of #CCDB2E
Complementary color
Monochromatic Colors of #CCDB2E
Black with #CCDB2E
Text Example
Text Example
White with #CCDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB2E; }
p { color: rgb(204,219,46); }
H1.HeaderClassName
{
color: #CCDB2E;
}
.AnyTagClassName
{
color: #CCDB2E;
}
</style>
background-color css
<style>
a { background-color: #CCDB2E; }
a { background-color: rgb(204,219,46); }
div.DivClassName
{
background-color: #CCDB2E;
}
.BgClassName
{
background-color: #CCDB2E;
}
</style>
border-color css
<style>
span { border-color: #CCDB2E; }
span { border-color: rgb(204,219,46); }
td.TdClassName
{
border-color: #CCDB2E;
}
.TagClassName
{
border-color: #CCDB2E;
}
</style>