Shades of Fuego #BBE62F
Tints of Fuego #BBE62F
RGB
CMYK
RGB Variations
Color information
#BBE62F (or 0xBBE62F) is known color: Fuego. HEX triplet: BB, E6 and 2F. RGB value is (187,230,47). Sum of RGB (Red+Green+Blue) = 187+230+47=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 230 (90.23% from 255 or 49.57% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 230 - color contains mainly: green. Hex color #BBE62F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE62F is #4419D0. Grayscale: #C4C4C4. Windows color (decimal): -4463057 or 3139259. OLE color: 3139259.
HSL color Cylindrical-coordinate representation of color #BBE62F: hue angle of 74.1º 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 #BBE62F is Cyan = 0.19, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 230 | 47 | - |
| CMYK | 0.19 | 0 | 0.80 | 0.10 |
| HSL | 74.1º | 0.79% | 0.54% | - |
| HSV(B) | 74.1º | 0.8% | 0.9% | - |
| XYZ | 49.3 | 67.36 | 13.09 | - |
| YUV | 196.28 | 43.75 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 230 | 47 | 0.19 | 0 | 0.80 | 0.10 | 74.1 | 0.79 | 0.54 |
| Hex | BB | E6 | 2F | 13 | 0 | 50 | A | 4A | 4F | 36 |
| Octal | 273 | 346 | 57 | 23 | 0 | 120 | 12 | 112 | 117 | 66 |
| Binary | 10111011 | 11100110 | 101111 | 10011 | 0 | 1010000 | 1010 | 1001010 | 1001111 | 110110 |
Color Harmonies of #BBE62F
Complementary color
Monochromatic Colors of #BBE62F
Black with #BBE62F
Text Example
Text Example
White with #BBE62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE62F; }
p { color: rgb(187,230,47); }
H1.HeaderClassName
{
color: #BBE62F;
}
.AnyTagClassName
{
color: #BBE62F;
}
</style>
background-color css
<style>
a { background-color: #BBE62F; }
a { background-color: rgb(187,230,47); }
div.DivClassName
{
background-color: #BBE62F;
}
.BgClassName
{
background-color: #BBE62F;
}
</style>
border-color css
<style>
span { border-color: #BBE62F; }
span { border-color: rgb(187,230,47); }
td.TdClassName
{
border-color: #BBE62F;
}
.TagClassName
{
border-color: #BBE62F;
}
</style>