Shades of Bitter Lemon #CCDA32
Tints of Bitter Lemon #CCDA32
RGB
CMYK
RGB Variations
Color information
#CCDA32 (or 0xCCDA32) is known color: Bitter Lemon. HEX triplet: CC, DA and 32. RGB value is (204,218,50). Sum of RGB (Red+Green+Blue) = 204+218+50=472 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.22% from 472); Green value is 218 (85.55% from 255 or 46.19% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA32 is #3325CD. Grayscale: #C3C3C3. Windows color (decimal): -3352014 or 3332812. OLE color: 3332812.
HSL color Cylindrical-coordinate representation of color #CCDA32: hue angle of 65º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCDA32 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 50 | - |
| CMYK | 0.06 | 0 | 0.77 | 0.15 |
| HSL | 65º | 0.69% | 0.53% | - |
| HSV(B) | 65º | 0.77% | 0.85% | - |
| XYZ | 50.55 | 63.21 | 12.55 | - |
| YUV | 194.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 50 | 0.06 | 0 | 0.77 | 0.15 | 65 | 0.69 | 0.53 |
| Hex | CC | DA | 32 | 6 | 0 | 4D | F | 41 | 45 | 35 |
| Octal | 314 | 332 | 62 | 6 | 0 | 115 | 17 | 101 | 105 | 65 |
| Binary | 11001100 | 11011010 | 110010 | 110 | 0 | 1001101 | 1111 | 1000001 | 1000101 | 110101 |
Color Harmonies of #CCDA32
Complementary color
Monochromatic Colors of #CCDA32
Black with #CCDA32
Text Example
Text Example
White with #CCDA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA32; }
p { color: rgb(204,218,50); }
H1.HeaderClassName
{
color: #CCDA32;
}
.AnyTagClassName
{
color: #CCDA32;
}
</style>
background-color css
<style>
a { background-color: #CCDA32; }
a { background-color: rgb(204,218,50); }
div.DivClassName
{
background-color: #CCDA32;
}
.BgClassName
{
background-color: #CCDA32;
}
</style>
border-color css
<style>
span { border-color: #CCDA32; }
span { border-color: rgb(204,218,50); }
td.TdClassName
{
border-color: #CCDA32;
}
.TagClassName
{
border-color: #CCDA32;
}
</style>