Shades of Fuego #B5CF29
Tints of Fuego #B5CF29
RGB
CMYK
RGB Variations
Color information
#B5CF29 (or 0xB5CF29) is known color: Fuego. HEX triplet: B5, CF and 29. RGB value is (181,207,41). Sum of RGB (Red+Green+Blue) = 181+207+41=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CF29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CF29 is #4A30D6. Grayscale: #B4B4B4. Windows color (decimal): -4862167 or 2740149. OLE color: 2740149.
HSL color Cylindrical-coordinate representation of color #B5CF29: hue angle of 69.4º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5CF29 is Cyan = 0.13, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 41 | - |
| CMYK | 0.13 | 0 | 0.80 | 0.19 |
| HSL | 69.4º | 0.67% | 0.49% | - |
| HSV(B) | 69.4º | 0.8% | 0.81% | - |
| XYZ | 41.77 | 54.61 | 10.44 | - |
| YUV | 180.3 | 49.39 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 41 | 0.13 | 0 | 0.80 | 0.19 | 69.4 | 0.67 | 0.49 |
| Hex | B5 | CF | 29 | D | 0 | 50 | 13 | 45 | 43 | 31 |
| Octal | 265 | 317 | 51 | 15 | 0 | 120 | 23 | 105 | 103 | 61 |
| Binary | 10110101 | 11001111 | 101001 | 1101 | 0 | 1010000 | 10011 | 1000101 | 1000011 | 110001 |
Color Harmonies of #B5CF29
Complementary color
Monochromatic Colors of #B5CF29
Black with #B5CF29
Text Example
Text Example
White with #B5CF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CF29; }
p { color: rgb(181,207,41); }
H1.HeaderClassName
{
color: #B5CF29;
}
.AnyTagClassName
{
color: #B5CF29;
}
</style>
background-color css
<style>
a { background-color: #B5CF29; }
a { background-color: rgb(181,207,41); }
div.DivClassName
{
background-color: #B5CF29;
}
.BgClassName
{
background-color: #B5CF29;
}
</style>
border-color css
<style>
span { border-color: #B5CF29; }
span { border-color: rgb(181,207,41); }
td.TdClassName
{
border-color: #B5CF29;
}
.TagClassName
{
border-color: #B5CF29;
}
</style>