Shades of Bitter Lemon #CDCE30
Tints of Bitter Lemon #CDCE30
RGB
CMYK
RGB Variations
Color information
#CDCE30 (or 0xCDCE30) is known color: Bitter Lemon. HEX triplet: CD, CE and 30. RGB value is (205,206,48). Sum of RGB (Red+Green+Blue) = 205+206+48=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCE30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CDCE30 is #3231CF. Grayscale: #BCBCBC. Windows color (decimal): -3289552 or 3198669. OLE color: 3198669.
HSL color Cylindrical-coordinate representation of color #CDCE30: hue angle of 60.38º degrees, saturation: 0.62, 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 #CDCE30 is Cyan = 0.00, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 206 | 48 | - |
| CMYK | 0.00 | 0 | 0.77 | 0.19 |
| HSL | 60.38º | 0.62% | 0.5% | - |
| HSV(B) | 60.38º | 0.77% | 0.81% | - |
| XYZ | 47.78 | 57.34 | 11.34 | - |
| YUV | 187.69 | 49.17 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 206 | 48 | 0.00 | 0 | 0.77 | 0.19 | 60.38 | 0.62 | 0.5 |
| Hex | CD | CE | 30 | 0 | 0 | 4D | 13 | 3C | 3E | 32 |
| Octal | 315 | 316 | 60 | 0 | 0 | 115 | 23 | 74 | 76 | 62 |
| Binary | 11001101 | 11001110 | 110000 | 0 | 0 | 1001101 | 10011 | 111100 | 111110 | 110010 |
Color Harmonies of #CDCE30
Complementary color
Monochromatic Colors of #CDCE30
Black with #CDCE30
Text Example
Text Example
White with #CDCE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCE30; }
p { color: rgb(205,206,48); }
H1.HeaderClassName
{
color: #CDCE30;
}
.AnyTagClassName
{
color: #CDCE30;
}
</style>
background-color css
<style>
a { background-color: #CDCE30; }
a { background-color: rgb(205,206,48); }
div.DivClassName
{
background-color: #CDCE30;
}
.BgClassName
{
background-color: #CDCE30;
}
</style>
border-color css
<style>
span { border-color: #CDCE30; }
span { border-color: rgb(205,206,48); }
td.TdClassName
{
border-color: #CDCE30;
}
.TagClassName
{
border-color: #CDCE30;
}
</style>