Shades of Fuego #BFD627
Tints of Fuego #BFD627
RGB
CMYK
RGB Variations
Color information
#BFD627 (or 0xBFD627) is known color: Fuego. HEX triplet: BF, D6 and 27. RGB value is (191,214,39). Sum of RGB (Red+Green+Blue) = 191+214+39=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 214 (83.98% from 255 or 48.20% from 444); Blue value is 39 (15.62% from 255 or 8.78% from 444); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD627 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFD627 is #4029D8. Grayscale: #BBBBBB. Windows color (decimal): -4205017 or 2610879. OLE color: 2610879.
HSL color Cylindrical-coordinate representation of color #BFD627: hue angle of 67.89º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BFD627 is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 214 | 39 | - |
| CMYK | 0.11 | 0 | 0.82 | 0.16 |
| HSL | 67.89º | 0.69% | 0.5% | - |
| HSV(B) | 67.89º | 0.82% | 0.84% | - |
| XYZ | 45.9 | 59.32 | 10.95 | - |
| YUV | 187.17 | 44.38 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 214 | 39 | 0.11 | 0 | 0.82 | 0.16 | 67.89 | 0.69 | 0.5 |
| Hex | BF | D6 | 27 | B | 0 | 52 | 10 | 44 | 45 | 32 |
| Octal | 277 | 326 | 47 | 13 | 0 | 122 | 20 | 104 | 105 | 62 |
| Binary | 10111111 | 11010110 | 100111 | 1011 | 0 | 1010010 | 10000 | 1000100 | 1000101 | 110010 |
Color Harmonies of #BFD627
Complementary color
Monochromatic Colors of #BFD627
Black with #BFD627
Text Example
Text Example
White with #BFD627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD627; }
p { color: rgb(191,214,39); }
H1.HeaderClassName
{
color: #BFD627;
}
.AnyTagClassName
{
color: #BFD627;
}
</style>
background-color css
<style>
a { background-color: #BFD627; }
a { background-color: rgb(191,214,39); }
div.DivClassName
{
background-color: #BFD627;
}
.BgClassName
{
background-color: #BFD627;
}
</style>
border-color css
<style>
span { border-color: #BFD627; }
span { border-color: rgb(191,214,39); }
td.TdClassName
{
border-color: #BFD627;
}
.TagClassName
{
border-color: #BFD627;
}
</style>