Shades of Fuego #B5CF30
Tints of Fuego #B5CF30
RGB
CMYK
RGB Variations
Color information
#B5CF30 (or 0xB5CF30) is known color: Fuego. HEX triplet: B5, CF and 30. RGB value is (181,207,48). Sum of RGB (Red+Green+Blue) = 181+207+48=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 207 (81.25% from 255 or 47.48% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF30 is #4A30CF. Grayscale: #B5B5B5. Windows color (decimal): -4862160 or 3198901. OLE color: 3198901.
HSL color Cylindrical-coordinate representation of color #B5CF30: hue angle of 69.81º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B5CF30 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 48 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.19 |
| HSL | 69.81º | 0.62% | 0.5% | - |
| HSV(B) | 69.81º | 0.77% | 0.81% | - |
| XYZ | 41.9 | 54.66 | 11.14 | - |
| YUV | 181.1 | 52.89 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 48 | 0.13 | 0 | 0.77 | 0.19 | 69.81 | 0.62 | 0.5 |
| Hex | B5 | CF | 30 | D | 0 | 4D | 13 | 46 | 3E | 32 |
| Octal | 265 | 317 | 60 | 15 | 0 | 115 | 23 | 106 | 76 | 62 |
| Binary | 10110101 | 11001111 | 110000 | 1101 | 0 | 1001101 | 10011 | 1000110 | 111110 | 110010 |
Color Harmonies of #B5CF30
Complementary color
Monochromatic Colors of #B5CF30
Black with #B5CF30
Text Example
Text Example
White with #B5CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF30; }
p { color: rgb(181,207,48); }
H1.HeaderClassName
{
color: #B5CF30;
}
.AnyTagClassName
{
color: #B5CF30;
}
</style>
background-color css
<style>
a { background-color: #B5CF30; }
a { background-color: rgb(181,207,48); }
div.DivClassName
{
background-color: #B5CF30;
}
.BgClassName
{
background-color: #B5CF30;
}
</style>
border-color css
<style>
span { border-color: #B5CF30; }
span { border-color: rgb(181,207,48); }
td.TdClassName
{
border-color: #B5CF30;
}
.TagClassName
{
border-color: #B5CF30;
}
</style>