Shades of Bitter Lemon #CFDC30
Tints of Bitter Lemon #CFDC30
RGB
CMYK
RGB Variations
Color information
#CFDC30 (or 0xCFDC30) is known color: Bitter Lemon. HEX triplet: CF, DC and 30. RGB value is (207,220,48). Sum of RGB (Red+Green+Blue) = 207+220+48=475 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.58% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 48 (19.14% from 255 or 10.11% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #CFDC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFDC30 is #3023CF. Grayscale: #C5C5C5. Windows color (decimal): -3154896 or 3202255. OLE color: 3202255.
HSL color Cylindrical-coordinate representation of color #CFDC30: hue angle of 64.53º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CFDC30 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 220 | 48 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.14 |
| HSL | 64.53º | 0.71% | 0.53% | - |
| HSV(B) | 64.53º | 0.78% | 0.86% | - |
| XYZ | 51.86 | 64.67 | 12.54 | - |
| YUV | 196.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 220 | 48 | 0.06 | 0 | 0.78 | 0.14 | 64.53 | 0.71 | 0.53 |
| Hex | CF | DC | 30 | 6 | 0 | 4E | E | 41 | 47 | 35 |
| Octal | 317 | 334 | 60 | 6 | 0 | 116 | 16 | 101 | 107 | 65 |
| Binary | 11001111 | 11011100 | 110000 | 110 | 0 | 1001110 | 1110 | 1000001 | 1000111 | 110101 |
Color Harmonies of #CFDC30
Complementary color
Monochromatic Colors of #CFDC30
Black with #CFDC30
Text Example
Text Example
White with #CFDC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDC30; }
p { color: rgb(207,220,48); }
H1.HeaderClassName
{
color: #CFDC30;
}
.AnyTagClassName
{
color: #CFDC30;
}
</style>
background-color css
<style>
a { background-color: #CFDC30; }
a { background-color: rgb(207,220,48); }
div.DivClassName
{
background-color: #CFDC30;
}
.BgClassName
{
background-color: #CFDC30;
}
</style>
border-color css
<style>
span { border-color: #CFDC30; }
span { border-color: rgb(207,220,48); }
td.TdClassName
{
border-color: #CFDC30;
}
.TagClassName
{
border-color: #CFDC30;
}
</style>