Shades of Bitter Lemon #CCDB25
Tints of Bitter Lemon #CCDB25
RGB
CMYK
RGB Variations
Color information
#CCDB25 (or 0xCCDB25) is known color: Bitter Lemon. HEX triplet: CC, DB and 25. RGB value is (204,219,37). Sum of RGB (Red+Green+Blue) = 204+219+37=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 219 (85.94% from 255 or 47.61% from 460); Blue value is 37 (14.84% from 255 or 8.04% from 460); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCDB25 is #3324DA. Grayscale: #C2C2C2. Windows color (decimal): -3351771 or 2481100. OLE color: 2481100.
HSL color Cylindrical-coordinate representation of color #CCDB25: hue angle of 64.95º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCDB25 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 37 | - |
| CMYK | 0.07 | 0 | 0.83 | 0.14 |
| HSL | 64.95º | 0.72% | 0.5% | - |
| HSV(B) | 64.95º | 0.83% | 0.86% | - |
| XYZ | 50.57 | 63.63 | 11.37 | - |
| YUV | 193.77 | 39.53 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 37 | 0.07 | 0 | 0.83 | 0.14 | 64.95 | 0.72 | 0.5 |
| Hex | CC | DB | 25 | 7 | 0 | 53 | E | 41 | 48 | 32 |
| Octal | 314 | 333 | 45 | 7 | 0 | 123 | 16 | 101 | 110 | 62 |
| Binary | 11001100 | 11011011 | 100101 | 111 | 0 | 1010011 | 1110 | 1000001 | 1001000 | 110010 |
Color Harmonies of #CCDB25
Complementary color
Monochromatic Colors of #CCDB25
Black with #CCDB25
Text Example
Text Example
White with #CCDB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB25; }
p { color: rgb(204,219,37); }
H1.HeaderClassName
{
color: #CCDB25;
}
.AnyTagClassName
{
color: #CCDB25;
}
</style>
background-color css
<style>
a { background-color: #CCDB25; }
a { background-color: rgb(204,219,37); }
div.DivClassName
{
background-color: #CCDB25;
}
.BgClassName
{
background-color: #CCDB25;
}
</style>
border-color css
<style>
span { border-color: #CCDB25; }
span { border-color: rgb(204,219,37); }
td.TdClassName
{
border-color: #CCDB25;
}
.TagClassName
{
border-color: #CCDB25;
}
</style>