Shades of Fuego #BFCD25
Tints of Fuego #BFCD25
RGB
CMYK
RGB Variations
Color information
#BFCD25 (or 0xBFCD25) is known color: Fuego. HEX triplet: BF, CD and 25. RGB value is (191,205,37). Sum of RGB (Red+Green+Blue) = 191+205+37=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 205 (80.47% from 255 or 47.34% from 433); Blue value is 37 (14.84% from 255 or 8.55% from 433); Max value from RGB is 205 - color contains mainly: green. Hex color #BFCD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFCD25 is #4032DA. Grayscale: #B6B6B6. Windows color (decimal): -4207323 or 2477503. OLE color: 2477503.
HSL color Cylindrical-coordinate representation of color #BFCD25: hue angle of 65º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFCD25 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 191 | 205 | 37 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.20 |
| HSL | 65º | 0.69% | 0.47% | - |
| HSV(B) | 65º | 0.82% | 0.8% | - |
| XYZ | 43.65 | 54.87 | 10.04 | - |
| YUV | 181.66 | 46.36 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 205 | 37 | 0.07 | 0 | 0.82 | 0.20 | 65 | 0.69 | 0.47 |
| Hex | BF | CD | 25 | 7 | 0 | 52 | 14 | 41 | 45 | 2F |
| Octal | 277 | 315 | 45 | 7 | 0 | 122 | 24 | 101 | 105 | 57 |
| Binary | 10111111 | 11001101 | 100101 | 111 | 0 | 1010010 | 10100 | 1000001 | 1000101 | 101111 |
Color Harmonies of #BFCD25
Complementary color
Monochromatic Colors of #BFCD25
Black with #BFCD25
Text Example
Text Example
White with #BFCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCD25; }
p { color: rgb(191,205,37); }
H1.HeaderClassName
{
color: #BFCD25;
}
.AnyTagClassName
{
color: #BFCD25;
}
</style>
background-color css
<style>
a { background-color: #BFCD25; }
a { background-color: rgb(191,205,37); }
div.DivClassName
{
background-color: #BFCD25;
}
.BgClassName
{
background-color: #BFCD25;
}
</style>
border-color css
<style>
span { border-color: #BFCD25; }
span { border-color: rgb(191,205,37); }
td.TdClassName
{
border-color: #BFCD25;
}
.TagClassName
{
border-color: #BFCD25;
}
</style>