Shades of Bitter Lemon #CFDE3C
Tints of Bitter Lemon #CFDE3C
RGB
CMYK
RGB Variations
Color information
#CFDE3C (or 0xCFDE3C) is known color: Bitter Lemon. HEX triplet: CF, DE and 3C. RGB value is (207,222,60). Sum of RGB (Red+Green+Blue) = 207+222+60=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 222 (87.11% from 255 or 45.40% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 222 - color contains mainly: green. Hex color #CFDE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDE3C is #3021C3. Grayscale: #C7C7C7. Windows color (decimal): -3154372 or 3989199. OLE color: 3989199.
HSL color Cylindrical-coordinate representation of color #CFDE3C: hue angle of 65.56º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CFDE3C is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 222 | 60 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.13 |
| HSL | 65.56º | 0.71% | 0.55% | - |
| HSV(B) | 65.56º | 0.73% | 0.87% | - |
| XYZ | 52.67 | 65.83 | 14.21 | - |
| YUV | 199.05 | 49.53 | 133.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 222 | 60 | 0.07 | 0 | 0.73 | 0.13 | 65.56 | 0.71 | 0.55 |
| Hex | CF | DE | 3C | 7 | 0 | 49 | D | 42 | 47 | 37 |
| Octal | 317 | 336 | 74 | 7 | 0 | 111 | 15 | 102 | 107 | 67 |
| Binary | 11001111 | 11011110 | 111100 | 111 | 0 | 1001001 | 1101 | 1000010 | 1000111 | 110111 |
Color Harmonies of #CFDE3C
Complementary color
Monochromatic Colors of #CFDE3C
Black with #CFDE3C
Text Example
Text Example
White with #CFDE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDE3C; }
p { color: rgb(207,222,60); }
H1.HeaderClassName
{
color: #CFDE3C;
}
.AnyTagClassName
{
color: #CFDE3C;
}
</style>
background-color css
<style>
a { background-color: #CFDE3C; }
a { background-color: rgb(207,222,60); }
div.DivClassName
{
background-color: #CFDE3C;
}
.BgClassName
{
background-color: #CFDE3C;
}
</style>
border-color css
<style>
span { border-color: #CFDE3C; }
span { border-color: rgb(207,222,60); }
td.TdClassName
{
border-color: #CFDE3C;
}
.TagClassName
{
border-color: #CFDE3C;
}
</style>