Shades of Bitter Lemon #CFDA2D
Tints of Bitter Lemon #CFDA2D
RGB
CMYK
RGB Variations
Color information
#CFDA2D (or 0xCFDA2D) is known color: Bitter Lemon. HEX triplet: CF, DA and 2D. RGB value is (207,218,45). Sum of RGB (Red+Green+Blue) = 207+218+45=470 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.04% from 470); Green value is 218 (85.55% from 255 or 46.38% from 470); Blue value is 45 (17.97% from 255 or 9.57% from 470); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA2D is #3025D2. Grayscale: #C3C3C3. Windows color (decimal): -3155411 or 3005135. OLE color: 3005135.
HSL color Cylindrical-coordinate representation of color #CFDA2D: hue angle of 63.82º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFDA2D is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 45 | - |
| CMYK | 0.05 | 0 | 0.79 | 0.15 |
| HSL | 63.82º | 0.7% | 0.52% | - |
| HSV(B) | 63.82º | 0.79% | 0.85% | - |
| XYZ | 51.28 | 63.6 | 12.06 | - |
| YUV | 194.99 | 43.36 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 45 | 0.05 | 0 | 0.79 | 0.15 | 63.82 | 0.7 | 0.52 |
| Hex | CF | DA | 2D | 5 | 0 | 4F | F | 40 | 46 | 34 |
| Octal | 317 | 332 | 55 | 5 | 0 | 117 | 17 | 100 | 106 | 64 |
| Binary | 11001111 | 11011010 | 101101 | 101 | 0 | 1001111 | 1111 | 1000000 | 1000110 | 110100 |
Color Harmonies of #CFDA2D
Complementary color
Monochromatic Colors of #CFDA2D
Black with #CFDA2D
Text Example
Text Example
White with #CFDA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA2D; }
p { color: rgb(207,218,45); }
H1.HeaderClassName
{
color: #CFDA2D;
}
.AnyTagClassName
{
color: #CFDA2D;
}
</style>
background-color css
<style>
a { background-color: #CFDA2D; }
a { background-color: rgb(207,218,45); }
div.DivClassName
{
background-color: #CFDA2D;
}
.BgClassName
{
background-color: #CFDA2D;
}
</style>
border-color css
<style>
span { border-color: #CFDA2D; }
span { border-color: rgb(207,218,45); }
td.TdClassName
{
border-color: #CFDA2D;
}
.TagClassName
{
border-color: #CFDA2D;
}
</style>