Shades of Bitter Lemon #CFDC3E
Tints of Bitter Lemon #CFDC3E
RGB
CMYK
RGB Variations
Color information
#CFDC3E (or 0xCFDC3E) is known color: Bitter Lemon. HEX triplet: CF, DC and 3E. RGB value is (207,220,62). Sum of RGB (Red+Green+Blue) = 207+220+62=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 62 (24.61% from 255 or 12.68% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC3E is #3023C1. Grayscale: #C6C6C6. Windows color (decimal): -3154882 or 4119759. OLE color: 4119759.
HSL color Cylindrical-coordinate representation of color #CFDC3E: hue angle of 64.94º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFDC3E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
RGB | 207 | 220 | 62 | - |
CMYK | 0.06 | 0 | 0.72 | 0.14 |
HSL | 64.94º | 0.69% | 0.55% | - |
HSV(B) | 64.94º | 0.72% | 0.86% | - |
XYZ | 52.19 | 64.8 | 14.31 | - |
YUV | 198.1 | 51.19 | 134.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 220 | 62 | 0.06 | 0 | 0.72 | 0.14 | 64.94 | 0.69 | 0.55 |
Hex | CF | DC | 3E | 6 | 0 | 48 | E | 41 | 45 | 37 |
Octal | 317 | 334 | 76 | 6 | 0 | 110 | 16 | 101 | 105 | 67 |
Binary | 11001111 | 11011100 | 111110 | 110 | 0 | 1001000 | 1110 | 1000001 | 1000101 | 110111 |
Color Harmonies of #CFDC3E
Complementary color
Monochromatic Colors of #CFDC3E
Black with #CFDC3E
Text Example
Text Example
White with #CFDC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC3E; }
p { color: rgb(207,220,62); }
H1.HeaderClassName
{
color: #CFDC3E;
}
.AnyTagClassName
{
color: #CFDC3E;
}
</style>
background-color css
<style>
a { background-color: #CFDC3E; }
a { background-color: rgb(207,220,62); }
div.DivClassName
{
background-color: #CFDC3E;
}
.BgClassName
{
background-color: #CFDC3E;
}
</style>
border-color css
<style>
span { border-color: #CFDC3E; }
span { border-color: rgb(207,220,62); }
td.TdClassName
{
border-color: #CFDC3E;
}
.TagClassName
{
border-color: #CFDC3E;
}
</style>