Shades of Bitter Lemon #DADF25
Tints of Bitter Lemon #DADF25
RGB
CMYK
RGB Variations
Color information
#DADF25 (or 0xDADF25) is known color: Bitter Lemon. HEX triplet: DA, DF and 25. RGB value is (218,223,37). Sum of RGB (Red+Green+Blue) = 218+223+37=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 37 (14.84% from 255 or 7.74% from 478); Max value from RGB is 223 - color contains mainly: green. Hex color #DADF25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADF25 is #2520DA. Grayscale: #C9C9C9. Windows color (decimal): -2433243 or 2482138. OLE color: 2482138.
HSL color Cylindrical-coordinate representation of color #DADF25: hue angle of 61.61º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DADF25 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 223 | 37 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.13 |
| HSL | 61.61º | 0.74% | 0.51% | - |
| HSV(B) | 61.61º | 0.83% | 0.87% | - |
| XYZ | 55.64 | 67.81 | 11.91 | - |
| YUV | 200.3 | 35.84 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 223 | 37 | 0.02 | 0 | 0.83 | 0.13 | 61.61 | 0.74 | 0.51 |
| Hex | DA | DF | 25 | 2 | 0 | 53 | D | 3E | 4A | 33 |
| Octal | 332 | 337 | 45 | 2 | 0 | 123 | 15 | 76 | 112 | 63 |
| Binary | 11011010 | 11011111 | 100101 | 10 | 0 | 1010011 | 1101 | 111110 | 1001010 | 110011 |
Color Harmonies of #DADF25
Complementary color
Monochromatic Colors of #DADF25
Black with #DADF25
Text Example
Text Example
White with #DADF25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DADF25; }
p { color: rgb(218,223,37); }
H1.HeaderClassName
{
color: #DADF25;
}
.AnyTagClassName
{
color: #DADF25;
}
</style>
background-color css
<style>
a { background-color: #DADF25; }
a { background-color: rgb(218,223,37); }
div.DivClassName
{
background-color: #DADF25;
}
.BgClassName
{
background-color: #DADF25;
}
</style>
border-color css
<style>
span { border-color: #DADF25; }
span { border-color: rgb(218,223,37); }
td.TdClassName
{
border-color: #DADF25;
}
.TagClassName
{
border-color: #DADF25;
}
</style>