Shades of Rio Grande #B5D00E
Tints of Rio Grande #B5D00E
RGB
CMYK
RGB Variations
Color information
#B5D00E (or 0xB5D00E) is known color: Rio Grande. HEX triplet: B5, D0 and 0E. RGB value is (181,208,14). Sum of RGB (Red+Green+Blue) = 181+208+14=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 208 (81.64% from 255 or 51.61% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D00E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5D00E is #4A2FF1. Grayscale: #B2B2B2. Windows color (decimal): -4861938 or 970933. OLE color: 970933.
HSL color Cylindrical-coordinate representation of color #B5D00E: hue angle of 68.35º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B5D00E is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 14 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.18 |
| HSL | 68.35º | 0.87% | 0.44% | - |
| HSV(B) | 68.35º | 0.93% | 0.82% | - |
| XYZ | 41.69 | 54.97 | 8.83 | - |
| YUV | 177.81 | 35.55 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 14 | 0.13 | 0 | 0.93 | 0.18 | 68.35 | 0.87 | 0.44 |
| Hex | B5 | D0 | E | D | 0 | 5D | 12 | 44 | 57 | 2C |
| Octal | 265 | 320 | 16 | 15 | 0 | 135 | 22 | 104 | 127 | 54 |
| Binary | 10110101 | 11010000 | 1110 | 1101 | 0 | 1011101 | 10010 | 1000100 | 1010111 | 101100 |
Color Harmonies of #B5D00E
Complementary color
Monochromatic Colors of #B5D00E
Black with #B5D00E
Text Example
Text Example
White with #B5D00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D00E; }
p { color: rgb(181,208,14); }
H1.HeaderClassName
{
color: #B5D00E;
}
.AnyTagClassName
{
color: #B5D00E;
}
</style>
background-color css
<style>
a { background-color: #B5D00E; }
a { background-color: rgb(181,208,14); }
div.DivClassName
{
background-color: #B5D00E;
}
.BgClassName
{
background-color: #B5D00E;
}
</style>
border-color css
<style>
span { border-color: #B5D00E; }
span { border-color: rgb(181,208,14); }
td.TdClassName
{
border-color: #B5D00E;
}
.TagClassName
{
border-color: #B5D00E;
}
</style>