Shades of Bitter Lemon #CCD230
Tints of Bitter Lemon #CCD230
RGB
CMYK
RGB Variations
Color information
#CCD230 (or 0xCCD230) is known color: Bitter Lemon. HEX triplet: CC, D2 and 30. RGB value is (204,210,48). Sum of RGB (Red+Green+Blue) = 204+210+48=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 48 (19.14% from 255 or 10.39% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD230 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCD230 is #332DCF. Grayscale: #BEBEBE. Windows color (decimal): -3354064 or 3199692. OLE color: 3199692.
HSL color Cylindrical-coordinate representation of color #CCD230: hue angle of 62.22º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCD230 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 48 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.18 |
| HSL | 62.22º | 0.64% | 0.51% | - |
| HSV(B) | 62.22º | 0.77% | 0.82% | - |
| XYZ | 48.48 | 59.14 | 11.66 | - |
| YUV | 189.74 | 48.01 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 48 | 0.03 | 0 | 0.77 | 0.18 | 62.22 | 0.64 | 0.51 |
| Hex | CC | D2 | 30 | 3 | 0 | 4D | 12 | 3E | 40 | 33 |
| Octal | 314 | 322 | 60 | 3 | 0 | 115 | 22 | 76 | 100 | 63 |
| Binary | 11001100 | 11010010 | 110000 | 11 | 0 | 1001101 | 10010 | 111110 | 1000000 | 110011 |
Color Harmonies of #CCD230
Complementary color
Monochromatic Colors of #CCD230
Black with #CCD230
Text Example
Text Example
White with #CCD230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD230; }
p { color: rgb(204,210,48); }
H1.HeaderClassName
{
color: #CCD230;
}
.AnyTagClassName
{
color: #CCD230;
}
</style>
background-color css
<style>
a { background-color: #CCD230; }
a { background-color: rgb(204,210,48); }
div.DivClassName
{
background-color: #CCD230;
}
.BgClassName
{
background-color: #CCD230;
}
</style>
border-color css
<style>
span { border-color: #CCD230; }
span { border-color: rgb(204,210,48); }
td.TdClassName
{
border-color: #CCD230;
}
.TagClassName
{
border-color: #CCD230;
}
</style>