Shades of Bitter Lemon #CFCD30
Tints of Bitter Lemon #CFCD30
RGB
CMYK
RGB Variations
Color information
#CFCD30 (or 0xCFCD30) is known color: Bitter Lemon. HEX triplet: CF, CD and 30. RGB value is (207,205,48). Sum of RGB (Red+Green+Blue) = 207+205+48=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CFCD30 is #3032CF. Grayscale: #BCBCBC. Windows color (decimal): -3158736 or 3198415. OLE color: 3198415.
HSL color Cylindrical-coordinate representation of color #CFCD30: hue angle of 59.25º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CFCD30 is Cyan = 0, Magento = 0.01, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 48 | - |
| CMYK | 0 | 0.01 | 0.77 | 0.19 |
| HSL | 59.25º | 0.62% | 0.5% | - |
| HSV(B) | 59.25º | 0.77% | 0.81% | - |
| XYZ | 48.1 | 57.14 | 11.29 | - |
| YUV | 187.7 | 49.16 | 141.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 48 | 0 | 0.01 | 0.77 | 0.19 | 59.25 | 0.62 | 0.5 |
| Hex | CF | CD | 30 | 0 | 1 | 4D | 13 | 3B | 3E | 32 |
| Octal | 317 | 315 | 60 | 0 | 1 | 115 | 23 | 73 | 76 | 62 |
| Binary | 11001111 | 11001101 | 110000 | 0 | 1 | 1001101 | 10011 | 111011 | 111110 | 110010 |
Color Harmonies of #CFCD30
Complementary color
Monochromatic Colors of #CFCD30
Black with #CFCD30
Text Example
Text Example
White with #CFCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD30; }
p { color: rgb(207,205,48); }
H1.HeaderClassName
{
color: #CFCD30;
}
.AnyTagClassName
{
color: #CFCD30;
}
</style>
background-color css
<style>
a { background-color: #CFCD30; }
a { background-color: rgb(207,205,48); }
div.DivClassName
{
background-color: #CFCD30;
}
.BgClassName
{
background-color: #CFCD30;
}
</style>
border-color css
<style>
span { border-color: #CFCD30; }
span { border-color: rgb(207,205,48); }
td.TdClassName
{
border-color: #CFCD30;
}
.TagClassName
{
border-color: #CFCD30;
}
</style>