Shades of Bitter Lemon #DAE029
Tints of Bitter Lemon #DAE029
RGB
CMYK
RGB Variations
Color information
#DAE029 (or 0xDAE029) is known color: Bitter Lemon. HEX triplet: DA, E0 and 29. RGB value is (218,224,41). Sum of RGB (Red+Green+Blue) = 218+224+41=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 224 (87.89% from 255 or 46.38% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE029 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE029 is #251FD6. Grayscale: #CACACA. Windows color (decimal): -2432983 or 2744538. OLE color: 2744538.
HSL color Cylindrical-coordinate representation of color #DAE029: hue angle of 61.97º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DAE029 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 41 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.12 |
| HSL | 61.97º | 0.75% | 0.52% | - |
| HSV(B) | 61.97º | 0.82% | 0.88% | - |
| XYZ | 55.97 | 68.38 | 12.35 | - |
| YUV | 201.34 | 37.51 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 41 | 0.03 | 0 | 0.82 | 0.12 | 61.97 | 0.75 | 0.52 |
| Hex | DA | E0 | 29 | 3 | 0 | 52 | C | 3E | 4B | 34 |
| Octal | 332 | 340 | 51 | 3 | 0 | 122 | 14 | 76 | 113 | 64 |
| Binary | 11011010 | 11100000 | 101001 | 11 | 0 | 1010010 | 1100 | 111110 | 1001011 | 110100 |
Color Harmonies of #DAE029
Complementary color
Monochromatic Colors of #DAE029
Black with #DAE029
Text Example
Text Example
White with #DAE029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE029; }
p { color: rgb(218,224,41); }
H1.HeaderClassName
{
color: #DAE029;
}
.AnyTagClassName
{
color: #DAE029;
}
</style>
background-color css
<style>
a { background-color: #DAE029; }
a { background-color: rgb(218,224,41); }
div.DivClassName
{
background-color: #DAE029;
}
.BgClassName
{
background-color: #DAE029;
}
</style>
border-color css
<style>
span { border-color: #DAE029; }
span { border-color: rgb(218,224,41); }
td.TdClassName
{
border-color: #DAE029;
}
.TagClassName
{
border-color: #DAE029;
}
</style>