Shades of Fuego #C5D226
Tints of Fuego #C5D226
RGB
CMYK
RGB Variations
Color information
#C5D226 (or 0xC5D226) is known color: Fuego. HEX triplet: C5, D2 and 26. RGB value is (197,210,38). Sum of RGB (Red+Green+Blue) = 197+210+38=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #C5D226 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D226 is #3A2DD9. Grayscale: #BBBBBB. Windows color (decimal): -3812826 or 2544325. OLE color: 2544325.
HSL color Cylindrical-coordinate representation of color #C5D226: hue angle of 64.53º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C5D226 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 197 | 210 | 38 | - |
| CMYK | 0.06 | 0 | 0.82 | 0.18 |
| HSL | 64.53º | 0.69% | 0.49% | - |
| HSV(B) | 64.53º | 0.82% | 0.82% | - |
| XYZ | 46.42 | 58.1 | 10.6 | - |
| YUV | 186.51 | 44.19 | 135.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 210 | 38 | 0.06 | 0 | 0.82 | 0.18 | 64.53 | 0.69 | 0.49 |
| Hex | C5 | D2 | 26 | 6 | 0 | 52 | 12 | 41 | 45 | 31 |
| Octal | 305 | 322 | 46 | 6 | 0 | 122 | 22 | 101 | 105 | 61 |
| Binary | 11000101 | 11010010 | 100110 | 110 | 0 | 1010010 | 10010 | 1000001 | 1000101 | 110001 |
Color Harmonies of #C5D226
Complementary color
Monochromatic Colors of #C5D226
Black with #C5D226
Text Example
Text Example
White with #C5D226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D226; }
p { color: rgb(197,210,38); }
H1.HeaderClassName
{
color: #C5D226;
}
.AnyTagClassName
{
color: #C5D226;
}
</style>
background-color css
<style>
a { background-color: #C5D226; }
a { background-color: rgb(197,210,38); }
div.DivClassName
{
background-color: #C5D226;
}
.BgClassName
{
background-color: #C5D226;
}
</style>
border-color css
<style>
span { border-color: #C5D226; }
span { border-color: rgb(197,210,38); }
td.TdClassName
{
border-color: #C5D226;
}
.TagClassName
{
border-color: #C5D226;
}
</style>