Shades of Bitter Lemon #CFDC37
Tints of Bitter Lemon #CFDC37
RGB
CMYK
RGB Variations
Color information
#CFDC37 (or 0xCFDC37) is known color: Bitter Lemon. HEX triplet: CF, DC and 37. RGB value is (207,220,55). Sum of RGB (Red+Green+Blue) = 207+220+55=482 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.95% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC37 is #3023C8. Grayscale: #C5C5C5. Windows color (decimal): -3154889 or 3661007. OLE color: 3661007.
HSL color Cylindrical-coordinate representation of color #CFDC37: hue angle of 64.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFDC37 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 55 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.14 |
| HSL | 64.73º | 0.7% | 0.54% | - |
| HSV(B) | 64.73º | 0.75% | 0.86% | - |
| XYZ | 52.01 | 64.73 | 13.37 | - |
| YUV | 197.3 | 47.69 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 55 | 0.06 | 0 | 0.75 | 0.14 | 64.73 | 0.7 | 0.54 |
| Hex | CF | DC | 37 | 6 | 0 | 4B | E | 41 | 46 | 36 |
| Octal | 317 | 334 | 67 | 6 | 0 | 113 | 16 | 101 | 106 | 66 |
| Binary | 11001111 | 11011100 | 110111 | 110 | 0 | 1001011 | 1110 | 1000001 | 1000110 | 110110 |
Color Harmonies of #CFDC37
Complementary color
Monochromatic Colors of #CFDC37
Black with #CFDC37
Text Example
Text Example
White with #CFDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC37; }
p { color: rgb(207,220,55); }
H1.HeaderClassName
{
color: #CFDC37;
}
.AnyTagClassName
{
color: #CFDC37;
}
</style>
background-color css
<style>
a { background-color: #CFDC37; }
a { background-color: rgb(207,220,55); }
div.DivClassName
{
background-color: #CFDC37;
}
.BgClassName
{
background-color: #CFDC37;
}
</style>
border-color css
<style>
span { border-color: #CFDC37; }
span { border-color: rgb(207,220,55); }
td.TdClassName
{
border-color: #CFDC37;
}
.TagClassName
{
border-color: #CFDC37;
}
</style>