Shades of Bitter Lemon #CFDB1B
Tints of Bitter Lemon #CFDB1B
RGB
CMYK
RGB Variations
Color information
#CFDB1B (or 0xCFDB1B) is known color: Bitter Lemon. HEX triplet: CF, DB and 1B. RGB value is (207,219,27). Sum of RGB (Red+Green+Blue) = 207+219+27=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 27 (10.94% from 255 or 5.96% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB1B is #3024E4. Grayscale: #C2C2C2. Windows color (decimal): -3155173 or 1825743. OLE color: 1825743.
HSL color Cylindrical-coordinate representation of color #CFDB1B: hue angle of 63.75º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CFDB1B is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 27 | - |
| CMYK | 0.05 | 0 | 0.88 | 0.14 |
| HSL | 63.75º | 0.78% | 0.48% | - |
| HSV(B) | 63.75º | 0.88% | 0.86% | - |
| XYZ | 51.26 | 64.01 | 10.69 | - |
| YUV | 193.52 | 34.02 | 137.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 27 | 0.05 | 0 | 0.88 | 0.14 | 63.75 | 0.78 | 0.48 |
| Hex | CF | DB | 1B | 5 | 0 | 58 | E | 40 | 4E | 30 |
| Octal | 317 | 333 | 33 | 5 | 0 | 130 | 16 | 100 | 116 | 60 |
| Binary | 11001111 | 11011011 | 11011 | 101 | 0 | 1011000 | 1110 | 1000000 | 1001110 | 110000 |
Color Harmonies of #CFDB1B
Complementary color
Monochromatic Colors of #CFDB1B
Black with #CFDB1B
Text Example
Text Example
White with #CFDB1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB1B; }
p { color: rgb(207,219,27); }
H1.HeaderClassName
{
color: #CFDB1B;
}
.AnyTagClassName
{
color: #CFDB1B;
}
</style>
background-color css
<style>
a { background-color: #CFDB1B; }
a { background-color: rgb(207,219,27); }
div.DivClassName
{
background-color: #CFDB1B;
}
.BgClassName
{
background-color: #CFDB1B;
}
</style>
border-color css
<style>
span { border-color: #CFDB1B; }
span { border-color: rgb(207,219,27); }
td.TdClassName
{
border-color: #CFDB1B;
}
.TagClassName
{
border-color: #CFDB1B;
}
</style>