Shades of Bitter Lemon #CFDB23
Tints of Bitter Lemon #CFDB23
RGB
CMYK
RGB Variations
Color information
#CFDB23 (or 0xCFDB23) is known color: Bitter Lemon. HEX triplet: CF, DB and 23. RGB value is (207,219,35). Sum of RGB (Red+Green+Blue) = 207+219+35=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 35 (14.06% from 255 or 7.59% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB23 is #3024DC. Grayscale: #C3C3C3. Windows color (decimal): -3155165 or 2350031. OLE color: 2350031.
HSL color Cylindrical-coordinate representation of color #CFDB23: hue angle of 63.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CFDB23 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 35 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.14 |
| HSL | 63.91º | 0.72% | 0.5% | - |
| HSV(B) | 63.91º | 0.84% | 0.86% | - |
| XYZ | 51.37 | 64.05 | 11.25 | - |
| YUV | 194.44 | 38.02 | 136.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 35 | 0.05 | 0 | 0.84 | 0.14 | 63.91 | 0.72 | 0.5 |
| Hex | CF | DB | 23 | 5 | 0 | 54 | E | 40 | 48 | 32 |
| Octal | 317 | 333 | 43 | 5 | 0 | 124 | 16 | 100 | 110 | 62 |
| Binary | 11001111 | 11011011 | 100011 | 101 | 0 | 1010100 | 1110 | 1000000 | 1001000 | 110010 |
Color Harmonies of #CFDB23
Complementary color
Monochromatic Colors of #CFDB23
Black with #CFDB23
Text Example
Text Example
White with #CFDB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB23; }
p { color: rgb(207,219,35); }
H1.HeaderClassName
{
color: #CFDB23;
}
.AnyTagClassName
{
color: #CFDB23;
}
</style>
background-color css
<style>
a { background-color: #CFDB23; }
a { background-color: rgb(207,219,35); }
div.DivClassName
{
background-color: #CFDB23;
}
.BgClassName
{
background-color: #CFDB23;
}
</style>
border-color css
<style>
span { border-color: #CFDB23; }
span { border-color: rgb(207,219,35); }
td.TdClassName
{
border-color: #CFDB23;
}
.TagClassName
{
border-color: #CFDB23;
}
</style>