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