Shades of Bitter Lemon #CFDB2D
Tints of Bitter Lemon #CFDB2D
RGB
CMYK
RGB Variations
Color information
#CFDB2D (or 0xCFDB2D) is known color: Bitter Lemon. HEX triplet: CF, DB and 2D. RGB value is (207,219,45). Sum of RGB (Red+Green+Blue) = 207+219+45=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 219 (85.94% from 255 or 46.50% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB2D is #3024D2. Grayscale: #C4C4C4. Windows color (decimal): -3155155 or 3005391. OLE color: 3005391.
HSL color Cylindrical-coordinate representation of color #CFDB2D: hue angle of 64.14º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFDB2D is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 45 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.14 |
| HSL | 64.14º | 0.71% | 0.52% | - |
| HSV(B) | 64.14º | 0.79% | 0.86% | - |
| XYZ | 51.54 | 64.12 | 12.14 | - |
| YUV | 195.58 | 43.02 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 45 | 0.05 | 0 | 0.79 | 0.14 | 64.14 | 0.71 | 0.52 |
| Hex | CF | DB | 2D | 5 | 0 | 4F | E | 40 | 47 | 34 |
| Octal | 317 | 333 | 55 | 5 | 0 | 117 | 16 | 100 | 107 | 64 |
| Binary | 11001111 | 11011011 | 101101 | 101 | 0 | 1001111 | 1110 | 1000000 | 1000111 | 110100 |
Color Harmonies of #CFDB2D
Complementary color
Monochromatic Colors of #CFDB2D
Black with #CFDB2D
Text Example
Text Example
White with #CFDB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB2D; }
p { color: rgb(207,219,45); }
H1.HeaderClassName
{
color: #CFDB2D;
}
.AnyTagClassName
{
color: #CFDB2D;
}
</style>
background-color css
<style>
a { background-color: #CFDB2D; }
a { background-color: rgb(207,219,45); }
div.DivClassName
{
background-color: #CFDB2D;
}
.BgClassName
{
background-color: #CFDB2D;
}
</style>
border-color css
<style>
span { border-color: #CFDB2D; }
span { border-color: rgb(207,219,45); }
td.TdClassName
{
border-color: #CFDB2D;
}
.TagClassName
{
border-color: #CFDB2D;
}
</style>