Shades of Bitter Lemon #D3E03E
Tints of Bitter Lemon #D3E03E
RGB
CMYK
RGB Variations
Color information
#D3E03E (or 0xD3E03E) is known color: Bitter Lemon. HEX triplet: D3, E0 and 3E. RGB value is (211,224,62). Sum of RGB (Red+Green+Blue) = 211+224+62=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 62 (24.61% from 255 or 12.47% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E03E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E03E is #2C1FC1. Grayscale: #CACACA. Windows color (decimal): -2891714 or 4120787. OLE color: 4120787.
HSL color Cylindrical-coordinate representation of color #D3E03E: hue angle of 64.81º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3E03E is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 62 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.12 |
| HSL | 64.81º | 0.72% | 0.56% | - |
| HSV(B) | 64.81º | 0.72% | 0.88% | - |
| XYZ | 54.39 | 67.51 | 14.72 | - |
| YUV | 201.65 | 49.19 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 62 | 0.06 | 0 | 0.72 | 0.12 | 64.81 | 0.72 | 0.56 |
| Hex | D3 | E0 | 3E | 6 | 0 | 48 | C | 41 | 48 | 38 |
| Octal | 323 | 340 | 76 | 6 | 0 | 110 | 14 | 101 | 110 | 70 |
| Binary | 11010011 | 11100000 | 111110 | 110 | 0 | 1001000 | 1100 | 1000001 | 1001000 | 111000 |
Color Harmonies of #D3E03E
Complementary color
Monochromatic Colors of #D3E03E
Black with #D3E03E
Text Example
Text Example
White with #D3E03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E03E; }
p { color: rgb(211,224,62); }
H1.HeaderClassName
{
color: #D3E03E;
}
.AnyTagClassName
{
color: #D3E03E;
}
</style>
background-color css
<style>
a { background-color: #D3E03E; }
a { background-color: rgb(211,224,62); }
div.DivClassName
{
background-color: #D3E03E;
}
.BgClassName
{
background-color: #D3E03E;
}
</style>
border-color css
<style>
span { border-color: #D3E03E; }
span { border-color: rgb(211,224,62); }
td.TdClassName
{
border-color: #D3E03E;
}
.TagClassName
{
border-color: #D3E03E;
}
</style>