Shades of Bitter Lemon #CED730
Tints of Bitter Lemon #CED730
RGB
CMYK
RGB Variations
Color information
#CED730 (or 0xCED730) is known color: Bitter Lemon. HEX triplet: CE, D7 and 30. RGB value is (206,215,48). Sum of RGB (Red+Green+Blue) = 206+215+48=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 215 (84.38% from 255 or 45.84% from 469); Blue value is 48 (19.14% from 255 or 10.23% from 469); Max value from RGB is 215 - color contains mainly: green. Hex color #CED730 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CED730 is #3128CF. Grayscale: #C1C1C1. Windows color (decimal): -3221712 or 3200974. OLE color: 3200974.
HSL color Cylindrical-coordinate representation of color #CED730: hue angle of 63.23º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CED730 is Cyan = 0.04, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 215 | 48 | - |
| CMYK | 0.04 | 0 | 0.78 | 0.16 |
| HSL | 63.23º | 0.68% | 0.52% | - |
| HSV(B) | 63.23º | 0.78% | 0.84% | - |
| XYZ | 50.29 | 61.94 | 12.1 | - |
| YUV | 193.27 | 46.02 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 215 | 48 | 0.04 | 0 | 0.78 | 0.16 | 63.23 | 0.68 | 0.52 |
| Hex | CE | D7 | 30 | 4 | 0 | 4E | 10 | 3F | 44 | 34 |
| Octal | 316 | 327 | 60 | 4 | 0 | 116 | 20 | 77 | 104 | 64 |
| Binary | 11001110 | 11010111 | 110000 | 100 | 0 | 1001110 | 10000 | 111111 | 1000100 | 110100 |
Color Harmonies of #CED730
Complementary color
Monochromatic Colors of #CED730
Black with #CED730
Text Example
Text Example
White with #CED730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED730; }
p { color: rgb(206,215,48); }
H1.HeaderClassName
{
color: #CED730;
}
.AnyTagClassName
{
color: #CED730;
}
</style>
background-color css
<style>
a { background-color: #CED730; }
a { background-color: rgb(206,215,48); }
div.DivClassName
{
background-color: #CED730;
}
.BgClassName
{
background-color: #CED730;
}
</style>
border-color css
<style>
span { border-color: #CED730; }
span { border-color: rgb(206,215,48); }
td.TdClassName
{
border-color: #CED730;
}
.TagClassName
{
border-color: #CED730;
}
</style>