Shades of Rio Grande #B7D40F
Tints of Rio Grande #B7D40F
RGB
CMYK
RGB Variations
Color information
#B7D40F (or 0xB7D40F) is known color: Rio Grande. HEX triplet: B7, D4 and 0F. RGB value is (183,212,15). Sum of RGB (Red+Green+Blue) = 183+212+15=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 212 (83.20% from 255 or 51.71% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D40F is #482BF0. Grayscale: #B5B5B5. Windows color (decimal): -4729841 or 1037495. OLE color: 1037495.
HSL color Cylindrical-coordinate representation of color #B7D40F: hue angle of 68.83º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7D40F is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 183 | 212 | 15 | - |
| CMYK | 0.14 | 0 | 0.93 | 0.17 |
| HSL | 68.83º | 0.87% | 0.45% | - |
| HSV(B) | 68.83º | 0.93% | 0.83% | - |
| XYZ | 43.16 | 57.19 | 9.22 | - |
| YUV | 180.87 | 34.39 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 212 | 15 | 0.14 | 0 | 0.93 | 0.17 | 68.83 | 0.87 | 0.45 |
| Hex | B7 | D4 | F | E | 0 | 5D | 11 | 45 | 57 | 2D |
| Octal | 267 | 324 | 17 | 16 | 0 | 135 | 21 | 105 | 127 | 55 |
| Binary | 10110111 | 11010100 | 1111 | 1110 | 0 | 1011101 | 10001 | 1000101 | 1010111 | 101101 |
Color Harmonies of #B7D40F
Complementary color
Monochromatic Colors of #B7D40F
Black with #B7D40F
Text Example
Text Example
White with #B7D40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D40F; }
p { color: rgb(183,212,15); }
H1.HeaderClassName
{
color: #B7D40F;
}
.AnyTagClassName
{
color: #B7D40F;
}
</style>
background-color css
<style>
a { background-color: #B7D40F; }
a { background-color: rgb(183,212,15); }
div.DivClassName
{
background-color: #B7D40F;
}
.BgClassName
{
background-color: #B7D40F;
}
</style>
border-color css
<style>
span { border-color: #B7D40F; }
span { border-color: rgb(183,212,15); }
td.TdClassName
{
border-color: #B7D40F;
}
.TagClassName
{
border-color: #B7D40F;
}
</style>