Shades of La Rioja #B5D007
Tints of La Rioja #B5D007
RGB
CMYK
RGB Variations
Color information
#B5D007 (or 0xB5D007) is known color: La Rioja. HEX triplet: B5, D0 and 07. RGB value is (181,208,7). Sum of RGB (Red+Green+Blue) = 181+208+7=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 7 (3.12% from 255 or 1.77% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D007 is #4A2FF8. Grayscale: #B1B1B1. Windows color (decimal): -4861945 or 512181. OLE color: 512181.
HSL color Cylindrical-coordinate representation of color #B5D007: hue angle of 68.06º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B5D007 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 7 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.18 |
| HSL | 68.06º | 0.93% | 0.42% | - |
| HSV(B) | 68.06º | 0.97% | 0.82% | - |
| XYZ | 41.65 | 54.95 | 8.61 | - |
| YUV | 177.01 | 32.05 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 7 | 0.13 | 0 | 0.97 | 0.18 | 68.06 | 0.93 | 0.42 |
| Hex | B5 | D0 | 7 | D | 0 | 61 | 12 | 44 | 5D | 2A |
| Octal | 265 | 320 | 7 | 15 | 0 | 141 | 22 | 104 | 135 | 52 |
| Binary | 10110101 | 11010000 | 111 | 1101 | 0 | 1100001 | 10010 | 1000100 | 1011101 | 101010 |
Color Harmonies of #B5D007
Complementary color
Monochromatic Colors of #B5D007
Black with #B5D007
Text Example
Text Example
White with #B5D007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D007; }
p { color: rgb(181,208,7); }
H1.HeaderClassName
{
color: #B5D007;
}
.AnyTagClassName
{
color: #B5D007;
}
</style>
background-color css
<style>
a { background-color: #B5D007; }
a { background-color: rgb(181,208,7); }
div.DivClassName
{
background-color: #B5D007;
}
.BgClassName
{
background-color: #B5D007;
}
</style>
border-color css
<style>
span { border-color: #B5D007; }
span { border-color: rgb(181,208,7); }
td.TdClassName
{
border-color: #B5D007;
}
.TagClassName
{
border-color: #B5D007;
}
</style>