Shades of Fuego #BADF27
Tints of Fuego #BADF27
RGB
CMYK
RGB Variations
Color information
#BADF27 (or 0xBADF27) is known color: Fuego. HEX triplet: BA, DF and 27. RGB value is (186,223,39). Sum of RGB (Red+Green+Blue) = 186+223+39=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 223 (87.5% from 255 or 49.78% from 448); Blue value is 39 (15.62% from 255 or 8.71% from 448); Max value from RGB is 223 - color contains mainly: green. Hex color #BADF27 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADF27 is #4520D8. Grayscale: #BFBFBF. Windows color (decimal): -4530393 or 2613178. OLE color: 2613178.
HSL color Cylindrical-coordinate representation of color #BADF27: hue angle of 72.07º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BADF27 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 186 | 223 | 39 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.13 |
| HSL | 72.07º | 0.74% | 0.51% | - |
| HSV(B) | 72.07º | 0.83% | 0.87% | - |
| XYZ | 47 | 63.36 | 11.67 | - |
| YUV | 190.96 | 42.24 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 223 | 39 | 0.17 | 0 | 0.83 | 0.13 | 72.07 | 0.74 | 0.51 |
| Hex | BA | DF | 27 | 11 | 0 | 53 | D | 48 | 4A | 33 |
| Octal | 272 | 337 | 47 | 21 | 0 | 123 | 15 | 110 | 112 | 63 |
| Binary | 10111010 | 11011111 | 100111 | 10001 | 0 | 1010011 | 1101 | 1001000 | 1001010 | 110011 |
Color Harmonies of #BADF27
Complementary color
Monochromatic Colors of #BADF27
Black with #BADF27
Text Example
Text Example
White with #BADF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BADF27; }
p { color: rgb(186,223,39); }
H1.HeaderClassName
{
color: #BADF27;
}
.AnyTagClassName
{
color: #BADF27;
}
</style>
background-color css
<style>
a { background-color: #BADF27; }
a { background-color: rgb(186,223,39); }
div.DivClassName
{
background-color: #BADF27;
}
.BgClassName
{
background-color: #BADF27;
}
</style>
border-color css
<style>
span { border-color: #BADF27; }
span { border-color: rgb(186,223,39); }
td.TdClassName
{
border-color: #BADF27;
}
.TagClassName
{
border-color: #BADF27;
}
</style>