Shades of Fuego #B5E630
Tints of Fuego #B5E630
RGB
CMYK
RGB Variations
Color information
#B5E630 (or 0xB5E630) is known color: Fuego. HEX triplet: B5, E6 and 30. RGB value is (181,230,48). Sum of RGB (Red+Green+Blue) = 181+230+48=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 230 (90.23% from 255 or 50.11% from 459); Blue value is 48 (19.14% from 255 or 10.46% from 459); Max value from RGB is 230 - color contains mainly: green. Hex color #B5E630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5E630 is #4A19CF. Grayscale: #C3C3C3. Windows color (decimal): -4856272 or 3204789. OLE color: 3204789.
HSL color Cylindrical-coordinate representation of color #B5E630: hue angle of 76.15º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5E630 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 181 | 230 | 48 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.10 |
| HSL | 76.15º | 0.78% | 0.55% | - |
| HSV(B) | 76.15º | 0.79% | 0.9% | - |
| XYZ | 47.89 | 66.63 | 13.13 | - |
| YUV | 194.6 | 45.27 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 230 | 48 | 0.21 | 0 | 0.79 | 0.10 | 76.15 | 0.78 | 0.55 |
| Hex | B5 | E6 | 30 | 15 | 0 | 4F | A | 4C | 4E | 37 |
| Octal | 265 | 346 | 60 | 25 | 0 | 117 | 12 | 114 | 116 | 67 |
| Binary | 10110101 | 11100110 | 110000 | 10101 | 0 | 1001111 | 1010 | 1001100 | 1001110 | 110111 |
Color Harmonies of #B5E630
Complementary color
Monochromatic Colors of #B5E630
Black with #B5E630
Text Example
Text Example
White with #B5E630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5E630; }
p { color: rgb(181,230,48); }
H1.HeaderClassName
{
color: #B5E630;
}
.AnyTagClassName
{
color: #B5E630;
}
</style>
background-color css
<style>
a { background-color: #B5E630; }
a { background-color: rgb(181,230,48); }
div.DivClassName
{
background-color: #B5E630;
}
.BgClassName
{
background-color: #B5E630;
}
</style>
border-color css
<style>
span { border-color: #B5E630; }
span { border-color: rgb(181,230,48); }
td.TdClassName
{
border-color: #B5E630;
}
.TagClassName
{
border-color: #B5E630;
}
</style>