Shades of Bitter Lemon #CFD83C
Tints of Bitter Lemon #CFD83C
RGB
CMYK
RGB Variations
Color information
#CFD83C (or 0xCFD83C) is known color: Bitter Lemon. HEX triplet: CF, D8 and 3C. RGB value is (207,216,60). Sum of RGB (Red+Green+Blue) = 207+216+60=483 (63% of max value = 765). Red value is 207 (81.25% from 255 or 42.86% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 60 (23.83% from 255 or 12.42% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD83C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD83C is #3027C3. Grayscale: #C4C4C4. Windows color (decimal): -3155908 or 3987663. OLE color: 3987663.
HSL color Cylindrical-coordinate representation of color #CFD83C: hue angle of 63.46º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFD83C is Cyan = 0.04, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 60 | - |
| CMYK | 0.04 | 0 | 0.72 | 0.15 |
| HSL | 63.46º | 0.67% | 0.54% | - |
| HSV(B) | 63.46º | 0.72% | 0.85% | - |
| XYZ | 51.1 | 62.7 | 13.68 | - |
| YUV | 195.53 | 51.52 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 60 | 0.04 | 0 | 0.72 | 0.15 | 63.46 | 0.67 | 0.54 |
| Hex | CF | D8 | 3C | 4 | 0 | 48 | F | 3F | 43 | 36 |
| Octal | 317 | 330 | 74 | 4 | 0 | 110 | 17 | 77 | 103 | 66 |
| Binary | 11001111 | 11011000 | 111100 | 100 | 0 | 1001000 | 1111 | 111111 | 1000011 | 110110 |
Color Harmonies of #CFD83C
Complementary color
Monochromatic Colors of #CFD83C
Black with #CFD83C
Text Example
Text Example
White with #CFD83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD83C; }
p { color: rgb(207,216,60); }
H1.HeaderClassName
{
color: #CFD83C;
}
.AnyTagClassName
{
color: #CFD83C;
}
</style>
background-color css
<style>
a { background-color: #CFD83C; }
a { background-color: rgb(207,216,60); }
div.DivClassName
{
background-color: #CFD83C;
}
.BgClassName
{
background-color: #CFD83C;
}
</style>
border-color css
<style>
span { border-color: #CFD83C; }
span { border-color: rgb(207,216,60); }
td.TdClassName
{
border-color: #CFD83C;
}
.TagClassName
{
border-color: #CFD83C;
}
</style>