Shades of Bitter Lemon #CFDC27
Tints of Bitter Lemon #CFDC27
RGB
CMYK
RGB Variations
Color information
#CFDC27 (or 0xCFDC27) is known color: Bitter Lemon. HEX triplet: CF, DC and 27. RGB value is (207,220,39). Sum of RGB (Red+Green+Blue) = 207+220+39=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 39 (15.62% from 255 or 8.37% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC27 is #3023D8. Grayscale: #C4C4C4. Windows color (decimal): -3154905 or 2612431. OLE color: 2612431.
HSL color Cylindrical-coordinate representation of color #CFDC27: hue angle of 64.31º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CFDC27 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 39 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.14 |
| HSL | 64.31º | 0.72% | 0.51% | - |
| HSV(B) | 64.31º | 0.82% | 0.86% | - |
| XYZ | 51.69 | 64.6 | 11.66 | - |
| YUV | 195.48 | 39.69 | 136.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 39 | 0.06 | 0 | 0.82 | 0.14 | 64.31 | 0.72 | 0.51 |
| Hex | CF | DC | 27 | 6 | 0 | 52 | E | 40 | 48 | 33 |
| Octal | 317 | 334 | 47 | 6 | 0 | 122 | 16 | 100 | 110 | 63 |
| Binary | 11001111 | 11011100 | 100111 | 110 | 0 | 1010010 | 1110 | 1000000 | 1001000 | 110011 |
Color Harmonies of #CFDC27
Complementary color
Monochromatic Colors of #CFDC27
Black with #CFDC27
Text Example
Text Example
White with #CFDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC27; }
p { color: rgb(207,220,39); }
H1.HeaderClassName
{
color: #CFDC27;
}
.AnyTagClassName
{
color: #CFDC27;
}
</style>
background-color css
<style>
a { background-color: #CFDC27; }
a { background-color: rgb(207,220,39); }
div.DivClassName
{
background-color: #CFDC27;
}
.BgClassName
{
background-color: #CFDC27;
}
</style>
border-color css
<style>
span { border-color: #CFDC27; }
span { border-color: rgb(207,220,39); }
td.TdClassName
{
border-color: #CFDC27;
}
.TagClassName
{
border-color: #CFDC27;
}
</style>