Shades of Fuego #BFE62A
Tints of Fuego #BFE62A
RGB
CMYK
RGB Variations
Color information
#BFE62A (or 0xBFE62A) is known color: Fuego. HEX triplet: BF, E6 and 2A. RGB value is (191,230,42). Sum of RGB (Red+Green+Blue) = 191+230+42=463 (61% of max value = 765). Red value is 191 (75% from 255 or 41.25% from 463); Green value is 230 (90.23% from 255 or 49.68% from 463); Blue value is 42 (16.80% from 255 or 9.07% from 463); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE62A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BFE62A is #4019D5. Grayscale: #C5C5C5. Windows color (decimal): -4200918 or 2811583. OLE color: 2811583.
HSL color Cylindrical-coordinate representation of color #BFE62A: hue angle of 72.45º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFE62A is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 191 | 230 | 42 | - |
| CMYK | 0.17 | 0 | 0.82 | 0.10 |
| HSL | 72.45º | 0.79% | 0.53% | - |
| HSV(B) | 72.45º | 0.82% | 0.9% | - |
| XYZ | 50.2 | 67.84 | 12.64 | - |
| YUV | 196.91 | 40.58 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 230 | 42 | 0.17 | 0 | 0.82 | 0.10 | 72.45 | 0.79 | 0.53 |
| Hex | BF | E6 | 2A | 11 | 0 | 52 | A | 48 | 4F | 35 |
| Octal | 277 | 346 | 52 | 21 | 0 | 122 | 12 | 110 | 117 | 65 |
| Binary | 10111111 | 11100110 | 101010 | 10001 | 0 | 1010010 | 1010 | 1001000 | 1001111 | 110101 |
Color Harmonies of #BFE62A
Complementary color
Monochromatic Colors of #BFE62A
Black with #BFE62A
Text Example
Text Example
White with #BFE62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE62A; }
p { color: rgb(191,230,42); }
H1.HeaderClassName
{
color: #BFE62A;
}
.AnyTagClassName
{
color: #BFE62A;
}
</style>
background-color css
<style>
a { background-color: #BFE62A; }
a { background-color: rgb(191,230,42); }
div.DivClassName
{
background-color: #BFE62A;
}
.BgClassName
{
background-color: #BFE62A;
}
</style>
border-color css
<style>
span { border-color: #BFE62A; }
span { border-color: rgb(191,230,42); }
td.TdClassName
{
border-color: #BFE62A;
}
.TagClassName
{
border-color: #BFE62A;
}
</style>