Shades of Bitter Lemon #CDCF2D
Tints of Bitter Lemon #CDCF2D
RGB
CMYK
RGB Variations
Color information
#CDCF2D (or 0xCDCF2D) is known color: Bitter Lemon. HEX triplet: CD, CF and 2D. RGB value is (205,207,45). Sum of RGB (Red+Green+Blue) = 205+207+45=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #CDCF2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCF2D is #3230D2. Grayscale: #BCBCBC. Windows color (decimal): -3289299 or 3002317. OLE color: 3002317.
HSL color Cylindrical-coordinate representation of color #CDCF2D: hue angle of 60.74º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CDCF2D is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 207 | 45 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.19 |
| HSL | 60.74º | 0.64% | 0.49% | - |
| HSV(B) | 60.74º | 0.78% | 0.81% | - |
| XYZ | 47.96 | 57.79 | 11.11 | - |
| YUV | 187.93 | 47.34 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 207 | 45 | 0.01 | 0 | 0.78 | 0.19 | 60.74 | 0.64 | 0.49 |
| Hex | CD | CF | 2D | 1 | 0 | 4E | 13 | 3D | 40 | 31 |
| Octal | 315 | 317 | 55 | 1 | 0 | 116 | 23 | 75 | 100 | 61 |
| Binary | 11001101 | 11001111 | 101101 | 1 | 0 | 1001110 | 10011 | 111101 | 1000000 | 110001 |
Color Harmonies of #CDCF2D
Complementary color
Monochromatic Colors of #CDCF2D
Black with #CDCF2D
Text Example
Text Example
White with #CDCF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCF2D; }
p { color: rgb(205,207,45); }
H1.HeaderClassName
{
color: #CDCF2D;
}
.AnyTagClassName
{
color: #CDCF2D;
}
</style>
background-color css
<style>
a { background-color: #CDCF2D; }
a { background-color: rgb(205,207,45); }
div.DivClassName
{
background-color: #CDCF2D;
}
.BgClassName
{
background-color: #CDCF2D;
}
</style>
border-color css
<style>
span { border-color: #CDCF2D; }
span { border-color: rgb(205,207,45); }
td.TdClassName
{
border-color: #CDCF2D;
}
.TagClassName
{
border-color: #CDCF2D;
}
</style>