Shades of Bitter Lemon #CCCE30
Tints of Bitter Lemon #CCCE30
RGB
CMYK
RGB Variations
Color information
#CCCE30 (or 0xCCCE30) is known color: Bitter Lemon. HEX triplet: CC, CE and 30. RGB value is (204,206,48). Sum of RGB (Red+Green+Blue) = 204+206+48=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCCE30 is #3331CF. Grayscale: #BCBCBC. Windows color (decimal): -3355088 or 3198668. OLE color: 3198668.
HSL color Cylindrical-coordinate representation of color #CCCE30: hue angle of 60.76º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCCE30 is Cyan = 0.01, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 206 | 48 | - |
| CMYK | 0.01 | 0 | 0.77 | 0.19 |
| HSL | 60.76º | 0.62% | 0.5% | - |
| HSV(B) | 60.76º | 0.77% | 0.81% | - |
| XYZ | 47.51 | 57.19 | 11.33 | - |
| YUV | 187.39 | 49.34 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 48 | 0.01 | 0 | 0.77 | 0.19 | 60.76 | 0.62 | 0.5 |
| Hex | CC | CE | 30 | 1 | 0 | 4D | 13 | 3D | 3E | 32 |
| Octal | 314 | 316 | 60 | 1 | 0 | 115 | 23 | 75 | 76 | 62 |
| Binary | 11001100 | 11001110 | 110000 | 1 | 0 | 1001101 | 10011 | 111101 | 111110 | 110010 |
Color Harmonies of #CCCE30
Complementary color
Monochromatic Colors of #CCCE30
Black with #CCCE30
Text Example
Text Example
White with #CCCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCE30; }
p { color: rgb(204,206,48); }
H1.HeaderClassName
{
color: #CCCE30;
}
.AnyTagClassName
{
color: #CCCE30;
}
</style>
background-color css
<style>
a { background-color: #CCCE30; }
a { background-color: rgb(204,206,48); }
div.DivClassName
{
background-color: #CCCE30;
}
.BgClassName
{
background-color: #CCCE30;
}
</style>
border-color css
<style>
span { border-color: #CCCE30; }
span { border-color: rgb(204,206,48); }
td.TdClassName
{
border-color: #CCCE30;
}
.TagClassName
{
border-color: #CCCE30;
}
</style>