Shades of Fuego #B5D23C
Tints of Fuego #B5D23C
RGB
CMYK
RGB Variations
Color information
#B5D23C (or 0xB5D23C) is known color: Fuego. HEX triplet: B5, D2 and 3C. RGB value is (181,210,60). Sum of RGB (Red+Green+Blue) = 181+210+60=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 210 (82.42% from 255 or 46.56% from 451); Blue value is 60 (23.83% from 255 or 13.30% from 451); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D23C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D23C is #4A2DC3. Grayscale: #B8B8B8. Windows color (decimal): -4861380 or 3986101. OLE color: 3986101.
HSL color Cylindrical-coordinate representation of color #B5D23C: hue angle of 71.6º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B5D23C is Cyan = 0.14, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 210 | 60 | - |
| CMYK | 0.14 | 0 | 0.71 | 0.18 |
| HSL | 71.6º | 0.63% | 0.53% | - |
| HSV(B) | 71.6º | 0.71% | 0.82% | - |
| XYZ | 42.92 | 56.24 | 12.87 | - |
| YUV | 184.23 | 57.89 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 210 | 60 | 0.14 | 0 | 0.71 | 0.18 | 71.6 | 0.63 | 0.53 |
| Hex | B5 | D2 | 3C | E | 0 | 47 | 12 | 48 | 3E | 35 |
| Octal | 265 | 322 | 74 | 16 | 0 | 107 | 22 | 110 | 76 | 65 |
| Binary | 10110101 | 11010010 | 111100 | 1110 | 0 | 1000111 | 10010 | 1001000 | 111110 | 110101 |
Color Harmonies of #B5D23C
Complementary color
Monochromatic Colors of #B5D23C
Black with #B5D23C
Text Example
Text Example
White with #B5D23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D23C; }
p { color: rgb(181,210,60); }
H1.HeaderClassName
{
color: #B5D23C;
}
.AnyTagClassName
{
color: #B5D23C;
}
</style>
background-color css
<style>
a { background-color: #B5D23C; }
a { background-color: rgb(181,210,60); }
div.DivClassName
{
background-color: #B5D23C;
}
.BgClassName
{
background-color: #B5D23C;
}
</style>
border-color css
<style>
span { border-color: #B5D23C; }
span { border-color: rgb(181,210,60); }
td.TdClassName
{
border-color: #B5D23C;
}
.TagClassName
{
border-color: #B5D23C;
}
</style>