Shades of Fuego #B9E62F
Tints of Fuego #B9E62F
RGB
CMYK
RGB Variations
Color information
#B9E62F (or 0xB9E62F) is known color: Fuego. HEX triplet: B9, E6 and 2F. RGB value is (185,230,47). Sum of RGB (Red+Green+Blue) = 185+230+47=462 (61% of max value = 765). Red value is 185 (72.66% from 255 or 40.04% from 462); Green value is 230 (90.23% from 255 or 49.78% from 462); Blue value is 47 (18.75% from 255 or 10.17% from 462); Max value from RGB is 230 - color contains mainly: green. Hex color #B9E62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B9E62F is #4619D0. Grayscale: #C4C4C4. Windows color (decimal): -4594129 or 3139257. OLE color: 3139257.
HSL color Cylindrical-coordinate representation of color #B9E62F: hue angle of 74.75º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B9E62F is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 185 | 230 | 47 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.10 |
| HSL | 74.75º | 0.79% | 0.54% | - |
| HSV(B) | 74.75º | 0.8% | 0.9% | - |
| XYZ | 48.82 | 67.11 | 13.07 | - |
| YUV | 195.68 | 44.09 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 230 | 47 | 0.20 | 0 | 0.80 | 0.10 | 74.75 | 0.79 | 0.54 |
| Hex | B9 | E6 | 2F | 14 | 0 | 50 | A | 4B | 4F | 36 |
| Octal | 271 | 346 | 57 | 24 | 0 | 120 | 12 | 113 | 117 | 66 |
| Binary | 10111001 | 11100110 | 101111 | 10100 | 0 | 1010000 | 1010 | 1001011 | 1001111 | 110110 |
Color Harmonies of #B9E62F
Complementary color
Monochromatic Colors of #B9E62F
Black with #B9E62F
Text Example
Text Example
White with #B9E62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9E62F; }
p { color: rgb(185,230,47); }
H1.HeaderClassName
{
color: #B9E62F;
}
.AnyTagClassName
{
color: #B9E62F;
}
</style>
background-color css
<style>
a { background-color: #B9E62F; }
a { background-color: rgb(185,230,47); }
div.DivClassName
{
background-color: #B9E62F;
}
.BgClassName
{
background-color: #B9E62F;
}
</style>
border-color css
<style>
span { border-color: #B9E62F; }
span { border-color: rgb(185,230,47); }
td.TdClassName
{
border-color: #B9E62F;
}
.TagClassName
{
border-color: #B9E62F;
}
</style>