Shades of Bitter Lemon #CCCD31
Tints of Bitter Lemon #CCCD31
RGB
CMYK
RGB Variations
Color information
#CCCD31 (or 0xCCCD31) is known color: Bitter Lemon. HEX triplet: CC, CD and 31. RGB value is (204,205,49). Sum of RGB (Red+Green+Blue) = 204+205+49=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 205 (80.47% from 255 or 44.76% from 458); Blue value is 49 (19.53% from 255 or 10.70% from 458); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCD31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCD31 is #3332CE. Grayscale: #BBBBBB. Windows color (decimal): -3355343 or 3263948. OLE color: 3263948.
HSL color Cylindrical-coordinate representation of color #CCCD31: hue angle of 60.38º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCCD31 is Cyan = 0.00, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 204 | 205 | 49 | - |
| CMYK | 0.00 | 0 | 0.76 | 0.20 |
| HSL | 60.38º | 0.61% | 0.5% | - |
| HSV(B) | 60.38º | 0.76% | 0.8% | - |
| XYZ | 47.29 | 56.72 | 11.36 | - |
| YUV | 186.92 | 50.17 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 49 | 0.00 | 0 | 0.76 | 0.20 | 60.38 | 0.61 | 0.5 |
| Hex | CC | CD | 31 | 0 | 0 | 4C | 14 | 3C | 3D | 32 |
| Octal | 314 | 315 | 61 | 0 | 0 | 114 | 24 | 74 | 75 | 62 |
| Binary | 11001100 | 11001101 | 110001 | 0 | 0 | 1001100 | 10100 | 111100 | 111101 | 110010 |
Color Harmonies of #CCCD31
Complementary color
Monochromatic Colors of #CCCD31
Black with #CCCD31
Text Example
Text Example
White with #CCCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCD31; }
p { color: rgb(204,205,49); }
H1.HeaderClassName
{
color: #CCCD31;
}
.AnyTagClassName
{
color: #CCCD31;
}
</style>
background-color css
<style>
a { background-color: #CCCD31; }
a { background-color: rgb(204,205,49); }
div.DivClassName
{
background-color: #CCCD31;
}
.BgClassName
{
background-color: #CCCD31;
}
</style>
border-color css
<style>
span { border-color: #CCCD31; }
span { border-color: rgb(204,205,49); }
td.TdClassName
{
border-color: #CCCD31;
}
.TagClassName
{
border-color: #CCCD31;
}
</style>