Shades of Bitter Lemon #CFDA1F
Tints of Bitter Lemon #CFDA1F
RGB
CMYK
RGB Variations
Color information
#CFDA1F (or 0xCFDA1F) is known color: Bitter Lemon. HEX triplet: CF, DA and 1F. RGB value is (207,218,31). Sum of RGB (Red+Green+Blue) = 207+218+31=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 31 (12.5% from 255 or 6.80% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDA1F is #3025E0. Grayscale: #C2C2C2. Windows color (decimal): -3155425 or 2087631. OLE color: 2087631.
HSL color Cylindrical-coordinate representation of color #CFDA1F: hue angle of 63.53º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFDA1F is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 31 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.15 |
| HSL | 63.53º | 0.75% | 0.49% | - |
| HSV(B) | 63.53º | 0.86% | 0.85% | - |
| XYZ | 51.05 | 63.51 | 10.86 | - |
| YUV | 193.39 | 36.36 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 31 | 0.05 | 0 | 0.86 | 0.15 | 63.53 | 0.75 | 0.49 |
| Hex | CF | DA | 1F | 5 | 0 | 56 | F | 40 | 4B | 31 |
| Octal | 317 | 332 | 37 | 5 | 0 | 126 | 17 | 100 | 113 | 61 |
| Binary | 11001111 | 11011010 | 11111 | 101 | 0 | 1010110 | 1111 | 1000000 | 1001011 | 110001 |
Color Harmonies of #CFDA1F
Complementary color
Monochromatic Colors of #CFDA1F
Black with #CFDA1F
Text Example
Text Example
White with #CFDA1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA1F; }
p { color: rgb(207,218,31); }
H1.HeaderClassName
{
color: #CFDA1F;
}
.AnyTagClassName
{
color: #CFDA1F;
}
</style>
background-color css
<style>
a { background-color: #CFDA1F; }
a { background-color: rgb(207,218,31); }
div.DivClassName
{
background-color: #CFDA1F;
}
.BgClassName
{
background-color: #CFDA1F;
}
</style>
border-color css
<style>
span { border-color: #CFDA1F; }
span { border-color: rgb(207,218,31); }
td.TdClassName
{
border-color: #CFDA1F;
}
.TagClassName
{
border-color: #CFDA1F;
}
</style>