Shades of Bitter Lemon #CFDB36
Tints of Bitter Lemon #CFDB36
RGB
CMYK
RGB Variations
Color information
#CFDB36 (or 0xCFDB36) is known color: Bitter Lemon. HEX triplet: CF, DB and 36. RGB value is (207,219,54). Sum of RGB (Red+Green+Blue) = 207+219+54=480 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.12% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 54 (21.48% from 255 or 11.25% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #CFDB36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDB36 is #3024C9. Grayscale: #C5C5C5. Windows color (decimal): -3155146 or 3595215. OLE color: 3595215.
HSL color Cylindrical-coordinate representation of color #CFDB36: hue angle of 64.36º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CFDB36 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 219 | 54 | - |
| CMYK | 0.05 | 0 | 0.75 | 0.14 |
| HSL | 64.36º | 0.7% | 0.54% | - |
| HSV(B) | 64.36º | 0.75% | 0.86% | - |
| XYZ | 51.73 | 64.19 | 13.15 | - |
| YUV | 196.6 | 47.52 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 219 | 54 | 0.05 | 0 | 0.75 | 0.14 | 64.36 | 0.7 | 0.54 |
| Hex | CF | DB | 36 | 5 | 0 | 4B | E | 40 | 46 | 36 |
| Octal | 317 | 333 | 66 | 5 | 0 | 113 | 16 | 100 | 106 | 66 |
| Binary | 11001111 | 11011011 | 110110 | 101 | 0 | 1001011 | 1110 | 1000000 | 1000110 | 110110 |
Color Harmonies of #CFDB36
Complementary color
Monochromatic Colors of #CFDB36
Black with #CFDB36
Text Example
Text Example
White with #CFDB36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDB36; }
p { color: rgb(207,219,54); }
H1.HeaderClassName
{
color: #CFDB36;
}
.AnyTagClassName
{
color: #CFDB36;
}
</style>
background-color css
<style>
a { background-color: #CFDB36; }
a { background-color: rgb(207,219,54); }
div.DivClassName
{
background-color: #CFDB36;
}
.BgClassName
{
background-color: #CFDB36;
}
</style>
border-color css
<style>
span { border-color: #CFDB36; }
span { border-color: rgb(207,219,54); }
td.TdClassName
{
border-color: #CFDB36;
}
.TagClassName
{
border-color: #CFDB36;
}
</style>