Shades of Fuego #B1CD2C
Tints of Fuego #B1CD2C
RGB
CMYK
RGB Variations
Color information
#B1CD2C (or 0xB1CD2C) is known color: Fuego. HEX triplet: B1, CD and 2C. RGB value is (177,205,44). Sum of RGB (Red+Green+Blue) = 177+205+44=426 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.55% from 426); Green value is 205 (80.47% from 255 or 48.12% from 426); Blue value is 44 (17.58% from 255 or 10.33% from 426); Max value from RGB is 205 - color contains mainly: green. Hex color #B1CD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1CD2C is #4E32D3. Grayscale: #B2B2B2. Windows color (decimal): -5124820 or 2936241. OLE color: 2936241.
HSL color Cylindrical-coordinate representation of color #B1CD2C: hue angle of 70.43º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B1CD2C is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 205 | 44 | - |
| CMYK | 0.14 | 0 | 0.79 | 0.20 |
| HSL | 70.43º | 0.65% | 0.49% | - |
| HSV(B) | 70.43º | 0.79% | 0.8% | - |
| XYZ | 40.42 | 53.19 | 10.52 | - |
| YUV | 178.27 | 52.22 | 127.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 205 | 44 | 0.14 | 0 | 0.79 | 0.20 | 70.43 | 0.65 | 0.49 |
| Hex | B1 | CD | 2C | E | 0 | 4F | 14 | 46 | 41 | 31 |
| Octal | 261 | 315 | 54 | 16 | 0 | 117 | 24 | 106 | 101 | 61 |
| Binary | 10110001 | 11001101 | 101100 | 1110 | 0 | 1001111 | 10100 | 1000110 | 1000001 | 110001 |
Color Harmonies of #B1CD2C
Complementary color
Monochromatic Colors of #B1CD2C
Black with #B1CD2C
Text Example
Text Example
White with #B1CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1CD2C; }
p { color: rgb(177,205,44); }
H1.HeaderClassName
{
color: #B1CD2C;
}
.AnyTagClassName
{
color: #B1CD2C;
}
</style>
background-color css
<style>
a { background-color: #B1CD2C; }
a { background-color: rgb(177,205,44); }
div.DivClassName
{
background-color: #B1CD2C;
}
.BgClassName
{
background-color: #B1CD2C;
}
</style>
border-color css
<style>
span { border-color: #B1CD2C; }
span { border-color: rgb(177,205,44); }
td.TdClassName
{
border-color: #B1CD2C;
}
.TagClassName
{
border-color: #B1CD2C;
}
</style>