Shades of Bitter Lemon #CFDD37
Tints of Bitter Lemon #CFDD37
RGB
CMYK
RGB Variations
Color information
#CFDD37 (or 0xCFDD37) is known color: Bitter Lemon. HEX triplet: CF, DD and 37. RGB value is (207,221,55). Sum of RGB (Red+Green+Blue) = 207+221+55=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 55 (21.88% from 255 or 11.39% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD37 is #3022C8. Grayscale: #C6C6C6. Windows color (decimal): -3154633 or 3661263. OLE color: 3661263.
HSL color Cylindrical-coordinate representation of color #CFDD37: hue angle of 65.06º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFDD37 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 55 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.13 |
| HSL | 65.06º | 0.71% | 0.54% | - |
| HSV(B) | 65.06º | 0.75% | 0.87% | - |
| XYZ | 52.28 | 65.25 | 13.45 | - |
| YUV | 197.89 | 47.36 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 55 | 0.06 | 0 | 0.75 | 0.13 | 65.06 | 0.71 | 0.54 |
| Hex | CF | DD | 37 | 6 | 0 | 4B | D | 41 | 47 | 36 |
| Octal | 317 | 335 | 67 | 6 | 0 | 113 | 15 | 101 | 107 | 66 |
| Binary | 11001111 | 11011101 | 110111 | 110 | 0 | 1001011 | 1101 | 1000001 | 1000111 | 110110 |
Color Harmonies of #CFDD37
Complementary color
Monochromatic Colors of #CFDD37
Black with #CFDD37
Text Example
Text Example
White with #CFDD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD37; }
p { color: rgb(207,221,55); }
H1.HeaderClassName
{
color: #CFDD37;
}
.AnyTagClassName
{
color: #CFDD37;
}
</style>
background-color css
<style>
a { background-color: #CFDD37; }
a { background-color: rgb(207,221,55); }
div.DivClassName
{
background-color: #CFDD37;
}
.BgClassName
{
background-color: #CFDD37;
}
</style>
border-color css
<style>
span { border-color: #CFDD37; }
span { border-color: rgb(207,221,55); }
td.TdClassName
{
border-color: #CFDD37;
}
.TagClassName
{
border-color: #CFDD37;
}
</style>