Shades of Bitter Lemon #CFDD2D
Tints of Bitter Lemon #CFDD2D
RGB
CMYK
RGB Variations
Color information
#CFDD2D (or 0xCFDD2D) is known color: Bitter Lemon. HEX triplet: CF, DD and 2D. RGB value is (207,221,45). Sum of RGB (Red+Green+Blue) = 207+221+45=473 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.76% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 45 (17.97% from 255 or 9.51% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #CFDD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDD2D is #3022D2. Grayscale: #C5C5C5. Windows color (decimal): -3154643 or 3005903. OLE color: 3005903.
HSL color Cylindrical-coordinate representation of color #CFDD2D: hue angle of 64.77º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFDD2D is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 221 | 45 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.13 |
| HSL | 64.77º | 0.72% | 0.52% | - |
| HSV(B) | 64.77º | 0.8% | 0.87% | - |
| XYZ | 52.06 | 65.17 | 12.32 | - |
| YUV | 196.75 | 42.36 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 221 | 45 | 0.06 | 0 | 0.80 | 0.13 | 64.77 | 0.72 | 0.52 |
| Hex | CF | DD | 2D | 6 | 0 | 50 | D | 41 | 48 | 34 |
| Octal | 317 | 335 | 55 | 6 | 0 | 120 | 15 | 101 | 110 | 64 |
| Binary | 11001111 | 11011101 | 101101 | 110 | 0 | 1010000 | 1101 | 1000001 | 1001000 | 110100 |
Color Harmonies of #CFDD2D
Complementary color
Monochromatic Colors of #CFDD2D
Black with #CFDD2D
Text Example
Text Example
White with #CFDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDD2D; }
p { color: rgb(207,221,45); }
H1.HeaderClassName
{
color: #CFDD2D;
}
.AnyTagClassName
{
color: #CFDD2D;
}
</style>
background-color css
<style>
a { background-color: #CFDD2D; }
a { background-color: rgb(207,221,45); }
div.DivClassName
{
background-color: #CFDD2D;
}
.BgClassName
{
background-color: #CFDD2D;
}
</style>
border-color css
<style>
span { border-color: #CFDD2D; }
span { border-color: rgb(207,221,45); }
td.TdClassName
{
border-color: #CFDD2D;
}
.TagClassName
{
border-color: #CFDD2D;
}
</style>