Shades of Bitter Lemon #DAE133
Tints of Bitter Lemon #DAE133
RGB
CMYK
RGB Variations
Color information
#DAE133 (or 0xDAE133) is known color: Bitter Lemon. HEX triplet: DA, E1 and 33. RGB value is (218,225,51). Sum of RGB (Red+Green+Blue) = 218+225+51=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 51 (20.31% from 255 or 10.32% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #DAE133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAE133 is #251ECC. Grayscale: #CBCBCB. Windows color (decimal): -2432717 or 3400154. OLE color: 3400154.
HSL color Cylindrical-coordinate representation of color #DAE133: hue angle of 62.41º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAE133 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 218 | 225 | 51 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.12 |
| HSL | 62.41º | 0.74% | 0.54% | - |
| HSV(B) | 62.41º | 0.77% | 0.88% | - |
| XYZ | 56.44 | 68.99 | 13.47 | - |
| YUV | 203.07 | 42.18 | 138.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 225 | 51 | 0.03 | 0 | 0.77 | 0.12 | 62.41 | 0.74 | 0.54 |
| Hex | DA | E1 | 33 | 3 | 0 | 4D | C | 3E | 4A | 36 |
| Octal | 332 | 341 | 63 | 3 | 0 | 115 | 14 | 76 | 112 | 66 |
| Binary | 11011010 | 11100001 | 110011 | 11 | 0 | 1001101 | 1100 | 111110 | 1001010 | 110110 |
Color Harmonies of #DAE133
Complementary color
Monochromatic Colors of #DAE133
Black with #DAE133
Text Example
Text Example
White with #DAE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAE133; }
p { color: rgb(218,225,51); }
H1.HeaderClassName
{
color: #DAE133;
}
.AnyTagClassName
{
color: #DAE133;
}
</style>
background-color css
<style>
a { background-color: #DAE133; }
a { background-color: rgb(218,225,51); }
div.DivClassName
{
background-color: #DAE133;
}
.BgClassName
{
background-color: #DAE133;
}
</style>
border-color css
<style>
span { border-color: #DAE133; }
span { border-color: rgb(218,225,51); }
td.TdClassName
{
border-color: #DAE133;
}
.TagClassName
{
border-color: #DAE133;
}
</style>