Shades of Bitter Lemon #CFD22B
Tints of Bitter Lemon #CFD22B
RGB
CMYK
RGB Variations
Color information
#CFD22B (or 0xCFD22B) is known color: Bitter Lemon. HEX triplet: CF, D2 and 2B. RGB value is (207,210,43). Sum of RGB (Red+Green+Blue) = 207+210+43=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 43 (17.19% from 255 or 9.35% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD22B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD22B is #302DD4. Grayscale: #BEBEBE. Windows color (decimal): -3157461 or 2872015. OLE color: 2872015.
HSL color Cylindrical-coordinate representation of color #CFD22B: hue angle of 61.08º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFD22B is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 43 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.18 |
| HSL | 61.08º | 0.66% | 0.5% | - |
| HSV(B) | 61.08º | 0.8% | 0.82% | - |
| XYZ | 49.21 | 59.53 | 11.18 | - |
| YUV | 190.07 | 45.01 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 43 | 0.01 | 0 | 0.80 | 0.18 | 61.08 | 0.66 | 0.5 |
| Hex | CF | D2 | 2B | 1 | 0 | 50 | 12 | 3D | 42 | 32 |
| Octal | 317 | 322 | 53 | 1 | 0 | 120 | 22 | 75 | 102 | 62 |
| Binary | 11001111 | 11010010 | 101011 | 1 | 0 | 1010000 | 10010 | 111101 | 1000010 | 110010 |
Color Harmonies of #CFD22B
Complementary color
Monochromatic Colors of #CFD22B
Black with #CFD22B
Text Example
Text Example
White with #CFD22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD22B; }
p { color: rgb(207,210,43); }
H1.HeaderClassName
{
color: #CFD22B;
}
.AnyTagClassName
{
color: #CFD22B;
}
</style>
background-color css
<style>
a { background-color: #CFD22B; }
a { background-color: rgb(207,210,43); }
div.DivClassName
{
background-color: #CFD22B;
}
.BgClassName
{
background-color: #CFD22B;
}
</style>
border-color css
<style>
span { border-color: #CFD22B; }
span { border-color: rgb(207,210,43); }
td.TdClassName
{
border-color: #CFD22B;
}
.TagClassName
{
border-color: #CFD22B;
}
</style>