Shades of Bitter Lemon #CCD433
Tints of Bitter Lemon #CCD433
RGB
CMYK
RGB Variations
Color information
#CCD433 (or 0xCCD433) is known color: Bitter Lemon. HEX triplet: CC, D4 and 33. RGB value is (204,212,51). Sum of RGB (Red+Green+Blue) = 204+212+51=467 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.68% from 467); Green value is 212 (83.20% from 255 or 45.40% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD433 is #332BCC. Grayscale: #BFBFBF. Windows color (decimal): -3353549 or 3396812. OLE color: 3396812.
HSL color Cylindrical-coordinate representation of color #CCD433: hue angle of 62.98º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCD433 is Cyan = 0.04, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 51 | - |
| CMYK | 0.04 | 0 | 0.76 | 0.17 |
| HSL | 62.98º | 0.65% | 0.52% | - |
| HSV(B) | 62.98º | 0.76% | 0.83% | - |
| XYZ | 49.04 | 60.16 | 12.16 | - |
| YUV | 191.25 | 48.85 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 51 | 0.04 | 0 | 0.76 | 0.17 | 62.98 | 0.65 | 0.52 |
| Hex | CC | D4 | 33 | 4 | 0 | 4C | 11 | 3F | 41 | 34 |
| Octal | 314 | 324 | 63 | 4 | 0 | 114 | 21 | 77 | 101 | 64 |
| Binary | 11001100 | 11010100 | 110011 | 100 | 0 | 1001100 | 10001 | 111111 | 1000001 | 110100 |
Color Harmonies of #CCD433
Complementary color
Monochromatic Colors of #CCD433
Black with #CCD433
Text Example
Text Example
White with #CCD433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD433; }
p { color: rgb(204,212,51); }
H1.HeaderClassName
{
color: #CCD433;
}
.AnyTagClassName
{
color: #CCD433;
}
</style>
background-color css
<style>
a { background-color: #CCD433; }
a { background-color: rgb(204,212,51); }
div.DivClassName
{
background-color: #CCD433;
}
.BgClassName
{
background-color: #CCD433;
}
</style>
border-color css
<style>
span { border-color: #CCD433; }
span { border-color: rgb(204,212,51); }
td.TdClassName
{
border-color: #CCD433;
}
.TagClassName
{
border-color: #CCD433;
}
</style>