Shades of Rio Grande #B5D01E
Tints of Rio Grande #B5D01E
RGB
CMYK
RGB Variations
Color information
#B5D01E (or 0xB5D01E) is known color: Rio Grande. HEX triplet: B5, D0 and 1E. RGB value is (181,208,30). Sum of RGB (Red+Green+Blue) = 181+208+30=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 30 (12.11% from 255 or 7.16% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D01E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D01E is #4A2FE1. Grayscale: #B4B4B4. Windows color (decimal): -4861922 or 2019509. OLE color: 2019509.
HSL color Cylindrical-coordinate representation of color #B5D01E: hue angle of 69.1º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5D01E is Cyan = 0.13, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 30 | - |
| CMYK | 0.13 | 0 | 0.86 | 0.18 |
| HSL | 69.1º | 0.75% | 0.47% | - |
| HSV(B) | 69.1º | 0.86% | 0.82% | - |
| XYZ | 41.85 | 55.03 | 9.64 | - |
| YUV | 179.64 | 43.55 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 30 | 0.13 | 0 | 0.86 | 0.18 | 69.1 | 0.75 | 0.47 |
| Hex | B5 | D0 | 1E | D | 0 | 56 | 12 | 45 | 4B | 2F |
| Octal | 265 | 320 | 36 | 15 | 0 | 126 | 22 | 105 | 113 | 57 |
| Binary | 10110101 | 11010000 | 11110 | 1101 | 0 | 1010110 | 10010 | 1000101 | 1001011 | 101111 |
Color Harmonies of #B5D01E
Complementary color
Monochromatic Colors of #B5D01E
Black with #B5D01E
Text Example
Text Example
White with #B5D01E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D01E; }
p { color: rgb(181,208,30); }
H1.HeaderClassName
{
color: #B5D01E;
}
.AnyTagClassName
{
color: #B5D01E;
}
</style>
background-color css
<style>
a { background-color: #B5D01E; }
a { background-color: rgb(181,208,30); }
div.DivClassName
{
background-color: #B5D01E;
}
.BgClassName
{
background-color: #B5D01E;
}
</style>
border-color css
<style>
span { border-color: #B5D01E; }
span { border-color: rgb(181,208,30); }
td.TdClassName
{
border-color: #B5D01E;
}
.TagClassName
{
border-color: #B5D01E;
}
</style>