Shades of Bitter Lemon #CCD138
Tints of Bitter Lemon #CCD138
RGB
CMYK
RGB Variations
Color information
#CCD138 (or 0xCCD138) is known color: Bitter Lemon. HEX triplet: CC, D1 and 38. RGB value is (204,209,56). Sum of RGB (Red+Green+Blue) = 204+209+56=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 56 (22.27% from 255 or 11.94% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #CCD138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD138 is #332EC7. Grayscale: #BEBEBE. Windows color (decimal): -3354312 or 3723724. OLE color: 3723724.
HSL color Cylindrical-coordinate representation of color #CCD138: hue angle of 61.96º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCD138 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 209 | 56 | - |
| CMYK | 0.02 | 0 | 0.73 | 0.18 |
| HSL | 61.96º | 0.62% | 0.52% | - |
| HSV(B) | 61.96º | 0.73% | 0.82% | - |
| XYZ | 48.42 | 58.72 | 12.52 | - |
| YUV | 190.06 | 52.34 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 209 | 56 | 0.02 | 0 | 0.73 | 0.18 | 61.96 | 0.62 | 0.52 |
| Hex | CC | D1 | 38 | 2 | 0 | 49 | 12 | 3E | 3E | 34 |
| Octal | 314 | 321 | 70 | 2 | 0 | 111 | 22 | 76 | 76 | 64 |
| Binary | 11001100 | 11010001 | 111000 | 10 | 0 | 1001001 | 10010 | 111110 | 111110 | 110100 |
Color Harmonies of #CCD138
Complementary color
Monochromatic Colors of #CCD138
Black with #CCD138
Text Example
Text Example
White with #CCD138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD138; }
p { color: rgb(204,209,56); }
H1.HeaderClassName
{
color: #CCD138;
}
.AnyTagClassName
{
color: #CCD138;
}
</style>
background-color css
<style>
a { background-color: #CCD138; }
a { background-color: rgb(204,209,56); }
div.DivClassName
{
background-color: #CCD138;
}
.BgClassName
{
background-color: #CCD138;
}
</style>
border-color css
<style>
span { border-color: #CCD138; }
span { border-color: rgb(204,209,56); }
td.TdClassName
{
border-color: #CCD138;
}
.TagClassName
{
border-color: #CCD138;
}
</style>