Shades of Bitter Lemon #D8DA30
Tints of Bitter Lemon #D8DA30
RGB
CMYK
RGB Variations
Color information
#D8DA30 (or 0xD8DA30) is known color: Bitter Lemon. HEX triplet: D8, DA and 30. RGB value is (216,218,48). Sum of RGB (Red+Green+Blue) = 216+218+48=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DA30 is #2725CF. Grayscale: #C6C6C6. Windows color (decimal): -2565584 or 3201752. OLE color: 3201752.
HSL color Cylindrical-coordinate representation of color #D8DA30: hue angle of 60.71º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8DA30 is Cyan = 0.01, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 218 | 48 | - |
| CMYK | 0.01 | 0 | 0.78 | 0.15 |
| HSL | 60.71º | 0.7% | 0.52% | - |
| HSV(B) | 60.71º | 0.78% | 0.85% | - |
| XYZ | 53.92 | 64.96 | 12.49 | - |
| YUV | 198.02 | 43.34 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 218 | 48 | 0.01 | 0 | 0.78 | 0.15 | 60.71 | 0.7 | 0.52 |
| Hex | D8 | DA | 30 | 1 | 0 | 4E | F | 3D | 46 | 34 |
| Octal | 330 | 332 | 60 | 1 | 0 | 116 | 17 | 75 | 106 | 64 |
| Binary | 11011000 | 11011010 | 110000 | 1 | 0 | 1001110 | 1111 | 111101 | 1000110 | 110100 |
Color Harmonies of #D8DA30
Complementary color
Monochromatic Colors of #D8DA30
Black with #D8DA30
Text Example
Text Example
White with #D8DA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DA30; }
p { color: rgb(216,218,48); }
H1.HeaderClassName
{
color: #D8DA30;
}
.AnyTagClassName
{
color: #D8DA30;
}
</style>
background-color css
<style>
a { background-color: #D8DA30; }
a { background-color: rgb(216,218,48); }
div.DivClassName
{
background-color: #D8DA30;
}
.BgClassName
{
background-color: #D8DA30;
}
</style>
border-color css
<style>
span { border-color: #D8DA30; }
span { border-color: rgb(216,218,48); }
td.TdClassName
{
border-color: #D8DA30;
}
.TagClassName
{
border-color: #D8DA30;
}
</style>