Shades of Bitter Lemon #CFD43D
Tints of Bitter Lemon #CFD43D
RGB
CMYK
RGB Variations
Color information
#CFD43D (or 0xCFD43D) is known color: Bitter Lemon. HEX triplet: CF, D4 and 3D. RGB value is (207,212,61). Sum of RGB (Red+Green+Blue) = 207+212+61=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 212 (83.20% from 255 or 44.17% from 480); Blue value is 61 (24.22% from 255 or 12.71% from 480); Max value from RGB is 212 - color contains mainly: green. Hex color #CFD43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD43D is #302BC2. Grayscale: #C1C1C1. Windows color (decimal): -3156931 or 4052175. OLE color: 4052175.
HSL color Cylindrical-coordinate representation of color #CFD43D: hue angle of 61.99º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CFD43D is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 212 | 61 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.17 |
| HSL | 61.99º | 0.64% | 0.54% | - |
| HSV(B) | 61.99º | 0.71% | 0.83% | - |
| XYZ | 50.12 | 60.69 | 13.49 | - |
| YUV | 193.29 | 53.34 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 212 | 61 | 0.02 | 0 | 0.71 | 0.17 | 61.99 | 0.64 | 0.54 |
| Hex | CF | D4 | 3D | 2 | 0 | 47 | 11 | 3E | 40 | 36 |
| Octal | 317 | 324 | 75 | 2 | 0 | 107 | 21 | 76 | 100 | 66 |
| Binary | 11001111 | 11010100 | 111101 | 10 | 0 | 1000111 | 10001 | 111110 | 1000000 | 110110 |
Color Harmonies of #CFD43D
Complementary color
Monochromatic Colors of #CFD43D
Black with #CFD43D
Text Example
Text Example
White with #CFD43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD43D; }
p { color: rgb(207,212,61); }
H1.HeaderClassName
{
color: #CFD43D;
}
.AnyTagClassName
{
color: #CFD43D;
}
</style>
background-color css
<style>
a { background-color: #CFD43D; }
a { background-color: rgb(207,212,61); }
div.DivClassName
{
background-color: #CFD43D;
}
.BgClassName
{
background-color: #CFD43D;
}
</style>
border-color css
<style>
span { border-color: #CFD43D; }
span { border-color: rgb(207,212,61); }
td.TdClassName
{
border-color: #CFD43D;
}
.TagClassName
{
border-color: #CFD43D;
}
</style>