Shades of Fuego #B5CD2C
Tints of Fuego #B5CD2C
RGB
CMYK
RGB Variations
Color information
#B5CD2C (or 0xB5CD2C) is known color: Fuego. HEX triplet: B5, CD and 2C. RGB value is (181,205,44). Sum of RGB (Red+Green+Blue) = 181+205+44=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 205 (80.47% from 255 or 47.67% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CD2C is #4A32D3. Grayscale: #B4B4B4. Windows color (decimal): -4862676 or 2936245. OLE color: 2936245.
HSL color Cylindrical-coordinate representation of color #B5CD2C: hue angle of 68.94º 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 #B5CD2C is Cyan = 0.12, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 205 | 44 | - |
| CMYK | 0.12 | 0 | 0.79 | 0.20 |
| HSL | 68.94º | 0.65% | 0.49% | - |
| HSV(B) | 68.94º | 0.79% | 0.8% | - |
| XYZ | 41.34 | 53.67 | 10.56 | - |
| YUV | 179.47 | 51.55 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 205 | 44 | 0.12 | 0 | 0.79 | 0.20 | 68.94 | 0.65 | 0.49 |
| Hex | B5 | CD | 2C | C | 0 | 4F | 14 | 45 | 41 | 31 |
| Octal | 265 | 315 | 54 | 14 | 0 | 117 | 24 | 105 | 101 | 61 |
| Binary | 10110101 | 11001101 | 101100 | 1100 | 0 | 1001111 | 10100 | 1000101 | 1000001 | 110001 |
Color Harmonies of #B5CD2C
Complementary color
Monochromatic Colors of #B5CD2C
Black with #B5CD2C
Text Example
Text Example
White with #B5CD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CD2C; }
p { color: rgb(181,205,44); }
H1.HeaderClassName
{
color: #B5CD2C;
}
.AnyTagClassName
{
color: #B5CD2C;
}
</style>
background-color css
<style>
a { background-color: #B5CD2C; }
a { background-color: rgb(181,205,44); }
div.DivClassName
{
background-color: #B5CD2C;
}
.BgClassName
{
background-color: #B5CD2C;
}
</style>
border-color css
<style>
span { border-color: #B5CD2C; }
span { border-color: rgb(181,205,44); }
td.TdClassName
{
border-color: #B5CD2C;
}
.TagClassName
{
border-color: #B5CD2C;
}
</style>