Shades of Fuego #B2DC27
Tints of Fuego #B2DC27
RGB
CMYK
RGB Variations
Color information
#B2DC27 (or 0xB2DC27) is known color: Fuego. HEX triplet: B2, DC and 27. RGB value is (178,220,39). Sum of RGB (Red+Green+Blue) = 178+220+39=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 39 (15.62% from 255 or 8.92% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DC27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2DC27 is #4D23D8. Grayscale: #BBBBBB. Windows color (decimal): -5055449 or 2612402. OLE color: 2612402.
HSL color Cylindrical-coordinate representation of color #B2DC27: hue angle of 73.92º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2DC27 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 39 | - |
| CMYK | 0.19 | 0 | 0.82 | 0.14 |
| HSL | 73.92º | 0.72% | 0.51% | - |
| HSV(B) | 73.92º | 0.82% | 0.86% | - |
| XYZ | 44.32 | 60.8 | 11.32 | - |
| YUV | 186.81 | 44.59 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 39 | 0.19 | 0 | 0.82 | 0.14 | 73.92 | 0.72 | 0.51 |
| Hex | B2 | DC | 27 | 13 | 0 | 52 | E | 4A | 48 | 33 |
| Octal | 262 | 334 | 47 | 23 | 0 | 122 | 16 | 112 | 110 | 63 |
| Binary | 10110010 | 11011100 | 100111 | 10011 | 0 | 1010010 | 1110 | 1001010 | 1001000 | 110011 |
Color Harmonies of #B2DC27
Complementary color
Monochromatic Colors of #B2DC27
Black with #B2DC27
Text Example
Text Example
White with #B2DC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DC27; }
p { color: rgb(178,220,39); }
H1.HeaderClassName
{
color: #B2DC27;
}
.AnyTagClassName
{
color: #B2DC27;
}
</style>
background-color css
<style>
a { background-color: #B2DC27; }
a { background-color: rgb(178,220,39); }
div.DivClassName
{
background-color: #B2DC27;
}
.BgClassName
{
background-color: #B2DC27;
}
</style>
border-color css
<style>
span { border-color: #B2DC27; }
span { border-color: rgb(178,220,39); }
td.TdClassName
{
border-color: #B2DC27;
}
.TagClassName
{
border-color: #B2DC27;
}
</style>