Shades of Fuego #C5D92B
Tints of Fuego #C5D92B
RGB
CMYK
RGB Variations
Color information
#C5D92B (or 0xC5D92B) is known color: Fuego. HEX triplet: C5, D9 and 2B. RGB value is (197,217,43). Sum of RGB (Red+Green+Blue) = 197+217+43=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 217 (85.16% from 255 or 47.48% from 457); Blue value is 43 (17.19% from 255 or 9.41% from 457); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D92B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D92B is #3A26D4. Grayscale: #BFBFBF. Windows color (decimal): -3811029 or 2873797. OLE color: 2873797.
HSL color Cylindrical-coordinate representation of color #C5D92B: hue angle of 66.9º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5D92B is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 197 | 217 | 43 | - |
| CMYK | 0.09 | 0 | 0.80 | 0.15 |
| HSL | 66.9º | 0.7% | 0.51% | - |
| HSV(B) | 66.9º | 0.8% | 0.85% | - |
| XYZ | 48.27 | 61.67 | 11.64 | - |
| YUV | 191.18 | 44.37 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 217 | 43 | 0.09 | 0 | 0.80 | 0.15 | 66.9 | 0.7 | 0.51 |
| Hex | C5 | D9 | 2B | 9 | 0 | 50 | F | 43 | 46 | 33 |
| Octal | 305 | 331 | 53 | 11 | 0 | 120 | 17 | 103 | 106 | 63 |
| Binary | 11000101 | 11011001 | 101011 | 1001 | 0 | 1010000 | 1111 | 1000011 | 1000110 | 110011 |
Color Harmonies of #C5D92B
Complementary color
Monochromatic Colors of #C5D92B
Black with #C5D92B
Text Example
Text Example
White with #C5D92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D92B; }
p { color: rgb(197,217,43); }
H1.HeaderClassName
{
color: #C5D92B;
}
.AnyTagClassName
{
color: #C5D92B;
}
</style>
background-color css
<style>
a { background-color: #C5D92B; }
a { background-color: rgb(197,217,43); }
div.DivClassName
{
background-color: #C5D92B;
}
.BgClassName
{
background-color: #C5D92B;
}
</style>
border-color css
<style>
span { border-color: #C5D92B; }
span { border-color: rgb(197,217,43); }
td.TdClassName
{
border-color: #C5D92B;
}
.TagClassName
{
border-color: #C5D92B;
}
</style>