Shades of Fuego #C2D729
Tints of Fuego #C2D729
RGB
CMYK
RGB Variations
Color information
#C2D729 (or 0xC2D729) is known color: Fuego. HEX triplet: C2, D7 and 29. RGB value is (194,215,41). Sum of RGB (Red+Green+Blue) = 194+215+41=450 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.11% from 450); Green value is 215 (84.38% from 255 or 47.78% from 450); Blue value is 41 (16.41% from 255 or 9.11% from 450); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D729 is #3D28D6. Grayscale: #BDBDBD. Windows color (decimal): -4008151 or 2742210. OLE color: 2742210.
HSL color Cylindrical-coordinate representation of color #C2D729: hue angle of 67.24º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C2D729 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 41 | - |
| CMYK | 0.10 | 0 | 0.81 | 0.16 |
| HSL | 67.24º | 0.69% | 0.5% | - |
| HSV(B) | 67.24º | 0.81% | 0.84% | - |
| XYZ | 46.95 | 60.23 | 11.25 | - |
| YUV | 188.89 | 44.54 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 41 | 0.10 | 0 | 0.81 | 0.16 | 67.24 | 0.69 | 0.5 |
| Hex | C2 | D7 | 29 | A | 0 | 51 | 10 | 43 | 45 | 32 |
| Octal | 302 | 327 | 51 | 12 | 0 | 121 | 20 | 103 | 105 | 62 |
| Binary | 11000010 | 11010111 | 101001 | 1010 | 0 | 1010001 | 10000 | 1000011 | 1000101 | 110010 |
Color Harmonies of #C2D729
Complementary color
Monochromatic Colors of #C2D729
Black with #C2D729
Text Example
Text Example
White with #C2D729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D729; }
p { color: rgb(194,215,41); }
H1.HeaderClassName
{
color: #C2D729;
}
.AnyTagClassName
{
color: #C2D729;
}
</style>
background-color css
<style>
a { background-color: #C2D729; }
a { background-color: rgb(194,215,41); }
div.DivClassName
{
background-color: #C2D729;
}
.BgClassName
{
background-color: #C2D729;
}
</style>
border-color css
<style>
span { border-color: #C2D729; }
span { border-color: rgb(194,215,41); }
td.TdClassName
{
border-color: #C2D729;
}
.TagClassName
{
border-color: #C2D729;
}
</style>