Shades of Fuego #C2D626
Tints of Fuego #C2D626
RGB
CMYK
RGB Variations
Color information
#C2D626 (or 0xC2D626) is known color: Fuego. HEX triplet: C2, D6 and 26. RGB value is (194,214,38). Sum of RGB (Red+Green+Blue) = 194+214+38=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 214 (83.98% from 255 or 47.98% from 446); Blue value is 38 (15.23% from 255 or 8.52% from 446); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D626 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D626 is #3D29D9. Grayscale: #BCBCBC. Windows color (decimal): -4008410 or 2545346. OLE color: 2545346.
HSL color Cylindrical-coordinate representation of color #C2D626: hue angle of 66.82º 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 #C2D626 is Cyan = 0.09, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 214 | 38 | - |
| CMYK | 0.09 | 0 | 0.82 | 0.16 |
| HSL | 66.82º | 0.7% | 0.49% | - |
| HSV(B) | 66.82º | 0.82% | 0.84% | - |
| XYZ | 46.64 | 59.7 | 10.9 | - |
| YUV | 187.96 | 43.37 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 214 | 38 | 0.09 | 0 | 0.82 | 0.16 | 66.82 | 0.7 | 0.49 |
| Hex | C2 | D6 | 26 | 9 | 0 | 52 | 10 | 43 | 46 | 31 |
| Octal | 302 | 326 | 46 | 11 | 0 | 122 | 20 | 103 | 106 | 61 |
| Binary | 11000010 | 11010110 | 100110 | 1001 | 0 | 1010010 | 10000 | 1000011 | 1000110 | 110001 |
Color Harmonies of #C2D626
Complementary color
Monochromatic Colors of #C2D626
Black with #C2D626
Text Example
Text Example
White with #C2D626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D626; }
p { color: rgb(194,214,38); }
H1.HeaderClassName
{
color: #C2D626;
}
.AnyTagClassName
{
color: #C2D626;
}
</style>
background-color css
<style>
a { background-color: #C2D626; }
a { background-color: rgb(194,214,38); }
div.DivClassName
{
background-color: #C2D626;
}
.BgClassName
{
background-color: #C2D626;
}
</style>
border-color css
<style>
span { border-color: #C2D626; }
span { border-color: rgb(194,214,38); }
td.TdClassName
{
border-color: #C2D626;
}
.TagClassName
{
border-color: #C2D626;
}
</style>