Shades of Fuego #B7CF33
Tints of Fuego #B7CF33
RGB
CMYK
RGB Variations
Color information
#B7CF33 (or 0xB7CF33) is known color: Fuego. HEX triplet: B7, CF and 33. RGB value is (183,207,51). Sum of RGB (Red+Green+Blue) = 183+207+51=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 51 (20.31% from 255 or 11.56% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CF33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7CF33 is #4830CC. Grayscale: #B6B6B6. Windows color (decimal): -4731085 or 3395511. OLE color: 3395511.
HSL color Cylindrical-coordinate representation of color #B7CF33: hue angle of 69.23º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7CF33 is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 51 | - |
| CMYK | 0.12 | 0 | 0.75 | 0.19 |
| HSL | 69.23º | 0.62% | 0.51% | - |
| HSV(B) | 69.23º | 0.75% | 0.81% | - |
| XYZ | 42.44 | 54.93 | 11.5 | - |
| YUV | 182.04 | 54.05 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 51 | 0.12 | 0 | 0.75 | 0.19 | 69.23 | 0.62 | 0.51 |
| Hex | B7 | CF | 33 | C | 0 | 4B | 13 | 45 | 3E | 33 |
| Octal | 267 | 317 | 63 | 14 | 0 | 113 | 23 | 105 | 76 | 63 |
| Binary | 10110111 | 11001111 | 110011 | 1100 | 0 | 1001011 | 10011 | 1000101 | 111110 | 110011 |
Color Harmonies of #B7CF33
Complementary color
Monochromatic Colors of #B7CF33
Black with #B7CF33
Text Example
Text Example
White with #B7CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CF33; }
p { color: rgb(183,207,51); }
H1.HeaderClassName
{
color: #B7CF33;
}
.AnyTagClassName
{
color: #B7CF33;
}
</style>
background-color css
<style>
a { background-color: #B7CF33; }
a { background-color: rgb(183,207,51); }
div.DivClassName
{
background-color: #B7CF33;
}
.BgClassName
{
background-color: #B7CF33;
}
</style>
border-color css
<style>
span { border-color: #B7CF33; }
span { border-color: rgb(183,207,51); }
td.TdClassName
{
border-color: #B7CF33;
}
.TagClassName
{
border-color: #B7CF33;
}
</style>