Shades of Fuego #B2CF35
Tints of Fuego #B2CF35
RGB
CMYK
RGB Variations
Color information
#B2CF35 (or 0xB2CF35) is known color: Fuego. HEX triplet: B2, CF and 35. RGB value is (178,207,53). Sum of RGB (Red+Green+Blue) = 178+207+53=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 207 (81.25% from 255 or 47.26% from 438); Blue value is 53 (21.09% from 255 or 12.10% from 438); Max value from RGB is 207 - color contains mainly: green. Hex color #B2CF35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2CF35 is #4D30CA. Grayscale: #B5B5B5. Windows color (decimal): -5058763 or 3526578. OLE color: 3526578.
HSL color Cylindrical-coordinate representation of color #B2CF35: hue angle of 71.3º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2CF35 is Cyan = 0.14, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 207 | 53 | - |
| CMYK | 0.14 | 0 | 0.74 | 0.19 |
| HSL | 71.3º | 0.62% | 0.51% | - |
| HSV(B) | 71.3º | 0.74% | 0.81% | - |
| XYZ | 41.32 | 54.35 | 11.68 | - |
| YUV | 180.77 | 55.89 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 207 | 53 | 0.14 | 0 | 0.74 | 0.19 | 71.3 | 0.62 | 0.51 |
| Hex | B2 | CF | 35 | E | 0 | 4A | 13 | 47 | 3E | 33 |
| Octal | 262 | 317 | 65 | 16 | 0 | 112 | 23 | 107 | 76 | 63 |
| Binary | 10110010 | 11001111 | 110101 | 1110 | 0 | 1001010 | 10011 | 1000111 | 111110 | 110011 |
Color Harmonies of #B2CF35
Complementary color
Monochromatic Colors of #B2CF35
Black with #B2CF35
Text Example
Text Example
White with #B2CF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CF35; }
p { color: rgb(178,207,53); }
H1.HeaderClassName
{
color: #B2CF35;
}
.AnyTagClassName
{
color: #B2CF35;
}
</style>
background-color css
<style>
a { background-color: #B2CF35; }
a { background-color: rgb(178,207,53); }
div.DivClassName
{
background-color: #B2CF35;
}
.BgClassName
{
background-color: #B2CF35;
}
</style>
border-color css
<style>
span { border-color: #B2CF35; }
span { border-color: rgb(178,207,53); }
td.TdClassName
{
border-color: #B2CF35;
}
.TagClassName
{
border-color: #B2CF35;
}
</style>