Shades of Bitter Lemon #CFD637
Tints of Bitter Lemon #CFD637
RGB
CMYK
RGB Variations
Color information
#CFD637 (or 0xCFD637) is known color: Bitter Lemon. HEX triplet: CF, D6 and 37. RGB value is (207,214,55). Sum of RGB (Red+Green+Blue) = 207+214+55=476 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.49% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 55 (21.88% from 255 or 11.55% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD637 is #3029C8. Grayscale: #C2C2C2. Windows color (decimal): -3156425 or 3659471. OLE color: 3659471.
HSL color Cylindrical-coordinate representation of color #CFD637: hue angle of 62.64º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFD637 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 55 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.16 |
| HSL | 62.64º | 0.66% | 0.53% | - |
| HSV(B) | 62.64º | 0.74% | 0.84% | - |
| XYZ | 50.47 | 61.63 | 12.85 | - |
| YUV | 193.78 | 49.68 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 55 | 0.03 | 0 | 0.74 | 0.16 | 62.64 | 0.66 | 0.53 |
| Hex | CF | D6 | 37 | 3 | 0 | 4A | 10 | 3F | 42 | 35 |
| Octal | 317 | 326 | 67 | 3 | 0 | 112 | 20 | 77 | 102 | 65 |
| Binary | 11001111 | 11010110 | 110111 | 11 | 0 | 1001010 | 10000 | 111111 | 1000010 | 110101 |
Color Harmonies of #CFD637
Complementary color
Monochromatic Colors of #CFD637
Black with #CFD637
Text Example
Text Example
White with #CFD637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD637; }
p { color: rgb(207,214,55); }
H1.HeaderClassName
{
color: #CFD637;
}
.AnyTagClassName
{
color: #CFD637;
}
</style>
background-color css
<style>
a { background-color: #CFD637; }
a { background-color: rgb(207,214,55); }
div.DivClassName
{
background-color: #CFD637;
}
.BgClassName
{
background-color: #CFD637;
}
</style>
border-color css
<style>
span { border-color: #CFD637; }
span { border-color: rgb(207,214,55); }
td.TdClassName
{
border-color: #CFD637;
}
.TagClassName
{
border-color: #CFD637;
}
</style>