Shades of Bitter Lemon #CFDC31
Tints of Bitter Lemon #CFDC31
RGB
CMYK
RGB Variations
Color information
#CFDC31 (or 0xCFDC31) is known color: Bitter Lemon. HEX triplet: CF, DC and 31. RGB value is (207,220,49). Sum of RGB (Red+Green+Blue) = 207+220+49=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 49 (19.53% from 255 or 10.29% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC31 is #3023CE. Grayscale: #C5C5C5. Windows color (decimal): -3154895 or 3267791. OLE color: 3267791.
HSL color Cylindrical-coordinate representation of color #CFDC31: hue angle of 64.56º degrees, saturation: 0.71, 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 #CFDC31 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 49 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.14 |
| HSL | 64.56º | 0.71% | 0.53% | - |
| HSV(B) | 64.56º | 0.78% | 0.86% | - |
| XYZ | 51.88 | 64.67 | 12.65 | - |
| YUV | 196.62 | 44.69 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 49 | 0.06 | 0 | 0.78 | 0.14 | 64.56 | 0.71 | 0.53 |
| Hex | CF | DC | 31 | 6 | 0 | 4E | E | 41 | 47 | 35 |
| Octal | 317 | 334 | 61 | 6 | 0 | 116 | 16 | 101 | 107 | 65 |
| Binary | 11001111 | 11011100 | 110001 | 110 | 0 | 1001110 | 1110 | 1000001 | 1000111 | 110101 |
Color Harmonies of #CFDC31
Complementary color
Monochromatic Colors of #CFDC31
Black with #CFDC31
Text Example
Text Example
White with #CFDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC31; }
p { color: rgb(207,220,49); }
H1.HeaderClassName
{
color: #CFDC31;
}
.AnyTagClassName
{
color: #CFDC31;
}
</style>
background-color css
<style>
a { background-color: #CFDC31; }
a { background-color: rgb(207,220,49); }
div.DivClassName
{
background-color: #CFDC31;
}
.BgClassName
{
background-color: #CFDC31;
}
</style>
border-color css
<style>
span { border-color: #CFDC31; }
span { border-color: rgb(207,220,49); }
td.TdClassName
{
border-color: #CFDC31;
}
.TagClassName
{
border-color: #CFDC31;
}
</style>