Shades of Bitter Lemon #CFD93C
Tints of Bitter Lemon #CFD93C
RGB
CMYK
RGB Variations
Color information
#CFD93C (or 0xCFD93C) is known color: Bitter Lemon. HEX triplet: CF, D9 and 3C. RGB value is (207,217,60). Sum of RGB (Red+Green+Blue) = 207+217+60=484 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.77% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD93C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD93C is #3026C3. Grayscale: #C4C4C4. Windows color (decimal): -3155652 or 3987919. OLE color: 3987919.
HSL color Cylindrical-coordinate representation of color #CFD93C: hue angle of 63.82º 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 #CFD93C is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 60 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.15 |
| HSL | 63.82º | 0.67% | 0.54% | - |
| HSV(B) | 63.82º | 0.72% | 0.85% | - |
| XYZ | 51.36 | 63.22 | 13.77 | - |
| YUV | 196.11 | 51.19 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 60 | 0.05 | 0 | 0.72 | 0.15 | 63.82 | 0.67 | 0.54 |
| Hex | CF | D9 | 3C | 5 | 0 | 48 | F | 40 | 43 | 36 |
| Octal | 317 | 331 | 74 | 5 | 0 | 110 | 17 | 100 | 103 | 66 |
| Binary | 11001111 | 11011001 | 111100 | 101 | 0 | 1001000 | 1111 | 1000000 | 1000011 | 110110 |
Color Harmonies of #CFD93C
Complementary color
Monochromatic Colors of #CFD93C
Black with #CFD93C
Text Example
Text Example
White with #CFD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD93C; }
p { color: rgb(207,217,60); }
H1.HeaderClassName
{
color: #CFD93C;
}
.AnyTagClassName
{
color: #CFD93C;
}
</style>
background-color css
<style>
a { background-color: #CFD93C; }
a { background-color: rgb(207,217,60); }
div.DivClassName
{
background-color: #CFD93C;
}
.BgClassName
{
background-color: #CFD93C;
}
</style>
border-color css
<style>
span { border-color: #CFD93C; }
span { border-color: rgb(207,217,60); }
td.TdClassName
{
border-color: #CFD93C;
}
.TagClassName
{
border-color: #CFD93C;
}
</style>