Shades of Fuego #B4CF30
Tints of Fuego #B4CF30
RGB
CMYK
RGB Variations
Color information
#B4CF30 (or 0xB4CF30) is known color: Fuego. HEX triplet: B4, CF and 30. RGB value is (180,207,48). Sum of RGB (Red+Green+Blue) = 180+207+48=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 48 (19.14% from 255 or 11.03% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CF30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4CF30 is #4B30CF. Grayscale: #B5B5B5. Windows color (decimal): -4927696 or 3198900. OLE color: 3198900.
HSL color Cylindrical-coordinate representation of color #B4CF30: hue angle of 70.19º 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 #B4CF30 is Cyan = 0.13, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 48 | - |
| CMYK | 0.13 | 0 | 0.77 | 0.19 |
| HSL | 70.19º | 0.62% | 0.5% | - |
| HSV(B) | 70.19º | 0.77% | 0.81% | - |
| XYZ | 41.67 | 54.54 | 11.13 | - |
| YUV | 180.8 | 53.05 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 48 | 0.13 | 0 | 0.77 | 0.19 | 70.19 | 0.62 | 0.5 |
| Hex | B4 | CF | 30 | D | 0 | 4D | 13 | 46 | 3E | 32 |
| Octal | 264 | 317 | 60 | 15 | 0 | 115 | 23 | 106 | 76 | 62 |
| Binary | 10110100 | 11001111 | 110000 | 1101 | 0 | 1001101 | 10011 | 1000110 | 111110 | 110010 |
Color Harmonies of #B4CF30
Complementary color
Monochromatic Colors of #B4CF30
Black with #B4CF30
Text Example
Text Example
White with #B4CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CF30; }
p { color: rgb(180,207,48); }
H1.HeaderClassName
{
color: #B4CF30;
}
.AnyTagClassName
{
color: #B4CF30;
}
</style>
background-color css
<style>
a { background-color: #B4CF30; }
a { background-color: rgb(180,207,48); }
div.DivClassName
{
background-color: #B4CF30;
}
.BgClassName
{
background-color: #B4CF30;
}
</style>
border-color css
<style>
span { border-color: #B4CF30; }
span { border-color: rgb(180,207,48); }
td.TdClassName
{
border-color: #B4CF30;
}
.TagClassName
{
border-color: #B4CF30;
}
</style>