Shades of Bitter Lemon #CEDC27
Tints of Bitter Lemon #CEDC27
RGB
CMYK
RGB Variations
Color information
#CEDC27 (or 0xCEDC27) is known color: Bitter Lemon. HEX triplet: CE, DC and 27. RGB value is (206,220,39). Sum of RGB (Red+Green+Blue) = 206+220+39=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 220 (86.33% from 255 or 47.31% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 220 - color contains mainly: green. Hex color #CEDC27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEDC27 is #3123D8. Grayscale: #C3C3C3. Windows color (decimal): -3220441 or 2612430. OLE color: 2612430.
HSL color Cylindrical-coordinate representation of color #CEDC27: hue angle of 64.64º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CEDC27 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 220 | 39 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.14 |
| HSL | 64.64º | 0.72% | 0.51% | - |
| HSV(B) | 64.64º | 0.82% | 0.86% | - |
| XYZ | 51.41 | 64.45 | 11.65 | - |
| YUV | 195.18 | 39.86 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 220 | 39 | 0.06 | 0 | 0.82 | 0.14 | 64.64 | 0.72 | 0.51 |
| Hex | CE | DC | 27 | 6 | 0 | 52 | E | 41 | 48 | 33 |
| Octal | 316 | 334 | 47 | 6 | 0 | 122 | 16 | 101 | 110 | 63 |
| Binary | 11001110 | 11011100 | 100111 | 110 | 0 | 1010010 | 1110 | 1000001 | 1001000 | 110011 |
Color Harmonies of #CEDC27
Complementary color
Monochromatic Colors of #CEDC27
Black with #CEDC27
Text Example
Text Example
White with #CEDC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEDC27; }
p { color: rgb(206,220,39); }
H1.HeaderClassName
{
color: #CEDC27;
}
.AnyTagClassName
{
color: #CEDC27;
}
</style>
background-color css
<style>
a { background-color: #CEDC27; }
a { background-color: rgb(206,220,39); }
div.DivClassName
{
background-color: #CEDC27;
}
.BgClassName
{
background-color: #CEDC27;
}
</style>
border-color css
<style>
span { border-color: #CEDC27; }
span { border-color: rgb(206,220,39); }
td.TdClassName
{
border-color: #CEDC27;
}
.TagClassName
{
border-color: #CEDC27;
}
</style>