Shades of Bitter Lemon #DAE02E
Tints of Bitter Lemon #DAE02E
RGB
CMYK
RGB Variations
Color information
#DAE02E (or 0xDAE02E) is known color: Bitter Lemon. HEX triplet: DA, E0 and 2E. RGB value is (218,224,46). Sum of RGB (Red+Green+Blue) = 218+224+46=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE02E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE02E is #251FD1. Grayscale: #CACACA. Windows color (decimal): -2432978 or 3072218. OLE color: 3072218.
HSL color Cylindrical-coordinate representation of color #DAE02E: hue angle of 62.02º 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 #DAE02E is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 46 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.12 |
| HSL | 62.02º | 0.74% | 0.53% | - |
| HSV(B) | 62.02º | 0.79% | 0.88% | - |
| XYZ | 56.06 | 68.41 | 12.84 | - |
| YUV | 201.91 | 40.01 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 46 | 0.03 | 0 | 0.79 | 0.12 | 62.02 | 0.74 | 0.53 |
| Hex | DA | E0 | 2E | 3 | 0 | 4F | C | 3E | 4A | 35 |
| Octal | 332 | 340 | 56 | 3 | 0 | 117 | 14 | 76 | 112 | 65 |
| Binary | 11011010 | 11100000 | 101110 | 11 | 0 | 1001111 | 1100 | 111110 | 1001010 | 110101 |
Color Harmonies of #DAE02E
Complementary color
Monochromatic Colors of #DAE02E
Black with #DAE02E
Text Example
Text Example
White with #DAE02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE02E; }
p { color: rgb(218,224,46); }
H1.HeaderClassName
{
color: #DAE02E;
}
.AnyTagClassName
{
color: #DAE02E;
}
</style>
background-color css
<style>
a { background-color: #DAE02E; }
a { background-color: rgb(218,224,46); }
div.DivClassName
{
background-color: #DAE02E;
}
.BgClassName
{
background-color: #DAE02E;
}
</style>
border-color css
<style>
span { border-color: #DAE02E; }
span { border-color: rgb(218,224,46); }
td.TdClassName
{
border-color: #DAE02E;
}
.TagClassName
{
border-color: #DAE02E;
}
</style>