Shades of Bitter Lemon #CFD22D
Tints of Bitter Lemon #CFD22D
RGB
CMYK
RGB Variations
Color information
#CFD22D (or 0xCFD22D) is known color: Bitter Lemon. HEX triplet: CF, D2 and 2D. RGB value is (207,210,45). Sum of RGB (Red+Green+Blue) = 207+210+45=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 210 (82.42% from 255 or 45.45% from 462); Blue value is 45 (17.97% from 255 or 9.74% from 462); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD22D is #302DD2. Grayscale: #BEBEBE. Windows color (decimal): -3157459 or 3003087. OLE color: 3003087.
HSL color Cylindrical-coordinate representation of color #CFD22D: hue angle of 61.09º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFD22D is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 45 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.18 |
| HSL | 61.09º | 0.65% | 0.5% | - |
| HSV(B) | 61.09º | 0.79% | 0.82% | - |
| XYZ | 49.25 | 59.55 | 11.38 | - |
| YUV | 190.29 | 46.01 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 45 | 0.01 | 0 | 0.79 | 0.18 | 61.09 | 0.65 | 0.5 |
| Hex | CF | D2 | 2D | 1 | 0 | 4F | 12 | 3D | 41 | 32 |
| Octal | 317 | 322 | 55 | 1 | 0 | 117 | 22 | 75 | 101 | 62 |
| Binary | 11001111 | 11010010 | 101101 | 1 | 0 | 1001111 | 10010 | 111101 | 1000001 | 110010 |
Color Harmonies of #CFD22D
Complementary color
Monochromatic Colors of #CFD22D
Black with #CFD22D
Text Example
Text Example
White with #CFD22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD22D; }
p { color: rgb(207,210,45); }
H1.HeaderClassName
{
color: #CFD22D;
}
.AnyTagClassName
{
color: #CFD22D;
}
</style>
background-color css
<style>
a { background-color: #CFD22D; }
a { background-color: rgb(207,210,45); }
div.DivClassName
{
background-color: #CFD22D;
}
.BgClassName
{
background-color: #CFD22D;
}
</style>
border-color css
<style>
span { border-color: #CFD22D; }
span { border-color: rgb(207,210,45); }
td.TdClassName
{
border-color: #CFD22D;
}
.TagClassName
{
border-color: #CFD22D;
}
</style>