Shades of Fuego #B4D63A
Tints of Fuego #B4D63A
RGB
CMYK
RGB Variations
Color information
#B4D63A (or 0xB4D63A) is known color: Fuego. HEX triplet: B4, D6 and 3A. RGB value is (180,214,58). Sum of RGB (Red+Green+Blue) = 180+214+58=452 (59% of max value = 765). Red value is 180 (70.70% from 255 or 39.82% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #B4D63A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B4D63A is #4B29C5. Grayscale: #BABABA. Windows color (decimal): -4925894 or 3856052. OLE color: 3856052.
HSL color Cylindrical-coordinate representation of color #B4D63A: hue angle of 73.08º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4D63A is Cyan = 0.16, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 214 | 58 | - |
| CMYK | 0.16 | 0 | 0.73 | 0.16 |
| HSL | 73.08º | 0.66% | 0.53% | - |
| HSV(B) | 73.08º | 0.73% | 0.84% | - |
| XYZ | 43.63 | 58.1 | 12.92 | - |
| YUV | 186.05 | 55.74 | 123.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 214 | 58 | 0.16 | 0 | 0.73 | 0.16 | 73.08 | 0.66 | 0.53 |
| Hex | B4 | D6 | 3A | 10 | 0 | 49 | 10 | 49 | 42 | 35 |
| Octal | 264 | 326 | 72 | 20 | 0 | 111 | 20 | 111 | 102 | 65 |
| Binary | 10110100 | 11010110 | 111010 | 10000 | 0 | 1001001 | 10000 | 1001001 | 1000010 | 110101 |
Color Harmonies of #B4D63A
Complementary color
Monochromatic Colors of #B4D63A
Black with #B4D63A
Text Example
Text Example
White with #B4D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D63A; }
p { color: rgb(180,214,58); }
H1.HeaderClassName
{
color: #B4D63A;
}
.AnyTagClassName
{
color: #B4D63A;
}
</style>
background-color css
<style>
a { background-color: #B4D63A; }
a { background-color: rgb(180,214,58); }
div.DivClassName
{
background-color: #B4D63A;
}
.BgClassName
{
background-color: #B4D63A;
}
</style>
border-color css
<style>
span { border-color: #B4D63A; }
span { border-color: rgb(180,214,58); }
td.TdClassName
{
border-color: #B4D63A;
}
.TagClassName
{
border-color: #B4D63A;
}
</style>