Shades of Bitter Lemon #CED438
Tints of Bitter Lemon #CED438
RGB
CMYK
RGB Variations
Color information
#CED438 (or 0xCED438) is known color: Bitter Lemon. HEX triplet: CE, D4 and 38. RGB value is (206,212,56). Sum of RGB (Red+Green+Blue) = 206+212+56=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 212 (83.20% from 255 or 44.73% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 212 - color contains mainly: green. Hex color #CED438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED438 is #312BC7. Grayscale: #C1C1C1. Windows color (decimal): -3222472 or 3724494. OLE color: 3724494.
HSL color Cylindrical-coordinate representation of color #CED438: hue angle of 62.31º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CED438 is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 212 | 56 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.17 |
| HSL | 62.31º | 0.64% | 0.53% | - |
| HSV(B) | 62.31º | 0.74% | 0.83% | - |
| XYZ | 49.71 | 60.49 | 12.8 | - |
| YUV | 192.42 | 51.01 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 212 | 56 | 0.03 | 0 | 0.74 | 0.17 | 62.31 | 0.64 | 0.53 |
| Hex | CE | D4 | 38 | 3 | 0 | 4A | 11 | 3E | 40 | 35 |
| Octal | 316 | 324 | 70 | 3 | 0 | 112 | 21 | 76 | 100 | 65 |
| Binary | 11001110 | 11010100 | 111000 | 11 | 0 | 1001010 | 10001 | 111110 | 1000000 | 110101 |
Color Harmonies of #CED438
Complementary color
Monochromatic Colors of #CED438
Black with #CED438
Text Example
Text Example
White with #CED438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED438; }
p { color: rgb(206,212,56); }
H1.HeaderClassName
{
color: #CED438;
}
.AnyTagClassName
{
color: #CED438;
}
</style>
background-color css
<style>
a { background-color: #CED438; }
a { background-color: rgb(206,212,56); }
div.DivClassName
{
background-color: #CED438;
}
.BgClassName
{
background-color: #CED438;
}
</style>
border-color css
<style>
span { border-color: #CED438; }
span { border-color: rgb(206,212,56); }
td.TdClassName
{
border-color: #CED438;
}
.TagClassName
{
border-color: #CED438;
}
</style>