Shades of Bitter Lemon #D5D930
Tints of Bitter Lemon #D5D930
RGB
CMYK
RGB Variations
Color information
#D5D930 (or 0xD5D930) is known color: Bitter Lemon. HEX triplet: D5, D9 and 30. RGB value is (213,217,48). Sum of RGB (Red+Green+Blue) = 213+217+48=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 48 (19.14% from 255 or 10.04% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #D5D930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D930 is #2A26CF. Grayscale: #C5C5C5. Windows color (decimal): -2762448 or 3201493. OLE color: 3201493.
HSL color Cylindrical-coordinate representation of color #D5D930: hue angle of 61.42º degrees, saturation: 0.69, 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 #D5D930 is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 213 | 217 | 48 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.15 |
| HSL | 61.42º | 0.69% | 0.52% | - |
| HSV(B) | 61.42º | 0.78% | 0.85% | - |
| XYZ | 52.79 | 63.99 | 12.36 | - |
| YUV | 196.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 217 | 48 | 0.02 | 0 | 0.78 | 0.15 | 61.42 | 0.69 | 0.52 |
| Hex | D5 | D9 | 30 | 2 | 0 | 4E | F | 3D | 45 | 34 |
| Octal | 325 | 331 | 60 | 2 | 0 | 116 | 17 | 75 | 105 | 64 |
| Binary | 11010101 | 11011001 | 110000 | 10 | 0 | 1001110 | 1111 | 111101 | 1000101 | 110100 |
Color Harmonies of #D5D930
Complementary color
Monochromatic Colors of #D5D930
Black with #D5D930
Text Example
Text Example
White with #D5D930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5D930; }
p { color: rgb(213,217,48); }
H1.HeaderClassName
{
color: #D5D930;
}
.AnyTagClassName
{
color: #D5D930;
}
</style>
background-color css
<style>
a { background-color: #D5D930; }
a { background-color: rgb(213,217,48); }
div.DivClassName
{
background-color: #D5D930;
}
.BgClassName
{
background-color: #D5D930;
}
</style>
border-color css
<style>
span { border-color: #D5D930; }
span { border-color: rgb(213,217,48); }
td.TdClassName
{
border-color: #D5D930;
}
.TagClassName
{
border-color: #D5D930;
}
</style>