Shades of Bitter Lemon #DAE034
Tints of Bitter Lemon #DAE034
RGB
CMYK
RGB Variations
Color information
#DAE034 (or 0xDAE034) is known color: Bitter Lemon. HEX triplet: DA, E0 and 34. RGB value is (218,224,52). Sum of RGB (Red+Green+Blue) = 218+224+52=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 52 (20.70% from 255 or 10.53% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE034 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE034 is #251FCB. Grayscale: #CBCBCB. Windows color (decimal): -2432972 or 3465434. OLE color: 3465434.
HSL color Cylindrical-coordinate representation of color #DAE034: hue angle of 62.09º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAE034 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 52 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.12 |
| HSL | 62.09º | 0.74% | 0.54% | - |
| HSV(B) | 62.09º | 0.77% | 0.88% | - |
| XYZ | 56.19 | 68.46 | 13.5 | - |
| YUV | 202.6 | 43.01 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 52 | 0.03 | 0 | 0.77 | 0.12 | 62.09 | 0.74 | 0.54 |
| Hex | DA | E0 | 34 | 3 | 0 | 4D | C | 3E | 4A | 36 |
| Octal | 332 | 340 | 64 | 3 | 0 | 115 | 14 | 76 | 112 | 66 |
| Binary | 11011010 | 11100000 | 110100 | 11 | 0 | 1001101 | 1100 | 111110 | 1001010 | 110110 |
Color Harmonies of #DAE034
Complementary color
Monochromatic Colors of #DAE034
Black with #DAE034
Text Example
Text Example
White with #DAE034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE034; }
p { color: rgb(218,224,52); }
H1.HeaderClassName
{
color: #DAE034;
}
.AnyTagClassName
{
color: #DAE034;
}
</style>
background-color css
<style>
a { background-color: #DAE034; }
a { background-color: rgb(218,224,52); }
div.DivClassName
{
background-color: #DAE034;
}
.BgClassName
{
background-color: #DAE034;
}
</style>
border-color css
<style>
span { border-color: #DAE034; }
span { border-color: rgb(218,224,52); }
td.TdClassName
{
border-color: #DAE034;
}
.TagClassName
{
border-color: #DAE034;
}
</style>