Shades of Bitter Lemon #CFDC34
Tints of Bitter Lemon #CFDC34
RGB
CMYK
RGB Variations
Color information
#CFDC34 (or 0xCFDC34) is known color: Bitter Lemon. HEX triplet: CF, DC and 34. RGB value is (207,220,52). Sum of RGB (Red+Green+Blue) = 207+220+52=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 52 (20.70% from 255 or 10.86% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC34 is #3023CB. Grayscale: #C5C5C5. Windows color (decimal): -3154892 or 3464399. OLE color: 3464399.
HSL color Cylindrical-coordinate representation of color #CFDC34: hue angle of 64.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CFDC34 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 52 | - |
| CMYK | 0.06 | 0 | 0.76 | 0.14 |
| HSL | 64.64º | 0.71% | 0.53% | - |
| HSV(B) | 64.64º | 0.76% | 0.86% | - |
| XYZ | 51.95 | 64.7 | 13 | - |
| YUV | 196.96 | 46.19 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 52 | 0.06 | 0 | 0.76 | 0.14 | 64.64 | 0.71 | 0.53 |
| Hex | CF | DC | 34 | 6 | 0 | 4C | E | 41 | 47 | 35 |
| Octal | 317 | 334 | 64 | 6 | 0 | 114 | 16 | 101 | 107 | 65 |
| Binary | 11001111 | 11011100 | 110100 | 110 | 0 | 1001100 | 1110 | 1000001 | 1000111 | 110101 |
Color Harmonies of #CFDC34
Complementary color
Monochromatic Colors of #CFDC34
Black with #CFDC34
Text Example
Text Example
White with #CFDC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC34; }
p { color: rgb(207,220,52); }
H1.HeaderClassName
{
color: #CFDC34;
}
.AnyTagClassName
{
color: #CFDC34;
}
</style>
background-color css
<style>
a { background-color: #CFDC34; }
a { background-color: rgb(207,220,52); }
div.DivClassName
{
background-color: #CFDC34;
}
.BgClassName
{
background-color: #CFDC34;
}
</style>
border-color css
<style>
span { border-color: #CFDC34; }
span { border-color: rgb(207,220,52); }
td.TdClassName
{
border-color: #CFDC34;
}
.TagClassName
{
border-color: #CFDC34;
}
</style>