Shades of Bitter Lemon #CCCE2D
Tints of Bitter Lemon #CCCE2D
RGB
CMYK
RGB Variations
Color information
#CCCE2D (or 0xCCCE2D) is known color: Bitter Lemon. HEX triplet: CC, CE and 2D. RGB value is (204,206,45). Sum of RGB (Red+Green+Blue) = 204+206+45=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 206 (80.86% from 255 or 45.27% from 455); Blue value is 45 (17.97% from 255 or 9.89% from 455); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE2D is #3331D2. Grayscale: #BBBBBB. Windows color (decimal): -3355091 or 3002060. OLE color: 3002060.
HSL color Cylindrical-coordinate representation of color #CCCE2D: hue angle of 60.75º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCCE2D is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 45 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.19 |
| HSL | 60.75º | 0.64% | 0.49% | - |
| HSV(B) | 60.75º | 0.78% | 0.81% | - |
| XYZ | 47.45 | 57.17 | 11.02 | - |
| YUV | 187.05 | 47.84 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 45 | 0.01 | 0 | 0.78 | 0.19 | 60.75 | 0.64 | 0.49 |
| Hex | CC | CE | 2D | 1 | 0 | 4E | 13 | 3D | 40 | 31 |
| Octal | 314 | 316 | 55 | 1 | 0 | 116 | 23 | 75 | 100 | 61 |
| Binary | 11001100 | 11001110 | 101101 | 1 | 0 | 1001110 | 10011 | 111101 | 1000000 | 110001 |
Color Harmonies of #CCCE2D
Complementary color
Monochromatic Colors of #CCCE2D
Black with #CCCE2D
Text Example
Text Example
White with #CCCE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE2D; }
p { color: rgb(204,206,45); }
H1.HeaderClassName
{
color: #CCCE2D;
}
.AnyTagClassName
{
color: #CCCE2D;
}
</style>
background-color css
<style>
a { background-color: #CCCE2D; }
a { background-color: rgb(204,206,45); }
div.DivClassName
{
background-color: #CCCE2D;
}
.BgClassName
{
background-color: #CCCE2D;
}
</style>
border-color css
<style>
span { border-color: #CCCE2D; }
span { border-color: rgb(204,206,45); }
td.TdClassName
{
border-color: #CCCE2D;
}
.TagClassName
{
border-color: #CCCE2D;
}
</style>