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