Shades of Bitter Lemon #DAE132
Tints of Bitter Lemon #DAE132
RGB
CMYK
RGB Variations
Color information
#DAE132 (or 0xDAE132) is known color: Bitter Lemon. HEX triplet: DA, E1 and 32. RGB value is (218,225,50). Sum of RGB (Red+Green+Blue) = 218+225+50=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE132 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE132 is #251ECD. Grayscale: #CBCBCB. Windows color (decimal): -2432718 or 3334618. OLE color: 3334618.
HSL color Cylindrical-coordinate representation of color #DAE132: hue angle of 62.4º 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 #DAE132 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 50 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.12 |
| HSL | 62.4º | 0.74% | 0.54% | - |
| HSV(B) | 62.4º | 0.78% | 0.88% | - |
| XYZ | 56.41 | 68.99 | 13.36 | - |
| YUV | 202.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 50 | 0.03 | 0 | 0.78 | 0.12 | 62.4 | 0.74 | 0.54 |
| Hex | DA | E1 | 32 | 3 | 0 | 4E | C | 3E | 4A | 36 |
| Octal | 332 | 341 | 62 | 3 | 0 | 116 | 14 | 76 | 112 | 66 |
| Binary | 11011010 | 11100001 | 110010 | 11 | 0 | 1001110 | 1100 | 111110 | 1001010 | 110110 |
Color Harmonies of #DAE132
Complementary color
Monochromatic Colors of #DAE132
Black with #DAE132
Text Example
Text Example
White with #DAE132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE132; }
p { color: rgb(218,225,50); }
H1.HeaderClassName
{
color: #DAE132;
}
.AnyTagClassName
{
color: #DAE132;
}
</style>
background-color css
<style>
a { background-color: #DAE132; }
a { background-color: rgb(218,225,50); }
div.DivClassName
{
background-color: #DAE132;
}
.BgClassName
{
background-color: #DAE132;
}
</style>
border-color css
<style>
span { border-color: #DAE132; }
span { border-color: rgb(218,225,50); }
td.TdClassName
{
border-color: #DAE132;
}
.TagClassName
{
border-color: #DAE132;
}
</style>