Shades of Bitter Lemon #DAE027
Tints of Bitter Lemon #DAE027
RGB
CMYK
RGB Variations
Color information
#DAE027 (or 0xDAE027) is known color: Bitter Lemon. HEX triplet: DA, E0 and 27. RGB value is (218,224,39). Sum of RGB (Red+Green+Blue) = 218+224+39=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 39 (15.62% from 255 or 8.11% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #DAE027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE027 is #251FD8. Grayscale: #C9C9C9. Windows color (decimal): -2432985 or 2613466. OLE color: 2613466.
HSL color Cylindrical-coordinate representation of color #DAE027: hue angle of 61.95º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DAE027 is Cyan = 0.03, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 224 | 39 | - |
| CMYK | 0.03 | 0 | 0.83 | 0.12 |
| HSL | 61.95º | 0.75% | 0.52% | - |
| HSV(B) | 61.95º | 0.83% | 0.88% | - |
| XYZ | 55.94 | 68.36 | 12.17 | - |
| YUV | 201.12 | 36.51 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 224 | 39 | 0.03 | 0 | 0.83 | 0.12 | 61.95 | 0.75 | 0.52 |
| Hex | DA | E0 | 27 | 3 | 0 | 53 | C | 3E | 4B | 34 |
| Octal | 332 | 340 | 47 | 3 | 0 | 123 | 14 | 76 | 113 | 64 |
| Binary | 11011010 | 11100000 | 100111 | 11 | 0 | 1010011 | 1100 | 111110 | 1001011 | 110100 |
Color Harmonies of #DAE027
Complementary color
Monochromatic Colors of #DAE027
Black with #DAE027
Text Example
Text Example
White with #DAE027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE027; }
p { color: rgb(218,224,39); }
H1.HeaderClassName
{
color: #DAE027;
}
.AnyTagClassName
{
color: #DAE027;
}
</style>
background-color css
<style>
a { background-color: #DAE027; }
a { background-color: rgb(218,224,39); }
div.DivClassName
{
background-color: #DAE027;
}
.BgClassName
{
background-color: #DAE027;
}
</style>
border-color css
<style>
span { border-color: #DAE027; }
span { border-color: rgb(218,224,39); }
td.TdClassName
{
border-color: #DAE027;
}
.TagClassName
{
border-color: #DAE027;
}
</style>