Shades of Bitter Lemon #D8DF30
Tints of Bitter Lemon #D8DF30
RGB
CMYK
RGB Variations
Color information
#D8DF30 (or 0xD8DF30) is known color: Bitter Lemon. HEX triplet: D8, DF and 30. RGB value is (216,223,48). Sum of RGB (Red+Green+Blue) = 216+223+48=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 48 (19.14% from 255 or 9.86% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DF30 is #2720CF. Grayscale: #C9C9C9. Windows color (decimal): -2564304 or 3203032. OLE color: 3203032.
HSL color Cylindrical-coordinate representation of color #D8DF30: hue angle of 62.4º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D8DF30 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 48 | - |
| CMYK | 0.03 | 0 | 0.78 | 0.13 |
| HSL | 62.4º | 0.73% | 0.53% | - |
| HSV(B) | 62.4º | 0.78% | 0.87% | - |
| XYZ | 55.24 | 67.59 | 12.93 | - |
| YUV | 200.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 48 | 0.03 | 0 | 0.78 | 0.13 | 62.4 | 0.73 | 0.53 |
| Hex | D8 | DF | 30 | 3 | 0 | 4E | D | 3E | 49 | 35 |
| Octal | 330 | 337 | 60 | 3 | 0 | 116 | 15 | 76 | 111 | 65 |
| Binary | 11011000 | 11011111 | 110000 | 11 | 0 | 1001110 | 1101 | 111110 | 1001001 | 110101 |
Color Harmonies of #D8DF30
Complementary color
Monochromatic Colors of #D8DF30
Black with #D8DF30
Text Example
Text Example
White with #D8DF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DF30; }
p { color: rgb(216,223,48); }
H1.HeaderClassName
{
color: #D8DF30;
}
.AnyTagClassName
{
color: #D8DF30;
}
</style>
background-color css
<style>
a { background-color: #D8DF30; }
a { background-color: rgb(216,223,48); }
div.DivClassName
{
background-color: #D8DF30;
}
.BgClassName
{
background-color: #D8DF30;
}
</style>
border-color css
<style>
span { border-color: #D8DF30; }
span { border-color: rgb(216,223,48); }
td.TdClassName
{
border-color: #D8DF30;
}
.TagClassName
{
border-color: #D8DF30;
}
</style>