Shades of Bitter Lemon #D3E03C
Tints of Bitter Lemon #D3E03C
RGB
CMYK
RGB Variations
Color information
#D3E03C (or 0xD3E03C) is known color: Bitter Lemon. HEX triplet: D3, E0 and 3C. RGB value is (211,224,60). Sum of RGB (Red+Green+Blue) = 211+224+60=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 60 (23.83% from 255 or 12.12% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #D3E03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3E03C is #2C1FC3. Grayscale: #CACACA. Windows color (decimal): -2891716 or 3989715. OLE color: 3989715.
HSL color Cylindrical-coordinate representation of color #D3E03C: hue angle of 64.76º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D3E03C is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 211 | 224 | 60 | - |
| CMYK | 0.06 | 0 | 0.73 | 0.12 |
| HSL | 64.76º | 0.73% | 0.56% | - |
| HSV(B) | 64.76º | 0.73% | 0.88% | - |
| XYZ | 54.34 | 67.49 | 14.44 | - |
| YUV | 201.42 | 48.19 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 224 | 60 | 0.06 | 0 | 0.73 | 0.12 | 64.76 | 0.73 | 0.56 |
| Hex | D3 | E0 | 3C | 6 | 0 | 49 | C | 41 | 49 | 38 |
| Octal | 323 | 340 | 74 | 6 | 0 | 111 | 14 | 101 | 111 | 70 |
| Binary | 11010011 | 11100000 | 111100 | 110 | 0 | 1001001 | 1100 | 1000001 | 1001001 | 111000 |
Color Harmonies of #D3E03C
Complementary color
Monochromatic Colors of #D3E03C
Black with #D3E03C
Text Example
Text Example
White with #D3E03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E03C; }
p { color: rgb(211,224,60); }
H1.HeaderClassName
{
color: #D3E03C;
}
.AnyTagClassName
{
color: #D3E03C;
}
</style>
background-color css
<style>
a { background-color: #D3E03C; }
a { background-color: rgb(211,224,60); }
div.DivClassName
{
background-color: #D3E03C;
}
.BgClassName
{
background-color: #D3E03C;
}
</style>
border-color css
<style>
span { border-color: #D3E03C; }
span { border-color: rgb(211,224,60); }
td.TdClassName
{
border-color: #D3E03C;
}
.TagClassName
{
border-color: #D3E03C;
}
</style>