Shades of Fuego #C2D126
Tints of Fuego #C2D126
RGB
CMYK
RGB Variations
Color information
#C2D126 (or 0xC2D126) is known color: Fuego. HEX triplet: C2, D1 and 26. RGB value is (194,209,38). Sum of RGB (Red+Green+Blue) = 194+209+38=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 209 (82.03% from 255 or 47.39% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D126 is #3D2ED9. Grayscale: #B9B9B9. Windows color (decimal): -4009690 or 2544066. OLE color: 2544066.
HSL color Cylindrical-coordinate representation of color #C2D126: hue angle of 65.26º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2D126 is Cyan = 0.07, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 38 | - |
| CMYK | 0.07 | 0 | 0.82 | 0.18 |
| HSL | 65.26º | 0.69% | 0.48% | - |
| HSV(B) | 65.26º | 0.82% | 0.82% | - |
| XYZ | 45.4 | 57.21 | 10.48 | - |
| YUV | 185.02 | 45.03 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 38 | 0.07 | 0 | 0.82 | 0.18 | 65.26 | 0.69 | 0.48 |
| Hex | C2 | D1 | 26 | 7 | 0 | 52 | 12 | 41 | 45 | 30 |
| Octal | 302 | 321 | 46 | 7 | 0 | 122 | 22 | 101 | 105 | 60 |
| Binary | 11000010 | 11010001 | 100110 | 111 | 0 | 1010010 | 10010 | 1000001 | 1000101 | 110000 |
Color Harmonies of #C2D126
Complementary color
Monochromatic Colors of #C2D126
Black with #C2D126
Text Example
Text Example
White with #C2D126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D126; }
p { color: rgb(194,209,38); }
H1.HeaderClassName
{
color: #C2D126;
}
.AnyTagClassName
{
color: #C2D126;
}
</style>
background-color css
<style>
a { background-color: #C2D126; }
a { background-color: rgb(194,209,38); }
div.DivClassName
{
background-color: #C2D126;
}
.BgClassName
{
background-color: #C2D126;
}
</style>
border-color css
<style>
span { border-color: #C2D126; }
span { border-color: rgb(194,209,38); }
td.TdClassName
{
border-color: #C2D126;
}
.TagClassName
{
border-color: #C2D126;
}
</style>