Shades of Bitter Lemon #CFDC3D
Tints of Bitter Lemon #CFDC3D
RGB
CMYK
RGB Variations
Color information
#CFDC3D (or 0xCFDC3D) is known color: Bitter Lemon. HEX triplet: CF, DC and 3D. RGB value is (207,220,61). Sum of RGB (Red+Green+Blue) = 207+220+61=488 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.42% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 61 (24.22% from 255 or 12.5% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC3D is #3023C2. Grayscale: #C6C6C6. Windows color (decimal): -3154883 or 4054223. OLE color: 4054223.
HSL color Cylindrical-coordinate representation of color #CFDC3D: hue angle of 64.91º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFDC3D is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 61 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.14 |
| HSL | 64.91º | 0.69% | 0.55% | - |
| HSV(B) | 64.91º | 0.72% | 0.86% | - |
| XYZ | 52.17 | 64.79 | 14.17 | - |
| YUV | 197.99 | 50.69 | 134.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 61 | 0.06 | 0 | 0.72 | 0.14 | 64.91 | 0.69 | 0.55 |
| Hex | CF | DC | 3D | 6 | 0 | 48 | E | 41 | 45 | 37 |
| Octal | 317 | 334 | 75 | 6 | 0 | 110 | 16 | 101 | 105 | 67 |
| Binary | 11001111 | 11011100 | 111101 | 110 | 0 | 1001000 | 1110 | 1000001 | 1000101 | 110111 |
Color Harmonies of #CFDC3D
Complementary color
Monochromatic Colors of #CFDC3D
Black with #CFDC3D
Text Example
Text Example
White with #CFDC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC3D; }
p { color: rgb(207,220,61); }
H1.HeaderClassName
{
color: #CFDC3D;
}
.AnyTagClassName
{
color: #CFDC3D;
}
</style>
background-color css
<style>
a { background-color: #CFDC3D; }
a { background-color: rgb(207,220,61); }
div.DivClassName
{
background-color: #CFDC3D;
}
.BgClassName
{
background-color: #CFDC3D;
}
</style>
border-color css
<style>
span { border-color: #CFDC3D; }
span { border-color: rgb(207,220,61); }
td.TdClassName
{
border-color: #CFDC3D;
}
.TagClassName
{
border-color: #CFDC3D;
}
</style>