Shades of Bitter Lemon #CFD33C
Tints of Bitter Lemon #CFD33C
RGB
CMYK
RGB Variations
Color information
#CFD33C (or 0xCFD33C) is known color: Bitter Lemon. HEX triplet: CF, D3 and 3C. RGB value is (207,211,60). Sum of RGB (Red+Green+Blue) = 207+211+60=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 60 (23.83% from 255 or 12.55% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #CFD33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD33C is #302CC3. Grayscale: #C1C1C1. Windows color (decimal): -3157188 or 3986383. OLE color: 3986383.
HSL color Cylindrical-coordinate representation of color #CFD33C: hue angle of 61.59º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CFD33C is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 211 | 60 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.17 |
| HSL | 61.59º | 0.63% | 0.53% | - |
| HSV(B) | 61.59º | 0.72% | 0.83% | - |
| XYZ | 49.84 | 60.18 | 13.26 | - |
| YUV | 192.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 211 | 60 | 0.02 | 0 | 0.72 | 0.17 | 61.59 | 0.63 | 0.53 |
| Hex | CF | D3 | 3C | 2 | 0 | 48 | 11 | 3E | 3F | 35 |
| Octal | 317 | 323 | 74 | 2 | 0 | 110 | 21 | 76 | 77 | 65 |
| Binary | 11001111 | 11010011 | 111100 | 10 | 0 | 1001000 | 10001 | 111110 | 111111 | 110101 |
Color Harmonies of #CFD33C
Complementary color
Monochromatic Colors of #CFD33C
Black with #CFD33C
Text Example
Text Example
White with #CFD33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD33C; }
p { color: rgb(207,211,60); }
H1.HeaderClassName
{
color: #CFD33C;
}
.AnyTagClassName
{
color: #CFD33C;
}
</style>
background-color css
<style>
a { background-color: #CFD33C; }
a { background-color: rgb(207,211,60); }
div.DivClassName
{
background-color: #CFD33C;
}
.BgClassName
{
background-color: #CFD33C;
}
</style>
border-color css
<style>
span { border-color: #CFD33C; }
span { border-color: rgb(207,211,60); }
td.TdClassName
{
border-color: #CFD33C;
}
.TagClassName
{
border-color: #CFD33C;
}
</style>