Shades of Bitter Lemon #DAE032
Tints of Bitter Lemon #DAE032
RGB
CMYK
RGB Variations
Color information
#DAE032 (or 0xDAE032) is known color: Bitter Lemon. HEX triplet: DA, E0 and 32. RGB value is (218,224,50). Sum of RGB (Red+Green+Blue) = 218+224+50=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 224 (87.89% from 255 or 45.53% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE032 is #251FCD. Grayscale: #CBCBCB. Windows color (decimal): -2432974 or 3334362. OLE color: 3334362.
HSL color Cylindrical-coordinate representation of color #DAE032: hue angle of 62.07º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAE032 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 50 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.12 |
| HSL | 62.07º | 0.74% | 0.54% | - |
| HSV(B) | 62.07º | 0.78% | 0.88% | - |
| XYZ | 56.14 | 68.45 | 13.27 | - |
| YUV | 202.37 | 42.01 | 139.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 50 | 0.03 | 0 | 0.78 | 0.12 | 62.07 | 0.74 | 0.54 |
| Hex | DA | E0 | 32 | 3 | 0 | 4E | C | 3E | 4A | 36 |
| Octal | 332 | 340 | 62 | 3 | 0 | 116 | 14 | 76 | 112 | 66 |
| Binary | 11011010 | 11100000 | 110010 | 11 | 0 | 1001110 | 1100 | 111110 | 1001010 | 110110 |
Color Harmonies of #DAE032
Complementary color
Monochromatic Colors of #DAE032
Black with #DAE032
Text Example
Text Example
White with #DAE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE032; }
p { color: rgb(218,224,50); }
H1.HeaderClassName
{
color: #DAE032;
}
.AnyTagClassName
{
color: #DAE032;
}
</style>
background-color css
<style>
a { background-color: #DAE032; }
a { background-color: rgb(218,224,50); }
div.DivClassName
{
background-color: #DAE032;
}
.BgClassName
{
background-color: #DAE032;
}
</style>
border-color css
<style>
span { border-color: #DAE032; }
span { border-color: rgb(218,224,50); }
td.TdClassName
{
border-color: #DAE032;
}
.TagClassName
{
border-color: #DAE032;
}
</style>