Shades of Bitter Lemon #D5E03F
Tints of Bitter Lemon #D5E03F
RGB
CMYK
RGB Variations
Color information
#D5E03F (or 0xD5E03F) is known color: Bitter Lemon. HEX triplet: D5, E0 and 3F. RGB value is (213,224,63). Sum of RGB (Red+Green+Blue) = 213+224+63=500 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.6% from 500); Green value is 224 (87.89% from 255 or 44.8% from 500); Blue value is 63 (25% from 255 or 12.6% from 500); Max value from RGB is 224 - color contains mainly: green. Hex color #D5E03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5E03F is #2A1FC0. Grayscale: #CACACA. Windows color (decimal): -2760641 or 4186325. OLE color: 4186325.
HSL color Cylindrical-coordinate representation of color #D5E03F: hue angle of 64.1º 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 #D5E03F is Cyan = 0.05, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 213 | 224 | 63 | - |
| CMYK | 0.05 | 0 | 0.72 | 0.12 |
| HSL | 64.1º | 0.72% | 0.56% | - |
| HSV(B) | 64.1º | 0.72% | 0.88% | - |
| XYZ | 54.99 | 67.82 | 14.89 | - |
| YUV | 202.36 | 49.36 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 224 | 63 | 0.05 | 0 | 0.72 | 0.12 | 64.1 | 0.72 | 0.56 |
| Hex | D5 | E0 | 3F | 5 | 0 | 48 | C | 40 | 48 | 38 |
| Octal | 325 | 340 | 77 | 5 | 0 | 110 | 14 | 100 | 110 | 70 |
| Binary | 11010101 | 11100000 | 111111 | 101 | 0 | 1001000 | 1100 | 1000000 | 1001000 | 111000 |
Color Harmonies of #D5E03F
Complementary color
Monochromatic Colors of #D5E03F
Black with #D5E03F
Text Example
Text Example
White with #D5E03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E03F; }
p { color: rgb(213,224,63); }
H1.HeaderClassName
{
color: #D5E03F;
}
.AnyTagClassName
{
color: #D5E03F;
}
</style>
background-color css
<style>
a { background-color: #D5E03F; }
a { background-color: rgb(213,224,63); }
div.DivClassName
{
background-color: #D5E03F;
}
.BgClassName
{
background-color: #D5E03F;
}
</style>
border-color css
<style>
span { border-color: #D5E03F; }
span { border-color: rgb(213,224,63); }
td.TdClassName
{
border-color: #D5E03F;
}
.TagClassName
{
border-color: #D5E03F;
}
</style>