Shades of Bitter Lemon #CCD134
Tints of Bitter Lemon #CCD134
RGB
CMYK
RGB Variations
Color information
#CCD134 (or 0xCCD134) is known color: Bitter Lemon. HEX triplet: CC, D1 and 34. RGB value is (204,209,52). Sum of RGB (Red+Green+Blue) = 204+209+52=465 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.87% from 465); Green value is 209 (82.03% from 255 or 44.95% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD134 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD134 is #332ECB. Grayscale: #BEBEBE. Windows color (decimal): -3354316 or 3461580. OLE color: 3461580.
HSL color Cylindrical-coordinate representation of color #CCD134: hue angle of 61.91º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCD134 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 52 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.18 |
| HSL | 61.91º | 0.63% | 0.51% | - |
| HSV(B) | 61.91º | 0.75% | 0.82% | - |
| XYZ | 48.32 | 58.69 | 12.03 | - |
| YUV | 189.61 | 50.34 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 52 | 0.02 | 0 | 0.75 | 0.18 | 61.91 | 0.63 | 0.51 |
| Hex | CC | D1 | 34 | 2 | 0 | 4B | 12 | 3E | 3F | 33 |
| Octal | 314 | 321 | 64 | 2 | 0 | 113 | 22 | 76 | 77 | 63 |
| Binary | 11001100 | 11010001 | 110100 | 10 | 0 | 1001011 | 10010 | 111110 | 111111 | 110011 |
Color Harmonies of #CCD134
Complementary color
Monochromatic Colors of #CCD134
Black with #CCD134
Text Example
Text Example
White with #CCD134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD134; }
p { color: rgb(204,209,52); }
H1.HeaderClassName
{
color: #CCD134;
}
.AnyTagClassName
{
color: #CCD134;
}
</style>
background-color css
<style>
a { background-color: #CCD134; }
a { background-color: rgb(204,209,52); }
div.DivClassName
{
background-color: #CCD134;
}
.BgClassName
{
background-color: #CCD134;
}
</style>
border-color css
<style>
span { border-color: #CCD134; }
span { border-color: rgb(204,209,52); }
td.TdClassName
{
border-color: #CCD134;
}
.TagClassName
{
border-color: #CCD134;
}
</style>