Shades of Bitter Lemon #D4D82F
Tints of Bitter Lemon #D4D82F
RGB
CMYK
RGB Variations
Color information
#D4D82F (or 0xD4D82F) is known color: Bitter Lemon. HEX triplet: D4, D8 and 2F. RGB value is (212,216,47). Sum of RGB (Red+Green+Blue) = 212+216+47=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D82F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D82F is #2B27D0. Grayscale: #C4C4C4. Windows color (decimal): -2828241 or 3135700. OLE color: 3135700.
HSL color Cylindrical-coordinate representation of color #D4D82F: hue angle of 61.42º degrees, saturation: 0.68, 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 #D4D82F is Cyan = 0.02, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 47 | - |
| CMYK | 0.02 | 0 | 0.78 | 0.15 |
| HSL | 61.42º | 0.68% | 0.52% | - |
| HSV(B) | 61.42º | 0.78% | 0.85% | - |
| XYZ | 52.22 | 63.31 | 12.16 | - |
| YUV | 195.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 47 | 0.02 | 0 | 0.78 | 0.15 | 61.42 | 0.68 | 0.52 |
| Hex | D4 | D8 | 2F | 2 | 0 | 4E | F | 3D | 44 | 34 |
| Octal | 324 | 330 | 57 | 2 | 0 | 116 | 17 | 75 | 104 | 64 |
| Binary | 11010100 | 11011000 | 101111 | 10 | 0 | 1001110 | 1111 | 111101 | 1000100 | 110100 |
Color Harmonies of #D4D82F
Complementary color
Monochromatic Colors of #D4D82F
Black with #D4D82F
Text Example
Text Example
White with #D4D82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D82F; }
p { color: rgb(212,216,47); }
H1.HeaderClassName
{
color: #D4D82F;
}
.AnyTagClassName
{
color: #D4D82F;
}
</style>
background-color css
<style>
a { background-color: #D4D82F; }
a { background-color: rgb(212,216,47); }
div.DivClassName
{
background-color: #D4D82F;
}
.BgClassName
{
background-color: #D4D82F;
}
</style>
border-color css
<style>
span { border-color: #D4D82F; }
span { border-color: rgb(212,216,47); }
td.TdClassName
{
border-color: #D4D82F;
}
.TagClassName
{
border-color: #D4D82F;
}
</style>