Shades of Bitter Lemon #CFDB31
Tints of Bitter Lemon #CFDB31
RGB
CMYK
RGB Variations
Color information
#CFDB31 (or 0xCFDB31) is known color: Bitter Lemon. HEX triplet: CF, DB and 31. RGB value is (207,219,49). Sum of RGB (Red+Green+Blue) = 207+219+49=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 49 (19.53% from 255 or 10.32% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB31 is #3024CE. Grayscale: #C4C4C4. Windows color (decimal): -3155151 or 3267535. OLE color: 3267535.
HSL color Cylindrical-coordinate representation of color #CFDB31: hue angle of 64.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFDB31 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 49 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.14 |
| HSL | 64.24º | 0.7% | 0.53% | - |
| HSV(B) | 64.24º | 0.78% | 0.86% | - |
| XYZ | 51.62 | 64.15 | 12.57 | - |
| YUV | 196.03 | 45.02 | 135.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 49 | 0.05 | 0 | 0.78 | 0.14 | 64.24 | 0.7 | 0.53 |
| Hex | CF | DB | 31 | 5 | 0 | 4E | E | 40 | 46 | 35 |
| Octal | 317 | 333 | 61 | 5 | 0 | 116 | 16 | 100 | 106 | 65 |
| Binary | 11001111 | 11011011 | 110001 | 101 | 0 | 1001110 | 1110 | 1000000 | 1000110 | 110101 |
Color Harmonies of #CFDB31
Complementary color
Monochromatic Colors of #CFDB31
Black with #CFDB31
Text Example
Text Example
White with #CFDB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB31; }
p { color: rgb(207,219,49); }
H1.HeaderClassName
{
color: #CFDB31;
}
.AnyTagClassName
{
color: #CFDB31;
}
</style>
background-color css
<style>
a { background-color: #CFDB31; }
a { background-color: rgb(207,219,49); }
div.DivClassName
{
background-color: #CFDB31;
}
.BgClassName
{
background-color: #CFDB31;
}
</style>
border-color css
<style>
span { border-color: #CFDB31; }
span { border-color: rgb(207,219,49); }
td.TdClassName
{
border-color: #CFDB31;
}
.TagClassName
{
border-color: #CFDB31;
}
</style>