Shades of Fuego #B5D03C
Tints of Fuego #B5D03C
RGB
CMYK
RGB Variations
Color information
#B5D03C (or 0xB5D03C) is known color: Fuego. HEX triplet: B5, D0 and 3C. RGB value is (181,208,60). Sum of RGB (Red+Green+Blue) = 181+208+60=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D03C is #4A2FC3. Grayscale: #B7B7B7. Windows color (decimal): -4861892 or 3985589. OLE color: 3985589.
HSL color Cylindrical-coordinate representation of color #B5D03C: hue angle of 70.95º degrees, saturation: 0.61, 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 #B5D03C is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 181 | 208 | 60 | - |
| CMYK | 0.13 | 0 | 0.71 | 0.18 |
| HSL | 70.95º | 0.61% | 0.53% | - |
| HSV(B) | 70.95º | 0.71% | 0.82% | - |
| XYZ | 42.43 | 55.26 | 12.71 | - |
| YUV | 183.06 | 58.55 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 208 | 60 | 0.13 | 0 | 0.71 | 0.18 | 70.95 | 0.61 | 0.53 |
| Hex | B5 | D0 | 3C | D | 0 | 47 | 12 | 47 | 3D | 35 |
| Octal | 265 | 320 | 74 | 15 | 0 | 107 | 22 | 107 | 75 | 65 |
| Binary | 10110101 | 11010000 | 111100 | 1101 | 0 | 1000111 | 10010 | 1000111 | 111101 | 110101 |
Color Harmonies of #B5D03C
Complementary color
Monochromatic Colors of #B5D03C
Black with #B5D03C
Text Example
Text Example
White with #B5D03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5D03C; }
p { color: rgb(181,208,60); }
H1.HeaderClassName
{
color: #B5D03C;
}
.AnyTagClassName
{
color: #B5D03C;
}
</style>
background-color css
<style>
a { background-color: #B5D03C; }
a { background-color: rgb(181,208,60); }
div.DivClassName
{
background-color: #B5D03C;
}
.BgClassName
{
background-color: #B5D03C;
}
</style>
border-color css
<style>
span { border-color: #B5D03C; }
span { border-color: rgb(181,208,60); }
td.TdClassName
{
border-color: #B5D03C;
}
.TagClassName
{
border-color: #B5D03C;
}
</style>