Shades of Bitter Lemon #CFDA3C
Tints of Bitter Lemon #CFDA3C
RGB
CMYK
RGB Variations
Color information
#CFDA3C (or 0xCFDA3C) is known color: Bitter Lemon. HEX triplet: CF, DA and 3C. RGB value is (207,218,60). Sum of RGB (Red+Green+Blue) = 207+218+60=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 60 (23.83% from 255 or 12.37% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA3C is #3025C3. Grayscale: #C5C5C5. Windows color (decimal): -3155396 or 3988175. OLE color: 3988175.
HSL color Cylindrical-coordinate representation of color #CFDA3C: hue angle of 64.18º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFDA3C is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 60 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.15 |
| HSL | 64.18º | 0.68% | 0.55% | - |
| HSV(B) | 64.18º | 0.72% | 0.85% | - |
| XYZ | 51.62 | 63.73 | 13.86 | - |
| YUV | 196.7 | 50.86 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 60 | 0.05 | 0 | 0.72 | 0.15 | 64.18 | 0.68 | 0.55 |
| Hex | CF | DA | 3C | 5 | 0 | 48 | F | 40 | 44 | 37 |
| Octal | 317 | 332 | 74 | 5 | 0 | 110 | 17 | 100 | 104 | 67 |
| Binary | 11001111 | 11011010 | 111100 | 101 | 0 | 1001000 | 1111 | 1000000 | 1000100 | 110111 |
Color Harmonies of #CFDA3C
Complementary color
Monochromatic Colors of #CFDA3C
Black with #CFDA3C
Text Example
Text Example
White with #CFDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA3C; }
p { color: rgb(207,218,60); }
H1.HeaderClassName
{
color: #CFDA3C;
}
.AnyTagClassName
{
color: #CFDA3C;
}
</style>
background-color css
<style>
a { background-color: #CFDA3C; }
a { background-color: rgb(207,218,60); }
div.DivClassName
{
background-color: #CFDA3C;
}
.BgClassName
{
background-color: #CFDA3C;
}
</style>
border-color css
<style>
span { border-color: #CFDA3C; }
span { border-color: rgb(207,218,60); }
td.TdClassName
{
border-color: #CFDA3C;
}
.TagClassName
{
border-color: #CFDA3C;
}
</style>