Shades of Bitter Lemon #CCDA26
Tints of Bitter Lemon #CCDA26
RGB
CMYK
RGB Variations
Color information
#CCDA26 (or 0xCCDA26) is known color: Bitter Lemon. HEX triplet: CC, DA and 26. RGB value is (204,218,38). Sum of RGB (Red+Green+Blue) = 204+218+38=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDA26 is #3325D9. Grayscale: #C2C2C2. Windows color (decimal): -3352026 or 2546380. OLE color: 2546380.
HSL color Cylindrical-coordinate representation of color #CCDA26: hue angle of 64.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCDA26 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 218 | 38 | - |
| CMYK | 0.06 | 0 | 0.83 | 0.15 |
| HSL | 64.67º | 0.71% | 0.5% | - |
| HSV(B) | 64.67º | 0.83% | 0.85% | - |
| XYZ | 50.32 | 63.12 | 11.36 | - |
| YUV | 193.29 | 40.36 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 218 | 38 | 0.06 | 0 | 0.83 | 0.15 | 64.67 | 0.71 | 0.5 |
| Hex | CC | DA | 26 | 6 | 0 | 53 | F | 41 | 47 | 32 |
| Octal | 314 | 332 | 46 | 6 | 0 | 123 | 17 | 101 | 107 | 62 |
| Binary | 11001100 | 11011010 | 100110 | 110 | 0 | 1010011 | 1111 | 1000001 | 1000111 | 110010 |
Color Harmonies of #CCDA26
Complementary color
Monochromatic Colors of #CCDA26
Black with #CCDA26
Text Example
Text Example
White with #CCDA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDA26; }
p { color: rgb(204,218,38); }
H1.HeaderClassName
{
color: #CCDA26;
}
.AnyTagClassName
{
color: #CCDA26;
}
</style>
background-color css
<style>
a { background-color: #CCDA26; }
a { background-color: rgb(204,218,38); }
div.DivClassName
{
background-color: #CCDA26;
}
.BgClassName
{
background-color: #CCDA26;
}
</style>
border-color css
<style>
span { border-color: #CCDA26; }
span { border-color: rgb(204,218,38); }
td.TdClassName
{
border-color: #CCDA26;
}
.TagClassName
{
border-color: #CCDA26;
}
</style>