Shades of Fuego #C1D626
Tints of Fuego #C1D626
RGB
CMYK
RGB Variations
Color information
#C1D626 (or 0xC1D626) is known color: Fuego. HEX triplet: C1, D6 and 26. RGB value is (193,214,38). Sum of RGB (Red+Green+Blue) = 193+214+38=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 214 (83.98% from 255 or 48.09% from 445); Blue value is 38 (15.23% from 255 or 8.54% from 445); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D626 is #3E29D9. Grayscale: #BCBCBC. Windows color (decimal): -4073946 or 2545345. OLE color: 2545345.
HSL color Cylindrical-coordinate representation of color #C1D626: hue angle of 67.16º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1D626 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 214 | 38 | - |
| CMYK | 0.10 | 0 | 0.82 | 0.16 |
| HSL | 67.16º | 0.7% | 0.49% | - |
| HSV(B) | 67.16º | 0.82% | 0.84% | - |
| XYZ | 46.39 | 59.57 | 10.89 | - |
| YUV | 187.66 | 43.54 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 214 | 38 | 0.10 | 0 | 0.82 | 0.16 | 67.16 | 0.7 | 0.49 |
| Hex | C1 | D6 | 26 | A | 0 | 52 | 10 | 43 | 46 | 31 |
| Octal | 301 | 326 | 46 | 12 | 0 | 122 | 20 | 103 | 106 | 61 |
| Binary | 11000001 | 11010110 | 100110 | 1010 | 0 | 1010010 | 10000 | 1000011 | 1000110 | 110001 |
Color Harmonies of #C1D626
Complementary color
Monochromatic Colors of #C1D626
Black with #C1D626
Text Example
Text Example
White with #C1D626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1D626; }
p { color: rgb(193,214,38); }
H1.HeaderClassName
{
color: #C1D626;
}
.AnyTagClassName
{
color: #C1D626;
}
</style>
background-color css
<style>
a { background-color: #C1D626; }
a { background-color: rgb(193,214,38); }
div.DivClassName
{
background-color: #C1D626;
}
.BgClassName
{
background-color: #C1D626;
}
</style>
border-color css
<style>
span { border-color: #C1D626; }
span { border-color: rgb(193,214,38); }
td.TdClassName
{
border-color: #C1D626;
}
.TagClassName
{
border-color: #C1D626;
}
</style>