Shades of Bitter Lemon #D0DA25
Tints of Bitter Lemon #D0DA25
RGB
CMYK
RGB Variations
Color information
#D0DA25 (or 0xD0DA25) is known color: Bitter Lemon. HEX triplet: D0, DA and 25. RGB value is (208,218,37). Sum of RGB (Red+Green+Blue) = 208+218+37=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 218 (85.55% from 255 or 47.08% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA25 is #2F25DA. Grayscale: #C3C3C3. Windows color (decimal): -3089883 or 2480848. OLE color: 2480848.
HSL color Cylindrical-coordinate representation of color #D0DA25: hue angle of 63.31º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D0DA25 is Cyan = 0.05, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 218 | 37 | - |
| CMYK | 0.05 | 0 | 0.83 | 0.15 |
| HSL | 63.31º | 0.71% | 0.5% | - |
| HSV(B) | 63.31º | 0.83% | 0.85% | - |
| XYZ | 51.42 | 63.69 | 11.33 | - |
| YUV | 194.38 | 39.19 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 218 | 37 | 0.05 | 0 | 0.83 | 0.15 | 63.31 | 0.71 | 0.5 |
| Hex | D0 | DA | 25 | 5 | 0 | 53 | F | 3F | 47 | 32 |
| Octal | 320 | 332 | 45 | 5 | 0 | 123 | 17 | 77 | 107 | 62 |
| Binary | 11010000 | 11011010 | 100101 | 101 | 0 | 1010011 | 1111 | 111111 | 1000111 | 110010 |
Color Harmonies of #D0DA25
Complementary color
Monochromatic Colors of #D0DA25
Black with #D0DA25
Text Example
Text Example
White with #D0DA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DA25; }
p { color: rgb(208,218,37); }
H1.HeaderClassName
{
color: #D0DA25;
}
.AnyTagClassName
{
color: #D0DA25;
}
</style>
background-color css
<style>
a { background-color: #D0DA25; }
a { background-color: rgb(208,218,37); }
div.DivClassName
{
background-color: #D0DA25;
}
.BgClassName
{
background-color: #D0DA25;
}
</style>
border-color css
<style>
span { border-color: #D0DA25; }
span { border-color: rgb(208,218,37); }
td.TdClassName
{
border-color: #D0DA25;
}
.TagClassName
{
border-color: #D0DA25;
}
</style>