Shades of Bitter Lemon #CFD93D
Tints of Bitter Lemon #CFD93D
RGB
CMYK
RGB Variations
Color information
#CFD93D (or 0xCFD93D) is known color: Bitter Lemon. HEX triplet: CF, D9 and 3D. RGB value is (207,217,61). Sum of RGB (Red+Green+Blue) = 207+217+61=485 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.68% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 61 (24.22% from 255 or 12.58% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD93D is #3026C2. Grayscale: #C4C4C4. Windows color (decimal): -3155651 or 4053455. OLE color: 4053455.
HSL color Cylindrical-coordinate representation of color #CFD93D: hue angle of 63.85º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFD93D is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 61 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.15 |
| HSL | 63.85º | 0.67% | 0.55% | - |
| HSV(B) | 63.85º | 0.72% | 0.85% | - |
| XYZ | 51.39 | 63.23 | 13.91 | - |
| YUV | 196.23 | 51.69 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 61 | 0.05 | 0 | 0.72 | 0.15 | 63.85 | 0.67 | 0.55 |
| Hex | CF | D9 | 3D | 5 | 0 | 48 | F | 40 | 43 | 37 |
| Octal | 317 | 331 | 75 | 5 | 0 | 110 | 17 | 100 | 103 | 67 |
| Binary | 11001111 | 11011001 | 111101 | 101 | 0 | 1001000 | 1111 | 1000000 | 1000011 | 110111 |
Color Harmonies of #CFD93D
Complementary color
Monochromatic Colors of #CFD93D
Black with #CFD93D
Text Example
Text Example
White with #CFD93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD93D; }
p { color: rgb(207,217,61); }
H1.HeaderClassName
{
color: #CFD93D;
}
.AnyTagClassName
{
color: #CFD93D;
}
</style>
background-color css
<style>
a { background-color: #CFD93D; }
a { background-color: rgb(207,217,61); }
div.DivClassName
{
background-color: #CFD93D;
}
.BgClassName
{
background-color: #CFD93D;
}
</style>
border-color css
<style>
span { border-color: #CFD93D; }
span { border-color: rgb(207,217,61); }
td.TdClassName
{
border-color: #CFD93D;
}
.TagClassName
{
border-color: #CFD93D;
}
</style>