Shades of Bitter Lemon #CCDA30
Tints of Bitter Lemon #CCDA30
RGB
CMYK
RGB Variations
Color information
#CCDA30 (or 0xCCDA30) is known color: Bitter Lemon. HEX triplet: CC, DA and 30. RGB value is (204,218,48). Sum of RGB (Red+Green+Blue) = 204+218+48=470 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.40% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 48 (19.14% from 255 or 10.21% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA30 is #3325CF. Grayscale: #C3C3C3. Windows color (decimal): -3352016 or 3201740. OLE color: 3201740.
HSL color Cylindrical-coordinate representation of color #CCDA30: hue angle of 64.94º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCDA30 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 48 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.15 |
| HSL | 64.94º | 0.7% | 0.52% | - |
| HSV(B) | 64.94º | 0.78% | 0.85% | - |
| XYZ | 50.51 | 63.19 | 12.33 | - |
| YUV | 194.43 | 45.36 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 48 | 0.06 | 0 | 0.78 | 0.15 | 64.94 | 0.7 | 0.52 |
| Hex | CC | DA | 30 | 6 | 0 | 4E | F | 41 | 46 | 34 |
| Octal | 314 | 332 | 60 | 6 | 0 | 116 | 17 | 101 | 106 | 64 |
| Binary | 11001100 | 11011010 | 110000 | 110 | 0 | 1001110 | 1111 | 1000001 | 1000110 | 110100 |
Color Harmonies of #CCDA30
Complementary color
Monochromatic Colors of #CCDA30
Black with #CCDA30
Text Example
Text Example
White with #CCDA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA30; }
p { color: rgb(204,218,48); }
H1.HeaderClassName
{
color: #CCDA30;
}
.AnyTagClassName
{
color: #CCDA30;
}
</style>
background-color css
<style>
a { background-color: #CCDA30; }
a { background-color: rgb(204,218,48); }
div.DivClassName
{
background-color: #CCDA30;
}
.BgClassName
{
background-color: #CCDA30;
}
</style>
border-color css
<style>
span { border-color: #CCDA30; }
span { border-color: rgb(204,218,48); }
td.TdClassName
{
border-color: #CCDA30;
}
.TagClassName
{
border-color: #CCDA30;
}
</style>