Shades of Bitter Lemon #CFD62A
Tints of Bitter Lemon #CFD62A
RGB
CMYK
RGB Variations
Color information
#CFD62A (or 0xCFD62A) is known color: Bitter Lemon. HEX triplet: CF, D6 and 2A. RGB value is (207,214,42). Sum of RGB (Red+Green+Blue) = 207+214+42=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 214 (83.98% from 255 or 46.22% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 214 - color contains mainly: green. Hex color #CFD62A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFD62A is #3029D5. Grayscale: #C0C0C0. Windows color (decimal): -3156438 or 2807503. OLE color: 2807503.
HSL color Cylindrical-coordinate representation of color #CFD62A: hue angle of 62.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFD62A is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 207 | 214 | 42 | - |
| CMYK | 0.03 | 0 | 0.80 | 0.16 |
| HSL | 62.44º | 0.68% | 0.5% | - |
| HSV(B) | 62.44º | 0.8% | 0.84% | - |
| XYZ | 50.2 | 61.53 | 11.42 | - |
| YUV | 192.3 | 43.18 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 214 | 42 | 0.03 | 0 | 0.80 | 0.16 | 62.44 | 0.68 | 0.5 |
| Hex | CF | D6 | 2A | 3 | 0 | 50 | 10 | 3E | 44 | 32 |
| Octal | 317 | 326 | 52 | 3 | 0 | 120 | 20 | 76 | 104 | 62 |
| Binary | 11001111 | 11010110 | 101010 | 11 | 0 | 1010000 | 10000 | 111110 | 1000100 | 110010 |
Color Harmonies of #CFD62A
Complementary color
Monochromatic Colors of #CFD62A
Black with #CFD62A
Text Example
Text Example
White with #CFD62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD62A; }
p { color: rgb(207,214,42); }
H1.HeaderClassName
{
color: #CFD62A;
}
.AnyTagClassName
{
color: #CFD62A;
}
</style>
background-color css
<style>
a { background-color: #CFD62A; }
a { background-color: rgb(207,214,42); }
div.DivClassName
{
background-color: #CFD62A;
}
.BgClassName
{
background-color: #CFD62A;
}
</style>
border-color css
<style>
span { border-color: #CFD62A; }
span { border-color: rgb(207,214,42); }
td.TdClassName
{
border-color: #CFD62A;
}
.TagClassName
{
border-color: #CFD62A;
}
</style>