Shades of Bitter Lemon #DDE02E
Tints of Bitter Lemon #DDE02E
RGB
CMYK
RGB Variations
Color information
#DDE02E (or 0xDDE02E) is known color: Bitter Lemon. HEX triplet: DD, E0 and 2E. RGB value is (221,224,46). Sum of RGB (Red+Green+Blue) = 221+224+46=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 224 (87.89% from 255 or 45.62% from 491); Blue value is 46 (18.36% from 255 or 9.37% from 491); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE02E is #221FD1. Grayscale: #CBCBCB. Windows color (decimal): -2236370 or 3072221. OLE color: 3072221.
HSL color Cylindrical-coordinate representation of color #DDE02E: hue angle of 61.01º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DDE02E is Cyan = 0.01, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 224 | 46 | - |
| CMYK | 0.01 | 0 | 0.79 | 0.12 |
| HSL | 61.01º | 0.74% | 0.53% | - |
| HSV(B) | 61.01º | 0.79% | 0.88% | - |
| XYZ | 56.97 | 68.88 | 12.88 | - |
| YUV | 202.81 | 39.51 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 224 | 46 | 0.01 | 0 | 0.79 | 0.12 | 61.01 | 0.74 | 0.53 |
| Hex | DD | E0 | 2E | 1 | 0 | 4F | C | 3D | 4A | 35 |
| Octal | 335 | 340 | 56 | 1 | 0 | 117 | 14 | 75 | 112 | 65 |
| Binary | 11011101 | 11100000 | 101110 | 1 | 0 | 1001111 | 1100 | 111101 | 1001010 | 110101 |
Color Harmonies of #DDE02E
Complementary color
Monochromatic Colors of #DDE02E
Black with #DDE02E
Text Example
Text Example
White with #DDE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDE02E; }
p { color: rgb(221,224,46); }
H1.HeaderClassName
{
color: #DDE02E;
}
.AnyTagClassName
{
color: #DDE02E;
}
</style>
background-color css
<style>
a { background-color: #DDE02E; }
a { background-color: rgb(221,224,46); }
div.DivClassName
{
background-color: #DDE02E;
}
.BgClassName
{
background-color: #DDE02E;
}
</style>
border-color css
<style>
span { border-color: #DDE02E; }
span { border-color: rgb(221,224,46); }
td.TdClassName
{
border-color: #DDE02E;
}
.TagClassName
{
border-color: #DDE02E;
}
</style>