Shades of Bitter Lemon #CFDB3B
Tints of Bitter Lemon #CFDB3B
RGB
CMYK
RGB Variations
Color information
#CFDB3B (or 0xCFDB3B) is known color: Bitter Lemon. HEX triplet: CF, DB and 3B. RGB value is (207,219,59). Sum of RGB (Red+Green+Blue) = 207+219+59=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 59 (23.44% from 255 or 12.16% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB3B is #3024C4. Grayscale: #C5C5C5. Windows color (decimal): -3155141 or 3922895. OLE color: 3922895.
HSL color Cylindrical-coordinate representation of color #CFDB3B: hue angle of 64.5º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFDB3B is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 59 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.14 |
| HSL | 64.5º | 0.69% | 0.55% | - |
| HSV(B) | 64.5º | 0.73% | 0.86% | - |
| XYZ | 51.85 | 64.24 | 13.81 | - |
| YUV | 197.17 | 50.02 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 59 | 0.05 | 0 | 0.73 | 0.14 | 64.5 | 0.69 | 0.55 |
| Hex | CF | DB | 3B | 5 | 0 | 49 | E | 40 | 45 | 37 |
| Octal | 317 | 333 | 73 | 5 | 0 | 111 | 16 | 100 | 105 | 67 |
| Binary | 11001111 | 11011011 | 111011 | 101 | 0 | 1001001 | 1110 | 1000000 | 1000101 | 110111 |
Color Harmonies of #CFDB3B
Complementary color
Monochromatic Colors of #CFDB3B
Black with #CFDB3B
Text Example
Text Example
White with #CFDB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB3B; }
p { color: rgb(207,219,59); }
H1.HeaderClassName
{
color: #CFDB3B;
}
.AnyTagClassName
{
color: #CFDB3B;
}
</style>
background-color css
<style>
a { background-color: #CFDB3B; }
a { background-color: rgb(207,219,59); }
div.DivClassName
{
background-color: #CFDB3B;
}
.BgClassName
{
background-color: #CFDB3B;
}
</style>
border-color css
<style>
span { border-color: #CFDB3B; }
span { border-color: rgb(207,219,59); }
td.TdClassName
{
border-color: #CFDB3B;
}
.TagClassName
{
border-color: #CFDB3B;
}
</style>