Shades of Bitter Lemon #D0D53D
Tints of Bitter Lemon #D0D53D
RGB
CMYK
RGB Variations
Color information
#D0D53D (or 0xD0D53D) is known color: Bitter Lemon. HEX triplet: D0, D5 and 3D. RGB value is (208,213,61). Sum of RGB (Red+Green+Blue) = 208+213+61=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0D53D is #2F2AC2. Grayscale: #C2C2C2. Windows color (decimal): -3091139 or 4052432. OLE color: 4052432.
HSL color Cylindrical-coordinate representation of color #D0D53D: hue angle of 61.97º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0D53D is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 208 | 213 | 61 | - |
| CMYK | 0.02 | 0 | 0.71 | 0.16 |
| HSL | 61.97º | 0.64% | 0.54% | - |
| HSV(B) | 61.97º | 0.71% | 0.84% | - |
| XYZ | 50.65 | 61.34 | 13.58 | - |
| YUV | 194.18 | 52.84 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 213 | 61 | 0.02 | 0 | 0.71 | 0.16 | 61.97 | 0.64 | 0.54 |
| Hex | D0 | D5 | 3D | 2 | 0 | 47 | 10 | 3E | 40 | 36 |
| Octal | 320 | 325 | 75 | 2 | 0 | 107 | 20 | 76 | 100 | 66 |
| Binary | 11010000 | 11010101 | 111101 | 10 | 0 | 1000111 | 10000 | 111110 | 1000000 | 110110 |
Color Harmonies of #D0D53D
Complementary color
Monochromatic Colors of #D0D53D
Black with #D0D53D
Text Example
Text Example
White with #D0D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D53D; }
p { color: rgb(208,213,61); }
H1.HeaderClassName
{
color: #D0D53D;
}
.AnyTagClassName
{
color: #D0D53D;
}
</style>
background-color css
<style>
a { background-color: #D0D53D; }
a { background-color: rgb(208,213,61); }
div.DivClassName
{
background-color: #D0D53D;
}
.BgClassName
{
background-color: #D0D53D;
}
</style>
border-color css
<style>
span { border-color: #D0D53D; }
span { border-color: rgb(208,213,61); }
td.TdClassName
{
border-color: #D0D53D;
}
.TagClassName
{
border-color: #D0D53D;
}
</style>