Shades of La Rioja #BDD407
Tints of La Rioja #BDD407
RGB
CMYK
RGB Variations
Color information
#BDD407 (or 0xBDD407) is known color: La Rioja. HEX triplet: BD, D4 and 07. RGB value is (189,212,7). Sum of RGB (Red+Green+Blue) = 189+212+7=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 212 (83.20% from 255 or 51.96% from 408); Blue value is 7 (3.12% from 255 or 1.72% from 408); Max value from RGB is 212 - color contains mainly: green. Hex color #BDD407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDD407 is #422BF8. Grayscale: #B6B6B6. Windows color (decimal): -4336633 or 513213. OLE color: 513213.
HSL color Cylindrical-coordinate representation of color #BDD407: hue angle of 66.73º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDD407 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 212 | 7 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.17 |
| HSL | 66.73º | 0.94% | 0.43% | - |
| HSV(B) | 66.73º | 0.97% | 0.83% | - |
| XYZ | 44.57 | 57.92 | 9.03 | - |
| YUV | 181.75 | 29.38 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 212 | 7 | 0.11 | 0 | 0.97 | 0.17 | 66.73 | 0.94 | 0.43 |
| Hex | BD | D4 | 7 | B | 0 | 61 | 11 | 43 | 5E | 2B |
| Octal | 275 | 324 | 7 | 13 | 0 | 141 | 21 | 103 | 136 | 53 |
| Binary | 10111101 | 11010100 | 111 | 1011 | 0 | 1100001 | 10001 | 1000011 | 1011110 | 101011 |
Color Harmonies of #BDD407
Complementary color
Monochromatic Colors of #BDD407
Black with #BDD407
Text Example
Text Example
White with #BDD407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDD407; }
p { color: rgb(189,212,7); }
H1.HeaderClassName
{
color: #BDD407;
}
.AnyTagClassName
{
color: #BDD407;
}
</style>
background-color css
<style>
a { background-color: #BDD407; }
a { background-color: rgb(189,212,7); }
div.DivClassName
{
background-color: #BDD407;
}
.BgClassName
{
background-color: #BDD407;
}
</style>
border-color css
<style>
span { border-color: #BDD407; }
span { border-color: rgb(189,212,7); }
td.TdClassName
{
border-color: #BDD407;
}
.TagClassName
{
border-color: #BDD407;
}
</style>