Shades of Fuego #C5D91B
Tints of Fuego #C5D91B
RGB
CMYK
RGB Variations
Color information
#C5D91B (or 0xC5D91B) is known color: Fuego. HEX triplet: C5, D9 and 1B. RGB value is (197,217,27). Sum of RGB (Red+Green+Blue) = 197+217+27=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 27 (10.94% from 255 or 6.12% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D91B is #3A26E4. Grayscale: #BEBEBE. Windows color (decimal): -3811045 or 1825221. OLE color: 1825221.
HSL color Cylindrical-coordinate representation of color #C5D91B: hue angle of 66.32º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5D91B is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 27 | - |
| CMYK | 0.09 | 0 | 0.88 | 0.15 |
| HSL | 66.32º | 0.78% | 0.48% | - |
| HSV(B) | 66.32º | 0.88% | 0.85% | - |
| XYZ | 48.04 | 61.58 | 10.39 | - |
| YUV | 189.36 | 36.37 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 27 | 0.09 | 0 | 0.88 | 0.15 | 66.32 | 0.78 | 0.48 |
| Hex | C5 | D9 | 1B | 9 | 0 | 58 | F | 42 | 4E | 30 |
| Octal | 305 | 331 | 33 | 11 | 0 | 130 | 17 | 102 | 116 | 60 |
| Binary | 11000101 | 11011001 | 11011 | 1001 | 0 | 1011000 | 1111 | 1000010 | 1001110 | 110000 |
Color Harmonies of #C5D91B
Complementary color
Monochromatic Colors of #C5D91B
Black with #C5D91B
Text Example
Text Example
White with #C5D91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D91B; }
p { color: rgb(197,217,27); }
H1.HeaderClassName
{
color: #C5D91B;
}
.AnyTagClassName
{
color: #C5D91B;
}
</style>
background-color css
<style>
a { background-color: #C5D91B; }
a { background-color: rgb(197,217,27); }
div.DivClassName
{
background-color: #C5D91B;
}
.BgClassName
{
background-color: #C5D91B;
}
</style>
border-color css
<style>
span { border-color: #C5D91B; }
span { border-color: rgb(197,217,27); }
td.TdClassName
{
border-color: #C5D91B;
}
.TagClassName
{
border-color: #C5D91B;
}
</style>