Shades of Bitter Lemon #CFDB3C
Tints of Bitter Lemon #CFDB3C
RGB
CMYK
RGB Variations
Color information
#CFDB3C (or 0xCFDB3C) is known color: Bitter Lemon. HEX triplet: CF, DB and 3C. RGB value is (207,219,60). Sum of RGB (Red+Green+Blue) = 207+219+60=486 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.59% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 60 (23.83% from 255 or 12.35% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB3C is #3024C3. Grayscale: #C5C5C5. Windows color (decimal): -3155140 or 3988431. OLE color: 3988431.
HSL color Cylindrical-coordinate representation of color #CFDB3C: hue angle of 64.53º 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 #CFDB3C is Cyan = 0.05, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 60 | - |
| CMYK | 0.05 | 0 | 0.73 | 0.14 |
| HSL | 64.53º | 0.69% | 0.55% | - |
| HSV(B) | 64.53º | 0.73% | 0.86% | - |
| XYZ | 51.88 | 64.25 | 13.94 | - |
| YUV | 197.29 | 50.52 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 60 | 0.05 | 0 | 0.73 | 0.14 | 64.53 | 0.69 | 0.55 |
| Hex | CF | DB | 3C | 5 | 0 | 49 | E | 41 | 45 | 37 |
| Octal | 317 | 333 | 74 | 5 | 0 | 111 | 16 | 101 | 105 | 67 |
| Binary | 11001111 | 11011011 | 111100 | 101 | 0 | 1001001 | 1110 | 1000001 | 1000101 | 110111 |
Color Harmonies of #CFDB3C
Complementary color
Monochromatic Colors of #CFDB3C
Black with #CFDB3C
Text Example
Text Example
White with #CFDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB3C; }
p { color: rgb(207,219,60); }
H1.HeaderClassName
{
color: #CFDB3C;
}
.AnyTagClassName
{
color: #CFDB3C;
}
</style>
background-color css
<style>
a { background-color: #CFDB3C; }
a { background-color: rgb(207,219,60); }
div.DivClassName
{
background-color: #CFDB3C;
}
.BgClassName
{
background-color: #CFDB3C;
}
</style>
border-color css
<style>
span { border-color: #CFDB3C; }
span { border-color: rgb(207,219,60); }
td.TdClassName
{
border-color: #CFDB3C;
}
.TagClassName
{
border-color: #CFDB3C;
}
</style>