Shades of Bitter Lemon #D7DB30
Tints of Bitter Lemon #D7DB30
RGB
CMYK
RGB Variations
Color information
#D7DB30 (or 0xD7DB30) is known color: Bitter Lemon. HEX triplet: D7, DB and 30. RGB value is (215,219,48). Sum of RGB (Red+Green+Blue) = 215+219+48=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 48 (19.14% from 255 or 9.96% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DB30 is #2824CF. Grayscale: #C6C6C6. Windows color (decimal): -2630864 or 3202007. OLE color: 3202007.
HSL color Cylindrical-coordinate representation of color #D7DB30: hue angle of 61.4º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D7DB30 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 219 | 48 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.14 |
| HSL | 61.4º | 0.7% | 0.52% | - |
| HSV(B) | 61.4º | 0.78% | 0.86% | - |
| XYZ | 53.89 | 65.32 | 12.56 | - |
| YUV | 198.31 | 43.17 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 219 | 48 | 0.02 | 0 | 0.78 | 0.14 | 61.4 | 0.7 | 0.52 |
| Hex | D7 | DB | 30 | 2 | 0 | 4E | E | 3D | 46 | 34 |
| Octal | 327 | 333 | 60 | 2 | 0 | 116 | 16 | 75 | 106 | 64 |
| Binary | 11010111 | 11011011 | 110000 | 10 | 0 | 1001110 | 1110 | 111101 | 1000110 | 110100 |
Color Harmonies of #D7DB30
Complementary color
Monochromatic Colors of #D7DB30
Black with #D7DB30
Text Example
Text Example
White with #D7DB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7DB30; }
p { color: rgb(215,219,48); }
H1.HeaderClassName
{
color: #D7DB30;
}
.AnyTagClassName
{
color: #D7DB30;
}
</style>
background-color css
<style>
a { background-color: #D7DB30; }
a { background-color: rgb(215,219,48); }
div.DivClassName
{
background-color: #D7DB30;
}
.BgClassName
{
background-color: #D7DB30;
}
</style>
border-color css
<style>
span { border-color: #D7DB30; }
span { border-color: rgb(215,219,48); }
td.TdClassName
{
border-color: #D7DB30;
}
.TagClassName
{
border-color: #D7DB30;
}
</style>