Shades of Bitter Lemon #CFDD2B
Tints of Bitter Lemon #CFDD2B
RGB
CMYK
RGB Variations
Color information
#CFDD2B (or 0xCFDD2B) is known color: Bitter Lemon. HEX triplet: CF, DD and 2B. RGB value is (207,221,43). Sum of RGB (Red+Green+Blue) = 207+221+43=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 43 (17.19% from 255 or 9.13% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD2B is #3022D4. Grayscale: #C5C5C5. Windows color (decimal): -3154645 or 2874831. OLE color: 2874831.
HSL color Cylindrical-coordinate representation of color #CFDD2B: hue angle of 64.72º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFDD2B is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 43 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.13 |
| HSL | 64.72º | 0.72% | 0.52% | - |
| HSV(B) | 64.72º | 0.81% | 0.87% | - |
| XYZ | 52.02 | 65.15 | 12.12 | - |
| YUV | 196.52 | 41.36 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 43 | 0.06 | 0 | 0.81 | 0.13 | 64.72 | 0.72 | 0.52 |
| Hex | CF | DD | 2B | 6 | 0 | 51 | D | 41 | 48 | 34 |
| Octal | 317 | 335 | 53 | 6 | 0 | 121 | 15 | 101 | 110 | 64 |
| Binary | 11001111 | 11011101 | 101011 | 110 | 0 | 1010001 | 1101 | 1000001 | 1001000 | 110100 |
Color Harmonies of #CFDD2B
Complementary color
Monochromatic Colors of #CFDD2B
Black with #CFDD2B
Text Example
Text Example
White with #CFDD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD2B; }
p { color: rgb(207,221,43); }
H1.HeaderClassName
{
color: #CFDD2B;
}
.AnyTagClassName
{
color: #CFDD2B;
}
</style>
background-color css
<style>
a { background-color: #CFDD2B; }
a { background-color: rgb(207,221,43); }
div.DivClassName
{
background-color: #CFDD2B;
}
.BgClassName
{
background-color: #CFDD2B;
}
</style>
border-color css
<style>
span { border-color: #CFDD2B; }
span { border-color: rgb(207,221,43); }
td.TdClassName
{
border-color: #CFDD2B;
}
.TagClassName
{
border-color: #CFDD2B;
}
</style>