Shades of Bitter Lemon #CFDD34
Tints of Bitter Lemon #CFDD34
RGB
CMYK
RGB Variations
Color information
#CFDD34 (or 0xCFDD34) is known color: Bitter Lemon. HEX triplet: CF, DD and 34. RGB value is (207,221,52). Sum of RGB (Red+Green+Blue) = 207+221+52=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 52 (20.70% from 255 or 10.83% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD34 is #3022CB. Grayscale: #C6C6C6. Windows color (decimal): -3154636 or 3464655. OLE color: 3464655.
HSL color Cylindrical-coordinate representation of color #CFDD34: hue angle of 64.97º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFDD34 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 52 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.13 |
| HSL | 64.97º | 0.71% | 0.54% | - |
| HSV(B) | 64.97º | 0.76% | 0.87% | - |
| XYZ | 52.21 | 65.23 | 13.09 | - |
| YUV | 197.55 | 45.86 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 52 | 0.06 | 0 | 0.76 | 0.13 | 64.97 | 0.71 | 0.54 |
| Hex | CF | DD | 34 | 6 | 0 | 4C | D | 41 | 47 | 36 |
| Octal | 317 | 335 | 64 | 6 | 0 | 114 | 15 | 101 | 107 | 66 |
| Binary | 11001111 | 11011101 | 110100 | 110 | 0 | 1001100 | 1101 | 1000001 | 1000111 | 110110 |
Color Harmonies of #CFDD34
Complementary color
Monochromatic Colors of #CFDD34
Black with #CFDD34
Text Example
Text Example
White with #CFDD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD34; }
p { color: rgb(207,221,52); }
H1.HeaderClassName
{
color: #CFDD34;
}
.AnyTagClassName
{
color: #CFDD34;
}
</style>
background-color css
<style>
a { background-color: #CFDD34; }
a { background-color: rgb(207,221,52); }
div.DivClassName
{
background-color: #CFDD34;
}
.BgClassName
{
background-color: #CFDD34;
}
</style>
border-color css
<style>
span { border-color: #CFDD34; }
span { border-color: rgb(207,221,52); }
td.TdClassName
{
border-color: #CFDD34;
}
.TagClassName
{
border-color: #CFDD34;
}
</style>