Shades of Fuego #B2D830
Tints of Fuego #B2D830
RGB
CMYK
RGB Variations
Color information
#B2D830 (or 0xB2D830) is known color: Fuego. HEX triplet: B2, D8 and 30. RGB value is (178,216,48). Sum of RGB (Red+Green+Blue) = 178+216+48=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 216 (84.77% from 255 or 48.87% from 442); Blue value is 48 (19.14% from 255 or 10.86% from 442); Max value from RGB is 216 - color contains mainly: green. Hex color #B2D830 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2D830 is #4D27CF. Grayscale: #BABABA. Windows color (decimal): -5056464 or 3201202. OLE color: 3201202.
HSL color Cylindrical-coordinate representation of color #B2D830: hue angle of 73.57º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2D830 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 178 | 216 | 48 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.15 |
| HSL | 73.57º | 0.68% | 0.52% | - |
| HSV(B) | 73.57º | 0.78% | 0.85% | - |
| XYZ | 43.45 | 58.79 | 11.85 | - |
| YUV | 185.49 | 50.41 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 216 | 48 | 0.18 | 0 | 0.78 | 0.15 | 73.57 | 0.68 | 0.52 |
| Hex | B2 | D8 | 30 | 12 | 0 | 4E | F | 4A | 44 | 34 |
| Octal | 262 | 330 | 60 | 22 | 0 | 116 | 17 | 112 | 104 | 64 |
| Binary | 10110010 | 11011000 | 110000 | 10010 | 0 | 1001110 | 1111 | 1001010 | 1000100 | 110100 |
Color Harmonies of #B2D830
Complementary color
Monochromatic Colors of #B2D830
Black with #B2D830
Text Example
Text Example
White with #B2D830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D830; }
p { color: rgb(178,216,48); }
H1.HeaderClassName
{
color: #B2D830;
}
.AnyTagClassName
{
color: #B2D830;
}
</style>
background-color css
<style>
a { background-color: #B2D830; }
a { background-color: rgb(178,216,48); }
div.DivClassName
{
background-color: #B2D830;
}
.BgClassName
{
background-color: #B2D830;
}
</style>
border-color css
<style>
span { border-color: #B2D830; }
span { border-color: rgb(178,216,48); }
td.TdClassName
{
border-color: #B2D830;
}
.TagClassName
{
border-color: #B2D830;
}
</style>