Shades of Bitter Lemon #CCDB27
Tints of Bitter Lemon #CCDB27
RGB
CMYK
RGB Variations
Color information
#CCDB27 (or 0xCCDB27) is known color: Bitter Lemon. HEX triplet: CC, DB and 27. RGB value is (204,219,39). Sum of RGB (Red+Green+Blue) = 204+219+39=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 39 (15.62% from 255 or 8.44% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB27 is #3324D8. Grayscale: #C2C2C2. Windows color (decimal): -3351769 or 2612172. OLE color: 2612172.
HSL color Cylindrical-coordinate representation of color #CCDB27: hue angle of 65º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCDB27 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 39 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.14 |
| HSL | 65º | 0.71% | 0.51% | - |
| HSV(B) | 65º | 0.82% | 0.86% | - |
| XYZ | 50.6 | 63.65 | 11.54 | - |
| YUV | 194 | 40.53 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 39 | 0.07 | 0 | 0.82 | 0.14 | 65 | 0.71 | 0.51 |
| Hex | CC | DB | 27 | 7 | 0 | 52 | E | 41 | 47 | 33 |
| Octal | 314 | 333 | 47 | 7 | 0 | 122 | 16 | 101 | 107 | 63 |
| Binary | 11001100 | 11011011 | 100111 | 111 | 0 | 1010010 | 1110 | 1000001 | 1000111 | 110011 |
Color Harmonies of #CCDB27
Complementary color
Monochromatic Colors of #CCDB27
Black with #CCDB27
Text Example
Text Example
White with #CCDB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB27; }
p { color: rgb(204,219,39); }
H1.HeaderClassName
{
color: #CCDB27;
}
.AnyTagClassName
{
color: #CCDB27;
}
</style>
background-color css
<style>
a { background-color: #CCDB27; }
a { background-color: rgb(204,219,39); }
div.DivClassName
{
background-color: #CCDB27;
}
.BgClassName
{
background-color: #CCDB27;
}
</style>
border-color css
<style>
span { border-color: #CCDB27; }
span { border-color: rgb(204,219,39); }
td.TdClassName
{
border-color: #CCDB27;
}
.TagClassName
{
border-color: #CCDB27;
}
</style>