Shades of Bitter Lemon #CFDC36
Tints of Bitter Lemon #CFDC36
RGB
CMYK
RGB Variations
Color information
#CFDC36 (or 0xCFDC36) is known color: Bitter Lemon. HEX triplet: CF, DC and 36. RGB value is (207,220,54). Sum of RGB (Red+Green+Blue) = 207+220+54=481 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.04% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 54 (21.48% from 255 or 11.23% from 481); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC36 is #3023C9. Grayscale: #C5C5C5. Windows color (decimal): -3154890 or 3595471. OLE color: 3595471.
HSL color Cylindrical-coordinate representation of color #CFDC36: hue angle of 64.7º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFDC36 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 54 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.14 |
| HSL | 64.7º | 0.7% | 0.54% | - |
| HSV(B) | 64.7º | 0.75% | 0.86% | - |
| XYZ | 51.99 | 64.72 | 13.24 | - |
| YUV | 197.19 | 47.19 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 54 | 0.06 | 0 | 0.75 | 0.14 | 64.7 | 0.7 | 0.54 |
| Hex | CF | DC | 36 | 6 | 0 | 4B | E | 41 | 46 | 36 |
| Octal | 317 | 334 | 66 | 6 | 0 | 113 | 16 | 101 | 106 | 66 |
| Binary | 11001111 | 11011100 | 110110 | 110 | 0 | 1001011 | 1110 | 1000001 | 1000110 | 110110 |
Color Harmonies of #CFDC36
Complementary color
Monochromatic Colors of #CFDC36
Black with #CFDC36
Text Example
Text Example
White with #CFDC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC36; }
p { color: rgb(207,220,54); }
H1.HeaderClassName
{
color: #CFDC36;
}
.AnyTagClassName
{
color: #CFDC36;
}
</style>
background-color css
<style>
a { background-color: #CFDC36; }
a { background-color: rgb(207,220,54); }
div.DivClassName
{
background-color: #CFDC36;
}
.BgClassName
{
background-color: #CFDC36;
}
</style>
border-color css
<style>
span { border-color: #CFDC36; }
span { border-color: rgb(207,220,54); }
td.TdClassName
{
border-color: #CFDC36;
}
.TagClassName
{
border-color: #CFDC36;
}
</style>