Shades of Bitter Lemon #CECE2F
Tints of Bitter Lemon #CECE2F
RGB
CMYK
RGB Variations
Color information
#CECE2F (or 0xCECE2F) is known color: Bitter Lemon. HEX triplet: CE, CE and 2F. RGB value is (206,206,47). Sum of RGB (Red+Green+Blue) = 206+206+47=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 47 (18.75% from 255 or 10.24% from 459); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CECE2F is #3131D0. Grayscale: #BCBCBC. Windows color (decimal): -3224017 or 3133134. OLE color: 3133134.
HSL color Cylindrical-coordinate representation of color #CECE2F: hue angle of 60º degrees, saturation: 0.63, 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 #CECE2F is Cyan = 0, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 206 | 47 | - |
CMYK | 0 | 0 | 0.77 | 0.19 |
HSL | 60º | 0.63% | 0.5% | - |
HSV(B) | 60º | 0.77% | 0.81% | - |
XYZ | 48.04 | 57.47 | 11.25 | - |
YUV | 187.87 | 48.5 | 140.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 206 | 47 | 0 | 0 | 0.77 | 0.19 | 60 | 0.63 | 0.5 |
Hex | CE | CE | 2F | 0 | 0 | 4D | 13 | 3C | 3F | 32 |
Octal | 316 | 316 | 57 | 0 | 0 | 115 | 23 | 74 | 77 | 62 |
Binary | 11001110 | 11001110 | 101111 | 0 | 0 | 1001101 | 10011 | 111100 | 111111 | 110010 |
Color Harmonies of #CECE2F
Complementary color
Monochromatic Colors of #CECE2F
Black with #CECE2F
Text Example
Text Example
White with #CECE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE2F; }
p { color: rgb(206,206,47); }
H1.HeaderClassName
{
color: #CECE2F;
}
.AnyTagClassName
{
color: #CECE2F;
}
</style>
background-color css
<style>
a { background-color: #CECE2F; }
a { background-color: rgb(206,206,47); }
div.DivClassName
{
background-color: #CECE2F;
}
.BgClassName
{
background-color: #CECE2F;
}
</style>
border-color css
<style>
span { border-color: #CECE2F; }
span { border-color: rgb(206,206,47); }
td.TdClassName
{
border-color: #CECE2F;
}
.TagClassName
{
border-color: #CECE2F;
}
</style>