Shades of Bitter Lemon #CCDA2E
Tints of Bitter Lemon #CCDA2E
RGB
CMYK
RGB Variations
Color information
#CCDA2E (or 0xCCDA2E) is known color: Bitter Lemon. HEX triplet: CC, DA and 2E. RGB value is (204,218,46). Sum of RGB (Red+Green+Blue) = 204+218+46=468 (61% of max value = 765). Red value is 204 (80.08% from 255 or 43.59% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 46 (18.36% from 255 or 9.83% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA2E is #3325D1. Grayscale: #C2C2C2. Windows color (decimal): -3352018 or 3070668. OLE color: 3070668.
HSL color Cylindrical-coordinate representation of color #CCDA2E: hue angle of 64.88º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCDA2E is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 46 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.15 |
| HSL | 64.88º | 0.7% | 0.52% | - |
| HSV(B) | 64.88º | 0.79% | 0.85% | - |
| XYZ | 50.47 | 63.18 | 12.12 | - |
| YUV | 194.21 | 44.36 | 134.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 46 | 0.06 | 0 | 0.79 | 0.15 | 64.88 | 0.7 | 0.52 |
| Hex | CC | DA | 2E | 6 | 0 | 4F | F | 41 | 46 | 34 |
| Octal | 314 | 332 | 56 | 6 | 0 | 117 | 17 | 101 | 106 | 64 |
| Binary | 11001100 | 11011010 | 101110 | 110 | 0 | 1001111 | 1111 | 1000001 | 1000110 | 110100 |
Color Harmonies of #CCDA2E
Complementary color
Monochromatic Colors of #CCDA2E
Black with #CCDA2E
Text Example
Text Example
White with #CCDA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA2E; }
p { color: rgb(204,218,46); }
H1.HeaderClassName
{
color: #CCDA2E;
}
.AnyTagClassName
{
color: #CCDA2E;
}
</style>
background-color css
<style>
a { background-color: #CCDA2E; }
a { background-color: rgb(204,218,46); }
div.DivClassName
{
background-color: #CCDA2E;
}
.BgClassName
{
background-color: #CCDA2E;
}
</style>
border-color css
<style>
span { border-color: #CCDA2E; }
span { border-color: rgb(204,218,46); }
td.TdClassName
{
border-color: #CCDA2E;
}
.TagClassName
{
border-color: #CCDA2E;
}
</style>