Shades of Bitter Lemon #DAE030
Tints of Bitter Lemon #DAE030
RGB
CMYK
RGB Variations
Color information
#DAE030 (or 0xDAE030) is known color: Bitter Lemon. HEX triplet: DA, E0 and 30. RGB value is (218,224,48). Sum of RGB (Red+Green+Blue) = 218+224+48=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 224 (87.89% from 255 or 45.71% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE030 is #251FCF. Grayscale: #CACACA. Windows color (decimal): -2432976 or 3203290. OLE color: 3203290.
HSL color Cylindrical-coordinate representation of color #DAE030: hue angle of 62.05º 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 #DAE030 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 48 | - |
| CMYK | 0.03 | 0 | 0.79 | 0.12 |
| HSL | 62.05º | 0.74% | 0.53% | - |
| HSV(B) | 62.05º | 0.79% | 0.88% | - |
| XYZ | 56.1 | 68.43 | 13.05 | - |
| YUV | 202.14 | 41.01 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 48 | 0.03 | 0 | 0.79 | 0.12 | 62.05 | 0.74 | 0.53 |
| Hex | DA | E0 | 30 | 3 | 0 | 4F | C | 3E | 4A | 35 |
| Octal | 332 | 340 | 60 | 3 | 0 | 117 | 14 | 76 | 112 | 65 |
| Binary | 11011010 | 11100000 | 110000 | 11 | 0 | 1001111 | 1100 | 111110 | 1001010 | 110101 |
Color Harmonies of #DAE030
Complementary color
Monochromatic Colors of #DAE030
Black with #DAE030
Text Example
Text Example
White with #DAE030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE030; }
p { color: rgb(218,224,48); }
H1.HeaderClassName
{
color: #DAE030;
}
.AnyTagClassName
{
color: #DAE030;
}
</style>
background-color css
<style>
a { background-color: #DAE030; }
a { background-color: rgb(218,224,48); }
div.DivClassName
{
background-color: #DAE030;
}
.BgClassName
{
background-color: #DAE030;
}
</style>
border-color css
<style>
span { border-color: #DAE030; }
span { border-color: rgb(218,224,48); }
td.TdClassName
{
border-color: #DAE030;
}
.TagClassName
{
border-color: #DAE030;
}
</style>